mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
Performance and precision pass (#64)
This commit is contained in:
parent
c7c5e0f3a1
commit
fb698d2c27
97 changed files with 9932 additions and 517 deletions
|
|
@ -301,6 +301,9 @@ fn positive_python() {
|
|||
// py.sqli.text_format must fire on the SQLAlchemy text() shape.
|
||||
"py.sqli.execute_format",
|
||||
"py.sqli.text_format",
|
||||
// CVE-2023-6568 (mlflow) reflected XSS via make_response f-string;
|
||||
// also catches the `+`-concat shape in xss_reflected.py.
|
||||
"py.xss.make_response_format",
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue