Skip to content

Commit 4d8fd2f

Browse files
committed
update
1 parent 9c9e9d6 commit 4d8fd2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fundamentals/whatissast.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ Examples in Python:
148148

149149

150150
**Vulnerability:**
151-
A vulnerability is a weakness that can be **actually exploited** by an attacker to compromise the confidentiality, integrity, or availability of your system. A vulnerability can be targeted intentionally by an attacker or triggered incidentally by a user or administrator (e.g. to execute malware, escalate privileges, leak data accidentally, or make the system unavailable).
151+
A vulnerability is a weakness that **could** be exploited by an attacker to compromise the confidentiality, integrity, or availability of your system.
152+
A vulnerability can be targeted intentionally by an attacker or triggered incidentally by a user or administrator (e.g. to execute malware, escalate privileges, leak data accidentally, or make the system unavailable).
152153

153154

154155
**Key Rule:** All vulnerabilities are weaknesses, but not all weaknesses are vulnerabilities.

0 commit comments

Comments
 (0)