mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
feat(dynamic, eval): enhance hardening validation, CI budget tuning, and source-keyed target-dir isolation
This commit is contained in:
parent
2e456c15d1
commit
c2cd6f009e
12 changed files with 234 additions and 17 deletions
|
|
@ -179,7 +179,7 @@ The tables below are generated from `src/patterns/<lang>.rs` by [`tools/docgen`]
|
|||
| `php.crypto.rand` | Low | A | Medium |
|
||||
| `php.crypto.sha1` | Low | A | Medium |
|
||||
|
||||
### Python: 15 patterns
|
||||
### Python: 17 patterns
|
||||
|
||||
| Rule ID | Severity | Tier | Confidence |
|
||||
|---|---|---|---|
|
||||
|
|
@ -197,7 +197,9 @@ The tables below are generated from `src/patterns/<lang>.rs` by [`tools/docgen`]
|
|||
| `py.xss.jinja_from_string` | Medium | A | High |
|
||||
| `py.xss.make_response_format` | Medium | B | Medium |
|
||||
| `py.crypto.md5` | Low | A | Medium |
|
||||
| `py.crypto.md5_bare` | Low | A | Low |
|
||||
| `py.crypto.sha1` | Low | A | Medium |
|
||||
| `py.crypto.sha1_bare` | Low | A | Low |
|
||||
|
||||
### Ruby: 11 patterns
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue