Skip to content

Commit

Permalink
Merge pull request #11295 from tess-ss/patch-733466
Browse files Browse the repository at this point in the history
Update springboot-info.yaml
  • Loading branch information
ritikchaddha authored Dec 4, 2024
2 parents 2fd6253 + 7f2f91b commit 50f3c02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions http/misconfiguration/springboot/springboot-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: springboot-info

info:
name: Spring Boot Information Panel - Detect
author: philippedelteil
author: philippedelteil,tess
severity: info
description: Spring Boot information panel displaying app name, version information, and other values was detected.
classification:
Expand All @@ -18,6 +18,8 @@ http:
path:
- "{{BaseURL}}/info"
- "{{BaseURL}}/actuator/info"
- "{{BaseURL}}/management"
- "{{BaseURL}}/management/info"

stop-at-first-match: true

Expand All @@ -37,9 +39,10 @@ http:
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v2+json"
- "application/vnd.spring-boot.actuator.v1+json"
- "application/vnd.spring-boot.actuator.v3+json"
condition: or

- type: status
status:
- 200
# digest: 4a0a0047304502207d9ff07eddbbf44fbb99729ec5944967448c70afdb69ebf813f5bf17a9598d99022100e85e5c1e19b2329dba96618a5c4680d7e56c22d15feea643768a9f652a57946a:922c64590222798bb761d5b6d8e72950
# digest: 4a0a0047304502207d9ff07eddbbf44fbb99729ec5944967448c70afdb69ebf813f5bf17a9598d99022100e85e5c1e19b2329dba96618a5c4680d7e56c22d15feea643768a9f652a57946a:922c64590222798bb761d5b6d8e72950

0 comments on commit 50f3c02

Please sign in to comment.