Commit b45f0708 authored by Victor Zagorodny's avatar Victor Zagorodny Committed by James Lopez

[CE backport] Parse and store multiple security reports of the same category

parent 17fa7fb8
...@@ -837,6 +837,11 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment