Skip to content

Commit

Permalink
[bug] remove solution (it's optional after all)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfi committed Oct 10, 2023
1 parent 011c66d commit 9856592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/resources/templates/gitlabReport.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@
"name": "$enc.json($vulnerability.name)",
"description": "$enc.json($vulnerability.description)",
"severity": "$enc.json($vulnerability.cvssV3.getBaseSeverity())",
## we have to include this field to be compliant with the format spec
"solution": "" ## todo: not in our dataset?

## "solution": "" --> not implemented
"links": [
#foreach( $ref in $vulnerability.getReferences(true) )
{
Expand Down

0 comments on commit 9856592

Please sign in to comment.