Skip to content

Commit 7ca6ef2

Browse files
Merge pull request Ericsson#4749 from bruntib/owasp_link
[fix] Missing OWASP Top10 link from checker labels
2 parents 327070d + 842fe35 commit 7ca6ef2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/labels/descriptions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"sei-cert-c": "https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard",
2020
"sei-cert-cpp": "https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046682",
2121
"misra-c": "https://www.misra.org.uk/",
22-
"memory-safety": "https://cwe.mitre.org/data/definitions/1399.html"
22+
"memory-safety": "https://cwe.mitre.org/data/definitions/1399.html",
23+
"owasp-top-10-2021": "https://owasp.org/Top10/2021/"
2324
}
2425
}

0 commit comments

Comments
 (0)