Skip to content

Commit e5dd806

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

280 files changed

Lines changed: 24192 additions & 31404 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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
}
9393
],
9494
"recommended_attacks": [
95-
"cpu",
95+
"concurrency",
9696
"memory",
97-
"concurrency"
97+
"cpu"
9898
],
9999
"dependency_graph": {
100100
"edges": [
@@ -115,14 +115,14 @@
115115
"taint_matrix": {
116116
"rows": [
117117
{
118-
"source_category": "UnboundedAllocation",
118+
"source_category": "UnsafeCode",
119119
"sink_axis": "memory",
120-
"severity_value": 2.5,
120+
"severity_value": 3.5,
121121
"files": [
122-
"host-rust/src/collectors/opatch.rs"
122+
"host-rust/src/ffi.rs"
123123
],
124124
"frameworks": [],
125-
"relation": "UnboundedAllocation->Memory"
125+
"relation": "UnsafeCode->Memory"
126126
},
127127
{
128128
"source_category": "UnsafeCode",
@@ -136,23 +136,23 @@
136136
},
137137
{
138138
"source_category": "UnboundedAllocation",
139-
"sink_axis": "cpu",
139+
"sink_axis": "memory",
140140
"severity_value": 2.5,
141141
"files": [
142142
"host-rust/src/collectors/opatch.rs"
143143
],
144144
"frameworks": [],
145-
"relation": "UnboundedAllocation->Cpu"
145+
"relation": "UnboundedAllocation->Memory"
146146
},
147147
{
148-
"source_category": "UnsafeCode",
149-
"sink_axis": "memory",
150-
"severity_value": 3.5,
148+
"source_category": "UnboundedAllocation",
149+
"sink_axis": "cpu",
150+
"severity_value": 2.5,
151151
"files": [
152-
"host-rust/src/ffi.rs"
152+
"host-rust/src/collectors/opatch.rs"
153153
],
154154
"frameworks": [],
155-
"relation": "UnsafeCode->Memory"
155+
"relation": "UnboundedAllocation->Cpu"
156156
}
157157
]
158158
}

scans/AcceleratorGate.jl.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,14 @@
8181
}
8282
],
8383
"recommended_attacks": [
84-
"memory",
85-
"cpu"
84+
"cpu",
85+
"memory"
8686
],
8787
"dependency_graph": {
8888
"edges": []
8989
},
9090
"taint_matrix": {
9191
"rows": [
92-
{
93-
"source_category": "DynamicCodeExecution",
94-
"sink_axis": "cpu",
95-
"severity_value": 3.5,
96-
"files": [
97-
"src/AcceleratorGate.jl"
98-
],
99-
"frameworks": [],
100-
"relation": "DynamicCodeExecution->Cpu"
101-
},
10292
{
10393
"source_category": "DynamicCodeExecution",
10494
"sink_axis": "memory",
@@ -120,6 +110,16 @@
120110
],
121111
"frameworks": [],
122112
"relation": "ProofDrift->Cpu"
113+
},
114+
{
115+
"source_category": "DynamicCodeExecution",
116+
"sink_axis": "cpu",
117+
"severity_value": 3.5,
118+
"files": [
119+
"src/AcceleratorGate.jl"
120+
],
121+
"frameworks": [],
122+
"relation": "DynamicCodeExecution->Cpu"
123123
}
124124
]
125125
}

0 commit comments

Comments
 (0)