Skip to content

Commit 8268f03

Browse files
authored
Merge pull request #30 from bordumb/dev-intraCrate
feat: add intra-file call-graph propagation to auditor
2 parents 402c693 + 69be5d5 commit 8268f03

5 files changed

Lines changed: 398 additions & 1 deletion

File tree

crates/cargo-capsec/src/baseline.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ mod tests {
174174
crate_name: "test-crate".to_string(),
175175
crate_version: "0.1.0".to_string(),
176176
is_deny_violation: false,
177+
is_transitive: false,
177178
}
178179
}
179180

0 commit comments

Comments
 (0)