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-reflection:205"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"files": {
"src/ReflectController.java": {
"lines_covered": [
7,
13,
14,
15
],
"lines_total": 29
}
}
}

View File

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

View File

@@ -0,0 +1,9 @@
{
"entry": "POST /api/reflect",
"notes": "User controls class name flowing into Class.forName/newInstance",
"path": [
"ReflectController.run",
"Class.forName"
],
"sink": "SpringReflection::run"
}