Skip to content

Commit dfcdc81

Browse files
authored
Update README.md
1 parent fba0b5a commit dfcdc81

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,22 @@ The web server will, then, be running on localhost:80.
3535

3636
### Vulnerabilities
3737

38-
- [CWE-79](https://cwe.mitre.org/data/definitions/79.html) - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
39-
- [CWE-89](https://cwe.mitre.org/data/definitions/89.html) - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
40-
- [CWE-200](https://cwe.mitre.org/data/definitions/200.html) - Exposure of Sensitive Information to an Unauthorized Actor
41-
- [CWE-256](https://cwe.mitre.org/data/definitions/256.html) - Plaintext Storage of a Password & [CWE-311](https://cwe.mitre.org/data/definitions/311.html) - Missing Encryption of Sensitive Data
42-
- [CWE-306](https://cwe.mitre.org/data/definitions/306.html) - Missing Authentication for Critical Function
43-
- [CWE-425](https://cwe.mitre.org/data/definitions/425.html) - Direct Request ('Forced Browsing') & [CWE-288](https://cwe.mitre.org/data/definitions/288.html) - Authentication Bypass Using an Alternate Path or Channel
44-
- [CWE-434](https://cwe.mitre.org/data/definitions/434.html) - Unrestricted Upload of File with Dangerous Type & [CWE-20](https://cwe.mitre.org/data/definitions/20.html) - Improper Input Validation
45-
- [CWE-472](https://cwe.mitre.org/data/definitions/472.html) - External Control of Assumed-Immutable Web Parameter
46-
- [CWE-521](https://cwe.mitre.org/data/definitions/521.html) - Weak Password Requirements
47-
- [CWE-532](https://cwe.mitre.org/data/definitions/532.html) - Insertion of Sensitive Information into Log File
48-
- [CWE-549](https://cwe.mitre.org/data/definitions/549.html) - Missing Password Field Masking
49-
- [CWE-552](https://cwe.mitre.org/data/definitions/552.html) - Files or Directories Accessible to External Parties
50-
- [CWE-799](https://cwe.mitre.org/data/definitions/799.html) - Improper Control of Interaction Frequency & [CWE-307](https://cwe.mitre.org/data/definitions/307.html) - Improper Restriction of Excessive Authentication Attempts
51-
- [CWE-862](https://cwe.mitre.org/data/definitions/862.html) - Missing Authorization & [CWE-522](https://cwe.mitre.org/data/definitions/522.html) - Insufficiently Protected Credentials
38+
| CWE | Name |
39+
|:---:|------|
40+
| [CWE-79](https://cwe.mitre.org/data/definitions/79.html) | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')|
41+
| [CWE-89](https://cwe.mitre.org/data/definitions/89.html) | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')|
42+
| [CWE-200](https://cwe.mitre.org/data/definitions/200.html) | Exposure of Sensitive Information to an Unauthorized Actor|
43+
| [CWE-256](https://cwe.mitre.org/data/definitions/256.html) | Plaintext Storage of a Password & [CWE-311](https://cwe.mitre.org/data/definitions/311.html) - Missing Encryption of Sensitive Data|
44+
| [CWE-306](https://cwe.mitre.org/data/definitions/306.html) | Missing Authentication for Critical Function|
45+
| [CWE-425](https://cwe.mitre.org/data/definitions/425.html) | Direct Request ('Forced Browsing') & [CWE-288](https://cwe.mitre.org/data/definitions/288.html) - Authentication Bypass Using an Alternate Path or Channel|
46+
| [CWE-434](https://cwe.mitre.org/data/definitions/434.html) | Unrestricted Upload of File with Dangerous Type & [CWE-20](https://cwe.mitre.org/data/definitions/20.html) - Improper Input Validation|
47+
| [CWE-472](https://cwe.mitre.org/data/definitions/472.html) | External Control of Assumed-Immutable Web Parameter|
48+
| [CWE-521](https://cwe.mitre.org/data/definitions/521.html) | Weak Password Requirements|
49+
| [CWE-532](https://cwe.mitre.org/data/definitions/532.html) | Insertion of Sensitive Information into Log File|
50+
| [CWE-549](https://cwe.mitre.org/data/definitions/549.html) | Missing Password Field Masking|
51+
| [CWE-552](https://cwe.mitre.org/data/definitions/552.html) | Files or Directories Accessible to External Parties|
52+
| [CWE-799](https://cwe.mitre.org/data/definitions/799.html) | Improper Control of Interaction Frequency & [CWE-307](https://cwe.mitre.org/data/definitions/307.html) - Improper Restriction of Excessive Authentication Attempts|
53+
| [CWE-862](https://cwe.mitre.org/data/definitions/862.html) | Missing Authorization & [CWE-522](https://cwe.mitre.org/data/definitions/522.html) - Insufficiently Protected Credentials|
5254

5355
### Authors
5456

0 commit comments

Comments
 (0)