mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
Critical bug fixes and recall improvements (#68)
This commit is contained in:
parent
7d0e7320e2
commit
55247b7fcd
352 changed files with 60069 additions and 900 deletions
|
|
@ -101,7 +101,7 @@ origin-attribution.
|
|||
taint flow to the return value is fully validated by a dominating
|
||||
predicate (regex allowlist, type check, validation call) on every
|
||||
return path. At call sites, each tainted argument passed to a
|
||||
validated position — and the call's own return value — are marked
|
||||
validated position, and the call's own return value, are marked
|
||||
`validated_must` / `validated_may` in the caller's SSA taint state,
|
||||
the same way an inline `if (!regex.test(x)) throw …` would validate
|
||||
the surviving branch. Sound because the summary is recorded only when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue