mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Update snapshot
This commit is contained in:
parent
f403f11f18
commit
df5d9d4d5f
1 changed files with 28 additions and 1 deletions
|
@ -1,9 +1,36 @@
|
|||
---
|
||||
source: crates/ruff_linter/src/rules/flake8_bandit/mod.rs
|
||||
snapshot_kind: text
|
||||
---
|
||||
S412.py:1:6: S412 `httpoxy` is a set of vulnerabilities that affect application code running inCGI, or CGI-like environments. The use of CGI for web applications should be avoided
|
||||
|
|
||||
1 | from twisted.web.twcgi import CGIScript # S412
|
||||
| ^^^^^^^^^^^^^^^^^ S412
|
||||
2 | import twisted.web.twcgi.CGIScript # S412
|
||||
3 | from wsgiref.handlers import CGIHandler # S412
|
||||
|
|
||||
|
||||
S412.py:2:8: S412 `httpoxy` is a set of vulnerabilities that affect application code running inCGI, or CGI-like environments. The use of CGI for web applications should be avoided
|
||||
|
|
||||
1 | from twisted.web.twcgi import CGIScript # S412
|
||||
2 | import twisted.web.twcgi.CGIScript # S412
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ S412
|
||||
3 | from wsgiref.handlers import CGIHandler # S412
|
||||
4 | import wsgiref.handlers.CGIHandler # S412
|
||||
|
|
||||
|
||||
S412.py:3:6: S412 `httpoxy` is a set of vulnerabilities that affect application code running inCGI, or CGI-like environments. The use of CGI for web applications should be avoided
|
||||
|
|
||||
1 | from twisted.web.twcgi import CGIScript # S412
|
||||
2 | import twisted.web.twcgi.CGIScript # S412
|
||||
3 | from wsgiref.handlers import CGIHandler # S412
|
||||
| ^^^^^^^^^^^^^^^^ S412
|
||||
4 | import wsgiref.handlers.CGIHandler # S412
|
||||
|
|
||||
|
||||
S412.py:4:8: S412 `httpoxy` is a set of vulnerabilities that affect application code running inCGI, or CGI-like environments. The use of CGI for web applications should be avoided
|
||||
|
|
||||
2 | import twisted.web.twcgi.CGIScript # S412
|
||||
3 | from wsgiref.handlers import CGIHandler # S412
|
||||
4 | import wsgiref.handlers.CGIHandler # S412
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ S412
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue