You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,22 @@ The web server will, then, be running on localhost:80.
35
35
36
36
### Vulnerabilities
37
37
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
-[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
|[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|
|[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|
0 commit comments