Merge branch '10857-parse-multiple-reports-of-same-category-ce' into 'master'
[CE backport] Parse and store multiple security reports of the same category See merge request gitlab-org/gitlab-ce!30658
This commit is contained in:
commit
9967b2d1ee
2 changed files with 40 additions and 0 deletions
|
@ -837,6 +837,11 @@
|
||||||
"start_line": 4
|
"start_line": 4
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - char",
|
||||||
|
"value": "char"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-119",
|
"name": "CWE-119",
|
||||||
|
@ -869,6 +874,11 @@
|
||||||
"start_line": 8
|
"start_line": 8
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - fopen",
|
||||||
|
"value": "fopen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-362",
|
"name": "CWE-362",
|
||||||
|
@ -896,6 +906,11 @@
|
||||||
"start_line": 6
|
"start_line": 6
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - char",
|
||||||
|
"value": "char"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-119",
|
"name": "CWE-119",
|
||||||
|
@ -929,6 +944,11 @@
|
||||||
"start_line": 7
|
"start_line": 7
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - strcpy",
|
||||||
|
"value": "strcpy"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-120",
|
"name": "CWE-120",
|
||||||
|
|
|
@ -839,6 +839,11 @@
|
||||||
"start_line": 4
|
"start_line": 4
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - char",
|
||||||
|
"value": "char"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-119",
|
"name": "CWE-119",
|
||||||
|
@ -871,6 +876,11 @@
|
||||||
"start_line": 8
|
"start_line": 8
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - fopen",
|
||||||
|
"value": "fopen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-362",
|
"name": "CWE-362",
|
||||||
|
@ -898,6 +908,11 @@
|
||||||
"start_line": 6
|
"start_line": 6
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - char",
|
||||||
|
"value": "char"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-119",
|
"name": "CWE-119",
|
||||||
|
@ -931,6 +946,11 @@
|
||||||
"start_line": 7
|
"start_line": 7
|
||||||
},
|
},
|
||||||
"identifiers": [
|
"identifiers": [
|
||||||
|
{
|
||||||
|
"type": "flawfinder_func_name",
|
||||||
|
"name": "Flawfinder - strcpy",
|
||||||
|
"value": "strcpy"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cwe",
|
"type": "cwe",
|
||||||
"name": "CWE-120",
|
"name": "CWE-120",
|
||||||
|
|
Loading…
Reference in a new issue