few fixes
parent
663de70127
commit
40e1df8493
|
@ -28,7 +28,6 @@ requests:
|
||||||
- "application/octet-stream"
|
- "application/octet-stream"
|
||||||
- "application/vnd.spring-boot.actuator"
|
- "application/vnd.spring-boot.actuator"
|
||||||
- "application/vnd.spring-boot.actuator.v1+json"
|
- "application/vnd.spring-boot.actuator.v1+json"
|
||||||
- "hprof"
|
|
||||||
condition: or
|
condition: or
|
||||||
part: header
|
part: header
|
||||||
- type: dsl
|
- type: dsl
|
||||||
|
@ -36,3 +35,4 @@ requests:
|
||||||
- "len(body) >= 100000"
|
- "len(body) >= 100000"
|
||||||
- "content_length >= 100000"
|
- "content_length >= 100000"
|
||||||
condition: or
|
condition: or
|
||||||
|
part: header
|
||||||
|
|
|
@ -10,6 +10,9 @@ info:
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
||||||
- template: technologies/detect-springboot-actuator.yaml
|
- template: misconfiguration/springboot-detect.yaml
|
||||||
subtemplates:
|
subtemplates:
|
||||||
- template: misconfiguration/springboot/
|
- template: cves/2018/CVE-2018-1271.yaml
|
||||||
|
- template: cves/2018/CVE-2018-1271.yaml
|
||||||
|
- template: cves/2020/CVE-2020-5410.yaml
|
||||||
|
- template: vulnerabilities/springboot/
|
Loading…
Reference in New Issue