mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Rust: Improve rust/summary/summary-statistics organization.
This commit is contained in:
@@ -56,18 +56,18 @@ where
|
||||
or
|
||||
key = "Macro calls - unresolved" and value = count(MacroCall mc | not mc.hasExpanded())
|
||||
or
|
||||
key = "Taint sources - total" and value = count(ThreatModelSource s)
|
||||
or
|
||||
key = "Taint sources - active" and value = count(ActiveThreatModelSource s)
|
||||
or
|
||||
key = "Taint sources - disabled" and value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
|
||||
or
|
||||
key = "Taint sources - sensitive data" and value = count(SensitiveData d)
|
||||
or
|
||||
key = "Taint edges - number of edges" and value = getTaintEdgesCount()
|
||||
or
|
||||
key = "Taint reach - nodes tainted" and value = getTaintedNodesCount()
|
||||
or
|
||||
key = "Taint reach - per million nodes" and value = getTaintReach().floor()
|
||||
or
|
||||
key = "Sensitive data" and value = count(SensitiveData d)
|
||||
or
|
||||
key = "Taint sinks - query sinks" and value = getQuerySinksCount()
|
||||
or
|
||||
key = "Taint sinks - cryptographic operations" and
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
| Macro calls - resolved | 8 |
|
||||
| Macro calls - total | 9 |
|
||||
| Macro calls - unresolved | 1 |
|
||||
| Sensitive data | 0 |
|
||||
| Taint edges - number of edges | 2 |
|
||||
| Taint reach - nodes tainted | 0 |
|
||||
| Taint reach - per million nodes | 0 |
|
||||
| Taint sinks - cryptographic operations | 0 |
|
||||
| Taint sinks - query sinks | 0 |
|
||||
| Taint sources - active | 0 |
|
||||
| Taint sources - total | 0 |
|
||||
| Taint sources - disabled | 0 |
|
||||
| Taint sources - sensitive data | 0 |
|
||||
|
||||
Reference in New Issue
Block a user