We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d5d8b commit ecac0dbCopy full SHA for ecac0db
2 files changed
rust/ql/test/query-tests/security/CWE-825/CONSISTENCY/SsaConsistency.expected
@@ -0,0 +1,6 @@
1
+readWithoutDef
2
+| lifetime.rs:511:6:511:14 | my_local2 | lifetime.rs:514:9:527:2 | enter \|...\| ... | 2 |
3
+| lifetime.rs:564:6:564:14 | my_local2 | lifetime.rs:567:9:580:2 | enter { ... } | 2 |
4
+readWithoutPriorRef
5
6
rust/ql/test/query-tests/security/CWE-825/CONSISTENCY/VariableCaptureConsistency.expected
@@ -0,0 +1,5 @@
+variableIsCaptured
+| lifetime.rs:511:6:511:14 | my_local2 | CapturedVariable is not captured |
+| lifetime.rs:564:6:564:14 | my_local2 | CapturedVariable is not captured |
+consistencyOverview
+| CapturedVariable is not captured | 2 |
0 commit comments