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 70ffd9b commit 7838927Copy full SHA for 7838927
tests/ReportOutputTest.php
@@ -177,6 +177,7 @@ public function testSarifReport(): void
177
'text' => 'Detected tainted shell code',
178
],
179
'level' => 'error',
180
+ 'rank' => 98,
181
'locations' => [
182
[
183
'physicalLocation' => [
@@ -332,6 +333,7 @@ public function testSarifReport(): void
332
333
'text' => 'Detected tainted HTML',
334
335
336
337
338
339
@@ -502,6 +504,7 @@ public function testSarifReport(): void
502
504
'text' => 'Detected tainted text with possible quotes',
503
505
506
507
508
509
510
0 commit comments