Skip to content

Commit 83b57d3

Browse files
author
hypatia-estate-rescan
committed
scan: estate rescan (342 repos, panic-attack refresh)
1 parent 1624632 commit 83b57d3

241 files changed

Lines changed: 20394 additions & 20394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scans/0patch-lsa-sentinel.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
}
9393
],
9494
"recommended_attacks": [
95-
"memory",
9695
"cpu",
97-
"concurrency"
96+
"concurrency",
97+
"memory"
9898
],
9999
"dependency_graph": {
100100
"edges": [
@@ -116,43 +116,43 @@
116116
"rows": [
117117
{
118118
"source_category": "UnsafeCode",
119-
"sink_axis": "memory",
119+
"sink_axis": "concurrency",
120120
"severity_value": 3.5,
121121
"files": [
122122
"host-rust/src/ffi.rs"
123123
],
124124
"frameworks": [],
125-
"relation": "UnsafeCode->Memory"
125+
"relation": "UnsafeCode->Concurrency"
126126
},
127127
{
128128
"source_category": "UnboundedAllocation",
129-
"sink_axis": "cpu",
129+
"sink_axis": "memory",
130130
"severity_value": 2.5,
131131
"files": [
132132
"host-rust/src/collectors/opatch.rs"
133133
],
134134
"frameworks": [],
135-
"relation": "UnboundedAllocation->Cpu"
135+
"relation": "UnboundedAllocation->Memory"
136136
},
137137
{
138-
"source_category": "UnsafeCode",
139-
"sink_axis": "concurrency",
140-
"severity_value": 3.5,
138+
"source_category": "UnboundedAllocation",
139+
"sink_axis": "cpu",
140+
"severity_value": 2.5,
141141
"files": [
142-
"host-rust/src/ffi.rs"
142+
"host-rust/src/collectors/opatch.rs"
143143
],
144144
"frameworks": [],
145-
"relation": "UnsafeCode->Concurrency"
145+
"relation": "UnboundedAllocation->Cpu"
146146
},
147147
{
148-
"source_category": "UnboundedAllocation",
148+
"source_category": "UnsafeCode",
149149
"sink_axis": "memory",
150-
"severity_value": 2.5,
150+
"severity_value": 3.5,
151151
"files": [
152-
"host-rust/src/collectors/opatch.rs"
152+
"host-rust/src/ffi.rs"
153153
],
154154
"frameworks": [],
155-
"relation": "UnboundedAllocation->Memory"
155+
"relation": "UnsafeCode->Memory"
156156
}
157157
]
158158
}

scans/AcceleratorGate.jl.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@
8989
},
9090
"taint_matrix": {
9191
"rows": [
92+
{
93+
"source_category": "ProofDrift",
94+
"sink_axis": "cpu",
95+
"severity_value": 2.5,
96+
"files": [
97+
"test/property_test.jl",
98+
"test/runtests.jl",
99+
"test/e2e_test.jl"
100+
],
101+
"frameworks": [],
102+
"relation": "ProofDrift->Cpu"
103+
},
92104
{
93105
"source_category": "DynamicCodeExecution",
94106
"sink_axis": "cpu",
@@ -108,18 +120,6 @@
108120
],
109121
"frameworks": [],
110122
"relation": "DynamicCodeExecution->Memory"
111-
},
112-
{
113-
"source_category": "ProofDrift",
114-
"sink_axis": "cpu",
115-
"severity_value": 2.5,
116-
"files": [
117-
"test/property_test.jl",
118-
"test/runtests.jl",
119-
"test/e2e_test.jl"
120-
],
121-
"frameworks": [],
122-
"relation": "ProofDrift->Cpu"
123123
}
124124
]
125125
}

0 commit comments

Comments
 (0)