|
| 1 | +{ |
| 2 | + "version": "2.0.0", |
| 3 | + "date": "2026-05-19T16:30:00Z", |
| 4 | + "mode": "daily", |
| 5 | + "scope": "full", |
| 6 | + "diff_mode": false, |
| 7 | + "phases_run": [0, 1, 2, 3, 5, 6, 9, 12, 13, 14], |
| 8 | + "attack_surface": { |
| 9 | + "code": { |
| 10 | + "public_endpoints": 4, |
| 11 | + "authenticated": 1, |
| 12 | + "admin": 0, |
| 13 | + "api": 5, |
| 14 | + "uploads": 0, |
| 15 | + "integrations": 1, |
| 16 | + "background_jobs": 0, |
| 17 | + "websockets": 0 |
| 18 | + }, |
| 19 | + "infrastructure": { |
| 20 | + "ci_workflows": 0, |
| 21 | + "webhook_receivers": 0, |
| 22 | + "container_configs": 4, |
| 23 | + "iac_configs": 0, |
| 24 | + "deploy_targets": 0, |
| 25 | + "secret_management": "environment-variables" |
| 26 | + } |
| 27 | + }, |
| 28 | + "findings": [ |
| 29 | + { |
| 30 | + "id": 1, |
| 31 | + "severity": "MEDIUM", |
| 32 | + "confidence": 9, |
| 33 | + "status": "VERIFIED", |
| 34 | + "phase": 5, |
| 35 | + "phase_name": "Infrastructure Shadow Surface", |
| 36 | + "category": "Infrastructure", |
| 37 | + "fingerprint": "sha256-docker-root-user-missing", |
| 38 | + "title": "Dockerfiles run as root", |
| 39 | + "file": "*/Dockerfile", |
| 40 | + "line": 0, |
| 41 | + "description": "All workshop Dockerfiles are missing the USER directive, causing containers to run as root.", |
| 42 | + "exploit_scenario": "If attacker compromises the application via RCE, they gain root access inside container, enabling container escape and host pivot.", |
| 43 | + "impact": "Elevated privileges for compromised containers. Increased blast radius.", |
| 44 | + "recommendation": "Add non-root user to Dockerfiles with educational comments for workshop participants.", |
| 45 | + "verification": "self-verified" |
| 46 | + }, |
| 47 | + { |
| 48 | + "id": 2, |
| 49 | + "severity": "INFO", |
| 50 | + "confidence": 10, |
| 51 | + "status": "VERIFIED", |
| 52 | + "phase": 3, |
| 53 | + "phase_name": "Dependency Supply Chain", |
| 54 | + "category": "Supply Chain", |
| 55 | + "fingerprint": "sha256-spring-boot-eol-2-7-18", |
| 56 | + "title": "Spring Boot 2.7.18 is EOL", |
| 57 | + "file": "*/pom.xml", |
| 58 | + "line": 8, |
| 59 | + "description": "Spring Boot 2.7.18 reached end-of-life in November 2023. No further security patches available.", |
| 60 | + "exploit_scenario": "Future CVEs in Spring Boot 2.7.x will not be patched. Workshop users deploying to production would be vulnerable.", |
| 61 | + "impact": "Unpatched vulnerabilities accumulate over time. Production risk.", |
| 62 | + "recommendation": "Add README warning about EOL status and migration path to Spring Boot 3.x for production use.", |
| 63 | + "verification": "self-verified" |
| 64 | + } |
| 65 | + ], |
| 66 | + "supply_chain_summary": { |
| 67 | + "direct_deps": 15, |
| 68 | + "transitive_deps": 0, |
| 69 | + "critical_cves": 0, |
| 70 | + "high_cves": 0, |
| 71 | + "install_scripts": 0, |
| 72 | + "lockfile_present": false, |
| 73 | + "lockfile_tracked": false, |
| 74 | + "tools_skipped": ["mvn"] |
| 75 | + }, |
| 76 | + "filter_stats": { |
| 77 | + "candidates_scanned": 15, |
| 78 | + "hard_exclusion_filtered": 12, |
| 79 | + "confidence_gate_filtered": 1, |
| 80 | + "verification_filtered": 0, |
| 81 | + "reported": 2 |
| 82 | + }, |
| 83 | + "totals": { |
| 84 | + "critical": 0, |
| 85 | + "high": 0, |
| 86 | + "medium": 1, |
| 87 | + "info": 1, |
| 88 | + "tentative": 0 |
| 89 | + }, |
| 90 | + "trend": { |
| 91 | + "prior_report_date": null, |
| 92 | + "resolved": 0, |
| 93 | + "persistent": 0, |
| 94 | + "new": 2, |
| 95 | + "direction": "first_run" |
| 96 | + } |
| 97 | +} |
0 commit comments