Skip to content

Commit 76013fc

Browse files
hyperpolymathhypatia-estate-rescan
andauthored
scan: estate rescan (run 30074904948) (#60)
Automated estate rescan from hyperpolymath/hypatia run 30074904948. Squash-merged: it is the only merge method that satisfies required_signatures + required_linear_history on this repo. Co-authored-by: hypatia-estate-rescan <hypatia-bot@users.noreply.github.com>
1 parent a9fac78 commit 76013fc

256 files changed

Lines changed: 22604 additions & 22591 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
}
9393
],
9494
"recommended_attacks": [
95-
"memory",
9695
"cpu",
96+
"memory",
9797
"concurrency"
9898
],
9999
"dependency_graph": {
@@ -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",
@@ -135,14 +135,14 @@
135135
"relation": "UnsafeCode->Concurrency"
136136
},
137137
{
138-
"source_category": "UnsafeCode",
138+
"source_category": "UnboundedAllocation",
139139
"sink_axis": "memory",
140-
"severity_value": 3.5,
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->Memory"
145+
"relation": "UnboundedAllocation->Memory"
146146
},
147147
{
148148
"source_category": "UnboundedAllocation",

scans/AcceleratorGate.jl.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@
9191
"rows": [
9292
{
9393
"source_category": "DynamicCodeExecution",
94-
"sink_axis": "cpu",
94+
"sink_axis": "memory",
9595
"severity_value": 3.5,
9696
"files": [
9797
"src/AcceleratorGate.jl"
9898
],
9999
"frameworks": [],
100-
"relation": "DynamicCodeExecution->Cpu"
100+
"relation": "DynamicCodeExecution->Memory"
101101
},
102102
{
103103
"source_category": "DynamicCodeExecution",
104-
"sink_axis": "memory",
104+
"sink_axis": "cpu",
105105
"severity_value": 3.5,
106106
"files": [
107107
"src/AcceleratorGate.jl"
108108
],
109109
"frameworks": [],
110-
"relation": "DynamicCodeExecution->Memory"
110+
"relation": "DynamicCodeExecution->Cpu"
111111
},
112112
{
113113
"source_category": "ProofDrift",

0 commit comments

Comments
 (0)