fix(engine): CFG/SSA/taint/IPA soundness, precision & recall fixes

This commit is contained in:
elipeter 2026-06-11 16:46:01 -05:00
parent 59e4359257
commit 246f32a419
39 changed files with 4729 additions and 465 deletions

View file

@ -119,7 +119,7 @@ pub const PATTERNS: &[Pattern] = &[
query: r#"(call
method: (identifier) @m (#eq? @m "open")
arguments: (argument_list
(string) @url (#match? @url "^\"https?://")))
(string) @url (#match? @url "^[\"']https?://")))
@vuln"#,
severity: Severity::Medium,
tier: PatternTier::A,