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
developer info: "Meant to capture vulnerabilities without CVE (e.g. zero-days) or to model what-if scenarios where the parser controls the impact and distribution based on e.g., Attacker Profiles"
77
-
{
78
-
| impact @hidden
79
-
-> modify,
80
-
deny,
81
-
read
82
-
83
-
& modify @Override
84
-
user info: "The attacker can modify some or all of this application's data."
85
-
-> hardware.modify
86
-
87
-
& deny @Override
88
-
user info: "Denial-of-service attack is an attack in where a machine or network resource is rendered unavailable to its intended users by temporarily or indefinitely disrupting it"
89
-
-> hardware.deny
90
-
91
-
& read @Override
92
-
user info: "The attacker can read some or all of this applications's code and data."
0 commit comments