Skip to content

Commit b89d37b

Browse files
committed
fix: false positive CVE
1 parent fe05c79 commit b89d37b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/polywrap-uri-resolvers/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pycln = "^2.1.3"
3131

3232
[tool.bandit]
3333
exclude_dirs = ["tests"]
34+
skips = ["B113"] # False positive, we aren't using requests
3435

3536
[tool.black]
3637
target-version = ["py310"]

0 commit comments

Comments
 (0)