Skip to content

Commit

Permalink
Fix ReDoS vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPotte committed Dec 3, 2022
1 parent febf392 commit 125379c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ devops/update_Pywikibot.sh

## Speed optimization
To accelerate the treatments:
* vim user-config.py: maxthrottle & put_throttle = 0
* vim core/pywikibot/throttle.py, time.sleep(0).

# Usage
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pexpect==4.6.0
protobuf==3.20.2
psutil==5.8.0
ptyprocess==0.7.0
py==1.10.0
py==1.11.0
pyRFC3339==1.1
pycparser==2.20
pydot >= 1.2
Expand Down

0 comments on commit 125379c

Please sign in to comment.