mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
feat(surface): make attack surface first-class in the finding pipeline
This commit is contained in:
parent
c9776a5caf
commit
1abcdedbfe
48 changed files with 1591 additions and 214 deletions
|
|
@ -463,6 +463,7 @@ mod tests {
|
|||
location: loc(file, line),
|
||||
function_name: fname.into(),
|
||||
cap_bits: caps.bits(),
|
||||
label: String::new(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
@ -671,6 +672,8 @@ mod tests {
|
|||
location: loc("app.py", 5),
|
||||
kind: DataStoreKind::KeyValue,
|
||||
label: "redis://127.0.0.1:6379".into(),
|
||||
owner: String::new(),
|
||||
access: Default::default(),
|
||||
}));
|
||||
let boosted = find_chains(
|
||||
&[edge()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue