Skip to content

Commit

Permalink
fix: vulnerable to denial of service from specially crafted inputs to…
Browse files Browse the repository at this point in the history
… idna.encode

Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Apr 12, 2024
1 parent d0dfa75 commit 74f9de2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"numexpr>=2.8.6",
"dashscope==1.10.0",
"httpcore==0.15.0",
"idna==3.7",
"azure-cognitiveservices-speech>=1.37.0",
]
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ httpcore==0.15.0
httplib2==0.22.0
httpx==0.24.1
hyperframe==6.0.1
idna==3.6
idna==3.7
jeepney==0.8.0; "bsd" in sys_platform and python_version >= "3.7" or sys_platform == "linux" and python_version >= "3.7"
jsonpatch==1.33
jsonpointer==2.4
Expand Down

0 comments on commit 74f9de2

Please sign in to comment.