Skip to content

Commit c3721ba

Browse files
hyperpolymathhypatia-estate-rescan
andauthored
scan: estate rescan (run 30241372966) (#61)
Automated estate rescan from hyperpolymath/hypatia run 30241372966. 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 76013fc commit c3721ba

300 files changed

Lines changed: 96494 additions & 95406 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
"taint_matrix": {
116116
"rows": [
117117
{
118-
"source_category": "UnsafeCode",
118+
"source_category": "UnboundedAllocation",
119119
"sink_axis": "memory",
120-
"severity_value": 3.5,
120+
"severity_value": 2.5,
121121
"files": [
122-
"host-rust/src/ffi.rs"
122+
"host-rust/src/collectors/opatch.rs"
123123
],
124124
"frameworks": [],
125-
"relation": "UnsafeCode->Memory"
125+
"relation": "UnboundedAllocation->Memory"
126126
},
127127
{
128128
"source_category": "UnsafeCode",
@@ -136,23 +136,23 @@
136136
},
137137
{
138138
"source_category": "UnboundedAllocation",
139-
"sink_axis": "memory",
139+
"sink_axis": "cpu",
140140
"severity_value": 2.5,
141141
"files": [
142142
"host-rust/src/collectors/opatch.rs"
143143
],
144144
"frameworks": [],
145-
"relation": "UnboundedAllocation->Memory"
145+
"relation": "UnboundedAllocation->Cpu"
146146
},
147147
{
148-
"source_category": "UnboundedAllocation",
149-
"sink_axis": "cpu",
150-
"severity_value": 2.5,
148+
"source_category": "UnsafeCode",
149+
"sink_axis": "memory",
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->Cpu"
155+
"relation": "UnsafeCode->Memory"
156156
}
157157
]
158158
}

scans/AcceleratorGate.jl.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
},
1919
{
2020
"category": "ProofDrift",
21-
"location": "test/runtests.jl",
22-
"file": "test/runtests.jl",
21+
"location": "test/property_test.jl",
22+
"file": "test/property_test.jl",
2323
"severity": "Medium",
24-
"description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl",
24+
"description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/property_test.jl",
2525
"recommended_attack": [
2626
"cpu"
2727
],
2828
"test_context": "test_only"
2929
},
3030
{
3131
"category": "ProofDrift",
32-
"location": "test/property_test.jl",
33-
"file": "test/property_test.jl",
32+
"location": "test/runtests.jl",
33+
"file": "test/runtests.jl",
3434
"severity": "Medium",
35-
"description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/property_test.jl",
35+
"description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl",
3636
"recommended_attack": [
3737
"cpu"
3838
],
@@ -91,31 +91,31 @@
9191
"rows": [
9292
{
9393
"source_category": "DynamicCodeExecution",
94-
"sink_axis": "memory",
94+
"sink_axis": "cpu",
9595
"severity_value": 3.5,
9696
"files": [
9797
"src/AcceleratorGate.jl"
9898
],
9999
"frameworks": [],
100-
"relation": "DynamicCodeExecution->Memory"
100+
"relation": "DynamicCodeExecution->Cpu"
101101
},
102102
{
103103
"source_category": "DynamicCodeExecution",
104-
"sink_axis": "cpu",
104+
"sink_axis": "memory",
105105
"severity_value": 3.5,
106106
"files": [
107107
"src/AcceleratorGate.jl"
108108
],
109109
"frameworks": [],
110-
"relation": "DynamicCodeExecution->Cpu"
110+
"relation": "DynamicCodeExecution->Memory"
111111
},
112112
{
113113
"source_category": "ProofDrift",
114114
"sink_axis": "cpu",
115115
"severity_value": 2.5,
116116
"files": [
117-
"test/runtests.jl",
118117
"test/property_test.jl",
118+
"test/runtests.jl",
119119
"test/e2e_test.jl"
120120
],
121121
"frameworks": [],

0 commit comments

Comments
 (0)