sprints work
This commit is contained in:
15
tests/fixtures/invalid/cyclonedx-invalid-component.json
vendored
Normal file
15
tests/fixtures/invalid/cyclonedx-invalid-component.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$comment": "INTENTIONALLY INVALID CycloneDX fixture - component missing required 'name' and 'type' fields.",
|
||||
"bomFormat": "CycloneDX",
|
||||
"specVersion": "1.6",
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"timestamp": "2025-12-25T00:00:00Z"
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"invalid-field": "this-is-not-valid",
|
||||
"purl": "pkg:npm/missing-required-fields@1.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user