This commit is contained in:
StellaOps Bot
2025-12-09 09:40:36 +02:00
parent 108d1c64b3
commit 689c656f20
46 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"_type": "https://in-toto.io/Statement/v0.1",
"predicate": {
"buildType": "stub",
"builder": {
"id": "stub"
},
"metadata": {
"buildFinishedOn": "1970-01-01T00:00:00Z",
"buildStartedOn": "1970-01-01T00:00:00Z"
}
},
"predicateType": "https://slsa.dev/provenance/v0.2",
"subject": [
{
"digest": {
"sha256": "stub"
},
"name": "java-spring-guarded:202"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"files": {
"src/App.java": {
"lines_covered": [
10,
11,
13,
15
],
"lines_total": 29
}
}
}

View File

@@ -0,0 +1,14 @@
{
"bomFormat": "CycloneDX",
"components": [],
"metadata": {
"component": {
"name": "spring-guarded",
"type": "application",
"version": "1.0.0"
},
"timestamp": "1970-01-01T00:00:00Z"
},
"specVersion": "1.5",
"version": 1
}

View File

@@ -0,0 +1,8 @@
{
"entry": "POST /api/upload",
"notes": "Guard requires ALLOW_DESER=true; sink not executed by default",
"path": [
"App.handleRequest"
],
"sink": "JavaDeserializeGuarded::handleRequest"
}