mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
Merge pull request #1856 from doomedraven/patch-1
fix pydantic vuln (ReDoS)
This commit is contained in:
@@ -48,7 +48,7 @@ dependencies = [
|
||||
"pyelftools==0.30",
|
||||
"dnfile==0.14.1",
|
||||
"dncil==1.0.2",
|
||||
"pydantic==2.1.1",
|
||||
"pydantic==2.4.0",
|
||||
"protobuf==4.23.4",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
Reference in New Issue
Block a user