You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/init/009_seed_post_scripts.sql
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ Finding:
23
23
Task:
24
24
Decide whether this finding is fundamentally a resource exhaustion attack.
25
25
26
-
Setresource_exhaustion=true when the core exploit is memory exhaustion, out-of-memory, unbounded storage growth, queue/pool exhaustion, connection/session exhaustion, file descriptor exhaustion, or another bounded runtime resource being consumed until service or network function fails.
26
+
Set_chip_resource_exhaustion=true when the core exploit is memory exhaustion, out-of-memory, unbounded storage growth, queue/pool exhaustion, connection/session exhaustion, file descriptor exhaustion, or another bounded runtime resource being consumed until service or network function fails.
27
27
28
-
Setresource_exhaustion=false for unrelated bug classes, purely logical consensus bugs, authorization bypasses, reward/accounting bugs, or cases where resource pressure is only incidental.
28
+
Set_chip_resource_exhaustion=false for unrelated bug classes, purely logical consensus bugs, authorization bypasses, reward/accounting bugs, or cases where resource pressure is only incidental.
29
29
30
30
Score:
31
31
- attack_reliability: 1= rare/specific state, 2= realistic but conditional, 3= reliable when attempted.
32
32
- network_scale: 1= one node/user, 2= several nodes/users, 3= broad network participation or many victims.
33
33
- mainnet_impact: 0= no meaningful mainnet impact, 1= limited, 2= material but not catastrophic, 3= severe chain-wide or high-value impact.
34
34
35
-
Be conservative. If evidence is ambiguous, setresource_exhaustion=false and explain what is missing.
35
+
Be conservative. If evidence is ambiguous, set_chip_resource_exhaustion=false and explain what is missing.
0 commit comments