Skip to content

Commit

Permalink
Remove redundant rule python.lang.security.audit.ftplib (#3496)
Browse files Browse the repository at this point in the history
* Remove redundant rule python.lang.security.audit.ftplib

python.lang.security.audit.ftplib.ftplib is best replaced by  python.lang.security.audit.insecure-transport.ftplib.use-ftp-tls.use-ftp-tls

* Update use-ftp-tls.yaml
  • Loading branch information
p4p3r authored Oct 24, 2024
1 parent e91dd3f commit 157ae47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions python/lang/security/audit/ftplib.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ rules:
likelihood: LOW
impact: LOW
confidence: LOW
severity: WARNING
severity: INFO
languages: [python]

0 comments on commit 157ae47

Please sign in to comment.