Skip to content

Commit bec01da

Browse files
committed
Rust: Update integration tests.
1 parent 98e0b64 commit bec01da

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

rust/ql/integration-tests/hello-project/summary.expected

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
| Macro calls - resolved | 2 |
1515
| Macro calls - total | 2 |
1616
| Macro calls - unresolved | 0 |
17-
| Sensitive data | 0 |
17+
| Taint edges - number of edges | 2 |
18+
| Taint reach - nodes tainted | 0 |
19+
| Taint reach - per million nodes | 0 |
20+
| Taint sinks - cryptographic operations | 0 |
21+
| Taint sinks - query sinks | 0 |
1822
| Taint sources - active | 0 |
19-
| Taint sources - total | 0 |
23+
| Taint sources - disabled | 0 |
24+
| Taint sources - sensitive data | 0 |

rust/ql/integration-tests/hello-workspace/summary.cargo.expected

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
| Macro calls - resolved | 2 |
1515
| Macro calls - total | 2 |
1616
| Macro calls - unresolved | 0 |
17-
| Sensitive data | 0 |
17+
| Taint edges - number of edges | 2 |
18+
| Taint reach - nodes tainted | 0 |
19+
| Taint reach - per million nodes | 0 |
20+
| Taint sinks - cryptographic operations | 0 |
21+
| Taint sinks - query sinks | 0 |
1822
| Taint sources - active | 0 |
19-
| Taint sources - total | 0 |
23+
| Taint sources - disabled | 0 |
24+
| Taint sources - sensitive data | 0 |

rust/ql/integration-tests/hello-workspace/summary.rust-project.expected

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
| Macro calls - resolved | 2 |
1515
| Macro calls - total | 2 |
1616
| Macro calls - unresolved | 0 |
17-
| Sensitive data | 0 |
17+
| Taint edges - number of edges | 2 |
18+
| Taint reach - nodes tainted | 0 |
19+
| Taint reach - per million nodes | 0 |
20+
| Taint sinks - cryptographic operations | 0 |
21+
| Taint sinks - query sinks | 0 |
1822
| Taint sources - active | 0 |
19-
| Taint sources - total | 0 |
23+
| Taint sources - disabled | 0 |
24+
| Taint sources - sensitive data | 0 |

0 commit comments

Comments
 (0)