We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a1d52 commit 08e8fe5Copy full SHA for 08e8fe5
1 file changed
scanners/typo3scan/integration-tests/typo3scan.test.js
@@ -16,15 +16,15 @@ test(
16
90
17
);
18
19
- expect(count).toBe(18);
+ expect(count).toBe(24);
20
expect(categories).toMatchInlineSnapshot(`
21
{
22
- "Vulnerability": 18,
+ "Vulnerability": 24,
23
}
24
`);
25
expect(severities).toMatchInlineSnapshot(`
26
27
- "high": 18,
+ "high": 24,
28
29
30
},
0 commit comments