summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-07-12 17:41:15 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-07-18 12:12:50 +0300
commit56252ca3a46d10c5ebabdb35257df266ea5b532e (patch)
tree9e2e7815752bd125b9ec95b99b0217a6a2dfcb9b
parentbe3e4aa739892b3bf88c0d43b75cfa52163e90b3 (diff)
downloadgitlab-ce-10857-parse-multiple-reports-of-same-category-ce.tar.gz
Fix the deprecated format SAST fixture primary IDs10857-parse-multiple-reports-of-same-category-ce
-rw-r--r--spec/fixtures/security-reports/deprecated/gl-sast-report.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/fixtures/security-reports/deprecated/gl-sast-report.json b/spec/fixtures/security-reports/deprecated/gl-sast-report.json
index a85b9be8b5f..2f7e47281e2 100644
--- a/spec/fixtures/security-reports/deprecated/gl-sast-report.json
+++ b/spec/fixtures/security-reports/deprecated/gl-sast-report.json
@@ -838,6 +838,11 @@
},
"identifiers": [
{
+ "type": "flawfinder_func_name",
+ "name": "Flawfinder - char",
+ "value": "char"
+ },
+ {
"type": "cwe",
"name": "CWE-119",
"value": "119",
@@ -870,6 +875,11 @@
},
"identifiers": [
{
+ "type": "flawfinder_func_name",
+ "name": "Flawfinder - fopen",
+ "value": "fopen"
+ },
+ {
"type": "cwe",
"name": "CWE-362",
"value": "362",
@@ -897,6 +907,11 @@
},
"identifiers": [
{
+ "type": "flawfinder_func_name",
+ "name": "Flawfinder - char",
+ "value": "char"
+ },
+ {
"type": "cwe",
"name": "CWE-119",
"value": "119",
@@ -930,6 +945,11 @@
},
"identifiers": [
{
+ "type": "flawfinder_func_name",
+ "name": "Flawfinder - strcpy",
+ "value": "strcpy"
+ },
+ {
"type": "cwe",
"name": "CWE-120",
"value": "120",