mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
fix: add a CWE ID mapping to rule G114
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
a319b668cd
commit
a892be9827
1 changed files with 1 additions and 0 deletions
1
issue.go
1
issue.go
|
@ -66,6 +66,7 @@ var ruleToCWE = map[string]string{
|
|||
"G111": "22",
|
||||
"G112": "400",
|
||||
"G113": "190",
|
||||
"G114": "676",
|
||||
"G201": "89",
|
||||
"G202": "89",
|
||||
"G203": "79",
|
||||
|
|
Loading…
Reference in a new issue