Skip to content

Commit 571bfc9

Browse files
hyperpolymathhypatia-estate-rescan
andauthored
scan: estate rescan (run 29899824799) (#57)
Automated estate rescan from hyperpolymath/hypatia run 29899824799. 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 b4ef800 commit 571bfc9

256 files changed

Lines changed: 22395 additions & 22595 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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
}
9393
],
9494
"recommended_attacks": [
95+
"cpu",
9596
"concurrency",
96-
"memory",
97-
"cpu"
97+
"memory"
9898
],
9999
"dependency_graph": {
100100
"edges": [
@@ -114,16 +114,6 @@
114114
},
115115
"taint_matrix": {
116116
"rows": [
117-
{
118-
"source_category": "UnboundedAllocation",
119-
"sink_axis": "memory",
120-
"severity_value": 2.5,
121-
"files": [
122-
"host-rust/src/collectors/opatch.rs"
123-
],
124-
"frameworks": [],
125-
"relation": "UnboundedAllocation->Memory"
126-
},
127117
{
128118
"source_category": "UnsafeCode",
129119
"sink_axis": "memory",
@@ -136,13 +126,13 @@
136126
},
137127
{
138128
"source_category": "UnboundedAllocation",
139-
"sink_axis": "cpu",
129+
"sink_axis": "memory",
140130
"severity_value": 2.5,
141131
"files": [
142132
"host-rust/src/collectors/opatch.rs"
143133
],
144134
"frameworks": [],
145-
"relation": "UnboundedAllocation->Cpu"
135+
"relation": "UnboundedAllocation->Memory"
146136
},
147137
{
148138
"source_category": "UnsafeCode",
@@ -153,6 +143,16 @@
153143
],
154144
"frameworks": [],
155145
"relation": "UnsafeCode->Concurrency"
146+
},
147+
{
148+
"source_category": "UnboundedAllocation",
149+
"sink_axis": "cpu",
150+
"severity_value": 2.5,
151+
"files": [
152+
"host-rust/src/collectors/opatch.rs"
153+
],
154+
"frameworks": [],
155+
"relation": "UnboundedAllocation->Cpu"
156156
}
157157
]
158158
}

scans/AcceleratorGate.jl.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
}
8282
],
8383
"recommended_attacks": [
84-
"cpu",
85-
"memory"
84+
"memory",
85+
"cpu"
8686
],
8787
"dependency_graph": {
8888
"edges": []
@@ -103,23 +103,23 @@
103103
},
104104
{
105105
"source_category": "DynamicCodeExecution",
106-
"sink_axis": "memory",
106+
"sink_axis": "cpu",
107107
"severity_value": 3.5,
108108
"files": [
109109
"src/AcceleratorGate.jl"
110110
],
111111
"frameworks": [],
112-
"relation": "DynamicCodeExecution->Memory"
112+
"relation": "DynamicCodeExecution->Cpu"
113113
},
114114
{
115115
"source_category": "DynamicCodeExecution",
116-
"sink_axis": "cpu",
116+
"sink_axis": "memory",
117117
"severity_value": 3.5,
118118
"files": [
119119
"src/AcceleratorGate.jl"
120120
],
121121
"frameworks": [],
122-
"relation": "DynamicCodeExecution->Cpu"
122+
"relation": "DynamicCodeExecution->Memory"
123123
}
124124
]
125125
}

0 commit comments

Comments
 (0)