We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2546e7 commit 4594badCopy full SHA for 4594bad
1 file changed
scanners/nikto/integration-tests/nikto.test.js
@@ -22,15 +22,13 @@ test(
22
expect(categories).toMatchInlineSnapshot(`
23
{
24
"Identified Software": 1,
25
- "Nikto Finding": 3,
26
- "Potential Vulnerability": 12,
27
- "X-Content-Type-Options Header": 1,
+ "Potential Vulnerability": 15,
28
}
29
`);
30
expect(severities).toMatchInlineSnapshot(`
31
32
- "high": 12,
33
- "informational": 5,
+ "high": 15,
+ "informational": 1,
34
35
36
},
0 commit comments