Skip to content

Commit

Permalink
Update content/software-security/glossary.md
Browse files Browse the repository at this point in the history
Co-authored-by: ltagliaferri <lisa.tagliaferri@gmail.com>
  • Loading branch information
mcaveety and ltagliaferri authored Jun 28, 2023
1 parent 158e6f0 commit dfa644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/software-security/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ An artifact is an immutable blob of data. Examples of artifacts include a file,

### Software vulnerability

A software vulnerability is a weakness in a program which if left unaddressed may be used by attackers to access, manipulate, or compromise a computer system. A vulnerability can impact various parts of a system depending on where or how it is introduced, and can be targeted through different vectors based on the type of weakness it introduces. Developers refer to vulnerabilities by their corresponding CVE ID when patching or remediating any known security flaws.
A software vulnerability is a weakness in a program which, if left unaddressed, may be used by attackers to access, manipulate, or compromise a computer system. A vulnerability can impact various parts of a system depending on where or how it is introduced, and can be targeted through different vectors based on the type of weakness it introduces. Developers refer to vulnerabilities by their corresponding CVE ID when patching or remediating any known security flaws.

---

Expand Down

0 comments on commit dfa644b

Please sign in to comment.