Update springboot-detect.yaml

patch-1
bauthard 2020-04-14 21:02:51 +05:30 committed by GitHub
parent 28fbcb6b49
commit 3d92a7c80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,6 @@ requests:
- "{{BaseURL}}/trace"
- "{{BaseURL}}/loggers"
- "{{BaseURL}}/autoconfig"
- "{{BaseURL}}/heapdump"
- "{{BaseURL}}/threaddump"
- "{{BaseURL}}/env"
- "{{BaseURL}}/management"
@ -20,29 +19,29 @@ requests:
- "{{BaseURL}}/mappings"
- "{{BaseURL}}/auditevents"
- "{{BaseURL}}/beans"
- "{{BaseURL}}/jolokia"
- "{{BaseURL}}/cloudfoundryapplication"
- "{{BaseURL}}/jolokia"
- "{{BaseURL}}/hystrix.stream"
- "{{BaseURL}}/actuator"
- "{{BaseURL}}/actuator/auditevents"
- "{{BaseURL}}/actuator/beans"
- "{{BaseURL}}/actuator/health"
- "{{BaseURL}}/actuator/conditions"
- "{{BaseURL}}/actuator/configprops"
- "{{BaseURL}}/actuator/env"
- "{{BaseURL}}/actuator/heapdump"
- "{{BaseURL}}/actuator/dump"
- "{{BaseURL}}/actuator/threaddump"
- "{{BaseURL}}/actuator/jolokia"
- "{{BaseURL}}/actuator/hystrix.stream"
- "{{BaseURL}}/actuator/flyway"
- "{{BaseURL}}/actuator/integrationgraph"
- "{{BaseURL}}//actuator/management"
matchers:
- type: word
words:
- type: regex
part: body
regex:
- 'method'
- 'spring'
- ''
- 'TYPE'
- 'system'
- 'database'
- 'cron'
condition: or
- type: status
status:
@ -50,6 +49,6 @@ requests:
- type: word
words:
- 'application/json'
- 'attachment'
- 'hprof'
condition: or
part: header