Skip to content

Commit fb2c8f3

Browse files
frasertweedaleTristanCacqueray
authored andcommitted
add keyword to indicate "historical" advisories
Historical advisories report issues that were disclosed and fixed before the HSEC advisory database existed. For accurate statistics about contemporary security issues in the Haskell ecosystem, add the "historical" keyword to such advisories. We can use it to filter advisories.
1 parent 4a4fc71 commit fb2c8f3

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0001"
44
cwe = [328, 400]
5-
keywords = ["json", "dos"]
5+
keywords = ["json", "dos", "historical"]
66
aliases = ["CVE-2022-3433"]
77

88
[[affected]]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0002"
44
cwe = [347]
5-
keywords = ["crypto"]
5+
keywords = ["crypto", "historical"]
66
aliases = ["CVE-2022-31053"]
77
related = ["GHSA-75rw-34q6-72cr"]
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0008"
44
cwe = [87]
5-
keywords = ["web", "xss"]
5+
keywords = ["web", "xss", "historical"]
66
aliases = ["CVE-2021-46888"]
77

88
[[affected]]

advisories/hackage/tls-extra/HSEC-2023-0005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0005"
44
cwe = [295]
5-
keywords = ["x509", "pki", "mitm"]
5+
keywords = ["x509", "pki", "mitm", "historical"]
66
aliases = ["CVE-2013-0243"]
77

88
[[affected]]

advisories/hackage/x509-validation/HSEC-2023-0006.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0006"
44
cwe = [295]
5-
keywords = ["x509", "pki"]
5+
keywords = ["x509", "pki", "historical"]
66

77
[[affected]]
88
package = "x509-validation"

advisories/hackage/xml-conduit/HSEC-2023-0004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[advisory]
33
id = "HSEC-2023-0004"
44
cwe = [776]
5-
keywords = ["xml", "dos"]
5+
keywords = ["xml", "dos", "historical"]
66
aliases = ["CVE-2021-4249", "VDB-216204"]
77

88
[[affected]]

advisories/hackage/xmonad-contrib/HSEC-2023-0003.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
[advisory]
33
id = "HSEC-2023-0003"
44
cwe = [94]
5-
keywords = ["code", "injection"]
5+
keywords = ["code", "injection", "historical"]
66
aliases = ["CVE-2013-1436"]
77

88
[[affected]]
99
package = "xmonad-contrib"
1010
cvss = "CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P"
1111
[[affected.versions]]
1212
introduced = "0.5"
13-
fixed = "0.11.2.0"
13+
fixed = "0.11.2"
1414

1515
[[references]]
1616
type = "ADVISORY"
@@ -23,6 +23,9 @@ type = "FIX"
2323
url = "https://github.com/xmonad/xmonad-contrib/commit/d3b2a01e3d01ac628e7a3139dd55becbfa37cf51"
2424
```
2525

26-
# code injection in xmonad-contrib
26+
# code injection in *xmonad-contrib*
2727

28-
The _XMonad.Hooks.DynamicLog_ module in _xmonad-contrib_ before 0.11.2 allows remote attackers to execute arbitrary commands via a web page title, which activates the commands when the user clicks on the xmobar window title, as demonstrated using an action tag.
28+
The `XMonad.Hooks.DynamicLog` module in _xmonad-contrib_ before
29+
**0.11.2** allows remote attackers to execute arbitrary commands via a
30+
web page title, which activates the commands when the user clicks on
31+
the xmobar window title, as demonstrated using an action tag.

0 commit comments

Comments
 (0)