We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d49c6 commit 8769598Copy full SHA for 8769598
app/controllers/ping_controller.rb
@@ -4,7 +4,7 @@ def index
4
@scan.vulnerabilities.create!(
5
status: 'HIGH',
6
class_type: 'Vulnerability',
7
- description: 'Possible XXE vulnerability in #{@scan.url}',
+ description: "Possible XXE vulnerability in #{@scan.url}",
8
value: body
9
) if @scan
10
render json: { status: :ok }
0 commit comments