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 689ecfd commit 13f1f43Copy full SHA for 13f1f43
tests/csaf_2_1/mandatoryTest_6_1_46.js
@@ -4,7 +4,7 @@ import { expect } from 'chai'
4
5
const failingInputSchemaTestWithEmptyVulnerability6_1_46 = {
6
vulnerabilities: [
7
- {}, // even this vulnerability is empty, the test should not fail due to the inputSchema
+ {}, // even this vulnerability is empty, the test should run
8
{
9
cve: 'CVE-1900-0001',
10
metrics: [
0 commit comments