We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98daca7 commit 1275fabCopy full SHA for 1275fab
code/hsec-tools/src/Security/Advisories/Parse.hs
@@ -174,7 +174,7 @@ parseAdvisoryTable oob policy table doc summary details html = runTableParser $
174
175
cats <-
176
fromMaybe []
177
- <$> optional advisory "cwe" (isArrayOf (isCWE))
+ <$> optional advisory "cwe" (isArrayOf isCWE)
178
kwds <-
179
180
<$> optional advisory "keywords" (isArrayOf (fmap Keyword . isString))
0 commit comments