Skip to content

Commit 005f510

Browse files
committed
Remove UnknownHardwareVulnerability as it is deprecated.
1 parent b06ff67 commit 005f510

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/main/mal/HardwareVulnerability.mal

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,27 +72,6 @@ category Vulnerability {
7272
deny
7373
}
7474

75-
asset UnknownHardwareVulnerability extends HardwareVulnerability
76-
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."
93-
-> hardware.read
94-
}
95-
9675
}
9776

9877
associations {

0 commit comments

Comments
 (0)