We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee86fbe commit 2f67ab3Copy full SHA for 2f67ab3
crates/cli/src/sarif/sarif_utils.rs
@@ -1050,6 +1050,7 @@ mod tests {
1050
.arguments(vec![])
1051
.tests(vec![])
1052
.is_testing(false)
1053
+ .documentation_url(None)
1054
.build()
1055
.unwrap();
1056
let rule_taint_flow = Rule {
@@ -1339,6 +1340,7 @@ mod tests {
1339
1340
.cwe(Some("1234".to_string()))
1341
1342
1343
1344
1345
1346
@@ -1587,6 +1589,7 @@ mod tests {
1587
1589
.cwe(None)
1588
1590
1591
1592
1593
1594
1595
0 commit comments