- Added `FilesystemPackRunProvenanceWriter` to write provenance manifests to the filesystem. - Introduced `MongoPackRunArtifactReader` to read artifacts from MongoDB. - Created `MongoPackRunProvenanceWriter` to store provenance manifests in MongoDB. - Developed unit tests for filesystem and MongoDB provenance writers. - Established `ITimelineEventStore` and `ITimelineIngestionService` interfaces for timeline event handling. - Implemented `TimelineIngestionService` to validate and persist timeline events with hashing. - Created PostgreSQL schema and migration scripts for timeline indexing. - Added dependency injection support for timeline indexer services. - Developed tests for timeline ingestion and schema validation.
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"version": "1.0.0",
|
|
"cases": [
|
|
{
|
|
"case_id": "java-spring-guarded:202",
|
|
"case_version": "1.0.0",
|
|
"notes": "Deserialization unreachable by default",
|
|
"sinks": [
|
|
{
|
|
"sink_id": "JavaDeserializeGuarded::handleRequest",
|
|
"label": "unreachable",
|
|
"confidence": "high",
|
|
"dynamic_evidence": {
|
|
"covered_by_tests": ["src/AppTest.java"],
|
|
"coverage_files": []
|
|
},
|
|
"static_evidence": {
|
|
"call_path": [
|
|
"POST /api/upload",
|
|
"App.handleRequest",
|
|
"guard: ALLOW_DESER!=true"
|
|
]
|
|
},
|
|
"config_conditions": ["ALLOW_DESER == 'true'"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|