Update snapshot

This commit is contained in:
MeGaGiGaGon 2025-06-27 23:01:32 -07:00
parent f403f11f18
commit df5d9d4d5f

View file

@ -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
|