Skip to content

Commit

Permalink
Added Similarity ID to new Line (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Aug 2, 2024
1 parent b06090d commit 9f937e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.Test

buildscript {
ext {
CxSBSDK = "0.6.12"
CxSBSDK = "0.6.13"
ConfigProviderVersion = '1.0.14'
//cxVersion = "8.90.5"
springBootVersion = '3.2.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"vulnerability": "Reflected_XSS_All_Clients",
"vulnerabilityStatus": "TO VERIFY",
"similarityId": "14660819",
"similarityId": "14660819, 902213235",
"cwe": "79",
"description": "",
"language": "Java",
Expand Down Expand Up @@ -200,7 +200,7 @@
{
"vulnerability": "SQL_Injection",
"vulnerabilityStatus": "TO VERIFY",
"similarityId": "-1987639889",
"similarityId": "-1987639889, 390199311",
"cwe": "89",
"description": "",
"language": "Java",
Expand Down Expand Up @@ -382,7 +382,7 @@
"unFilteredIssues": [ {
"vulnerability" : "Reflected_XSS_All_Clients",
"vulnerabilityStatus" : "TO VERIFY",
"similarityId" : "14660819",
"similarityId" : "14660819, 902213235",
"cwe" : "79",
"description" : "",
"language" : "Java",
Expand Down Expand Up @@ -558,7 +558,7 @@
}, {
"vulnerability" : "SQL_Injection",
"vulnerabilityStatus" : "TO VERIFY",
"similarityId" : "-1987639889",
"similarityId" : "-1987639889, 390199311",
"cwe" : "89",
"description" : "",
"language" : "Java",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"vulnerability": "SQL_Injection",
"vulnerabilityStatus": "TO VERIFY",
"similarityId": "-1987639889",
"similarityId": "-1987639889, 390199311",
"cwe": "89",
"description": "",
"language": "Java",
Expand Down Expand Up @@ -200,7 +200,7 @@
"unFilteredIssues": [ {
"vulnerability" : "SQL_Injection",
"vulnerabilityStatus" : "TO VERIFY",
"similarityId" : "-1987639889",
"similarityId" : "-1987639889, 390199311",
"cwe" : "89",
"description" : "",
"language" : "Java",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"vulnerability": "SQL_Injection",
"vulnerabilityStatus": "TO VERIFY",
"similarityId": "-1987639889",
"similarityId": "-1987639889, 390199311",
"cwe": "89",
"description": "",
"language": "Java",
Expand Down Expand Up @@ -200,7 +200,7 @@
"unFilteredIssues":[ {
"vulnerability" : "SQL_Injection",
"vulnerabilityStatus" : "TO VERIFY",
"similarityId" : "-1987639889",
"similarityId" : "-1987639889, 390199311",
"cwe" : "89",
"description" : "",
"language" : "Java",
Expand Down

0 comments on commit 9f937e4

Please sign in to comment.