Skip to content

Commit 232b67e

Browse files
Add CWE names to existing advisories
1 parent 3243579 commit 232b67e

File tree

15 files changed

+19
-15
lines changed

15 files changed

+19
-15
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ id = "HSEC-0000-0000"
3434
date = 2021-01-31
3535

3636
# Optional: Classification of the advisory with respect to the Common Weakness Enumeration.
37-
cwe = [820]
37+
# Get number and names from https://cwe.mitre.org/, or look at the Security.CWE.Data module.
38+
cwe = ["820: Missing Synchronization"]
3839

3940
# Arbitrary keywords. We recommend to include keywords relating
4041
# to the protocols, data formats or services pertaining to the

advisories/hackage/aeson/HSEC-2023-0001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0001"
4-
cwe = ["Use of Weak Hash", "Uncontrolled Resource Consumption"]
4+
cwe = ["328: Use of Weak Hash", "400: Uncontrolled Resource Consumption"]
55
keywords = ["json", "dos", "historical"]
66
aliases = ["CVE-2022-3433"]
77

advisories/hackage/base/HSEC-2023-0007.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0007"
4-
cwe = [1284, 789]
4+
cwe = ["1284: Improper Validation of Specified Quantity in Input",
5+
"789: Memory Allocation with Excessive Size Value"]
56
keywords = ["toml", "parser", "dos"]
67

78
[[affected]]

advisories/hackage/biscuit-haskell/HSEC-2023-0002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0002"
4-
cwe = [347]
4+
cwe = ["347: Improper Verification of Cryptographic Signature"]
55
keywords = ["crypto", "historical"]
66
aliases = ["CVE-2022-31053"]
77
related = ["GHSA-75rw-34q6-72cr"]

advisories/hackage/git-annex/HSEC-2023-0009.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0009"
4-
cwe = [20, 78]
4+
cwe = ["20: Improper Input Validation",
5+
"78: Improper Neutralization of Special Elements used in an OS Command"]
56
keywords = ["ssh", "command-injection", "historical"]
67
aliases = ["CVE-2017-12976"]
78
related = ["CVE-2017-9800", "CVE-2017-12836", "CVE-2017-1000116", "CVE-2017-1000117"]

advisories/hackage/git-annex/HSEC-2023-0010.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0010"
4-
cwe = [200, 610]
4+
cwe = ["200: Exposure of Sensitive Information to an Unauthorized Actor",
5+
"610: Externally Controlled Reference to a Resource in Another Sphere"]
56
keywords = ["exfiltration", "historical"]
67
aliases = ["CVE-2018-10857"]
78

advisories/hackage/git-annex/HSEC-2023-0011.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0011"
4-
cwe = [200]
4+
cwe = ["200: Exposure of Sensitive Information to an Unauthorized Actor"]
55
keywords = ["exfiltration", "pgp", "historical"]
66
aliases = ["CVE-2018-10859"]
77
related = ["HSEC-2023-0010", "CVE-2018-10857"]

advisories/hackage/git-annex/HSEC-2023-0012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0012"
4-
cwe = [200]
4+
cwe = ["200: Exposure of Sensitive Information to an Unauthorized Actor"]
55
keywords = ["historical"]
66

77
[[affected]]

advisories/hackage/git-annex/HSEC-2023-0013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0013"
4-
cwe = [312]
4+
cwe = ["312: Cleartext Storage of Sensitive Information"]
55
keywords = ["historical"]
66
aliases = ["CVE-2014-6274"]
77

advisories/hackage/hledger-web/HSEC-2023-0008.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```toml
22
[advisory]
33
id = "HSEC-2023-0008"
4-
cwe = [87]
4+
cwe = ["87: Improper Neutralization of Alternate XSS Syntax"]
55
keywords = ["web", "xss", "historical"]
66
aliases = ["CVE-2021-46888"]
77

0 commit comments

Comments
 (0)