commit
991e50248f
|
@ -14,6 +14,7 @@ info:
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-21234
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-21234
|
||||||
- https://github.com/lukashinsch/spring-boot-actuator-logview/commit/760acbb939a8d1f7d1a7dfcd51ca848eea04e772
|
- https://github.com/lukashinsch/spring-boot-actuator-logview/commit/760acbb939a8d1f7d1a7dfcd51ca848eea04e772
|
||||||
- https://github.com/lukashinsch/spring-boot-actuator-logview/commit/1c76e1ec3588c9f39e1a94bf27b5ff56eb8b17d6
|
- https://github.com/lukashinsch/spring-boot-actuator-logview/commit/1c76e1ec3588c9f39e1a94bf27b5ff56eb8b17d6
|
||||||
|
- https://blog.csdn.net/qq_39583774/article/details/123023770#t5
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
|
||||||
cvss-score: 7.7
|
cvss-score: 7.7
|
||||||
|
@ -42,12 +43,14 @@ http:
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
|
- "contains(header,'text/plain')"
|
||||||
- "regex('root:.*:0:0:', body)"
|
- "regex('root:.*:0:0:', body)"
|
||||||
- "status_code == 200"
|
- "status_code == 200"
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
|
- "contains(header,'text/plain')"
|
||||||
- "contains(body, 'bit app support')"
|
- "contains(body, 'bit app support')"
|
||||||
- "contains(body, 'fonts')"
|
- "contains(body, 'fonts')"
|
||||||
- "contains(body, 'extensions')"
|
- "contains(body, 'extensions')"
|
||||||
|
|
Loading…
Reference in New Issue