diff --git a/exercises/security/README.md b/exercises/security/README.md index a479705..cc597d7 100644 --- a/exercises/security/README.md +++ b/exercises/security/README.md @@ -256,6 +256,12 @@ You can test by using a stored procedure, so the application must be sanitize th
Explain CVE and CVSS
+ + [Red Hat](https://www.redhat.com/en/topics/security/what-is-cve#how-does-it-work) : "When someone refers to a CVE (Common Vulnerabilities and Exposures), they mean a security flaw that's been assigned a CVE ID number. They don’t include technical data, or information about risks, impacts, and fixes." So CVE is just identified by an ID written with 8 digits. The CVE ID have the following format: CVE prefix + Year + Arbitrary Digits. + Anyone can submit a vulnerability, [Exploit Database](https://www.exploit-db.com/submit) explains how it works to submit. + +Then CVSS stands for Common Vulnerability Scoring System, it attemps to assign severity scores to vulnerabilities, allowing to ordonnance and prioritize responses and ressources according to threat. +