36 lines
827 B
YAML
36 lines
827 B
YAML
id: gradle-libs
|
|
|
|
info:
|
|
name: Gradle Library Version Disclosure
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
github-query: filename:libs.versions.toml
|
|
tags: file,gradle,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/gradle/libs.versions.toml'
|
|
- '{{BaseURL}}/libs.versions.toml'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "[versions]"
|
|
- "[libraries]"
|
|
- "[bundles]"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a0048304602210080edd28e23b35c989037deb44531294eb9982daa89844ac847928bc471217ba5022100f9dde0727dc6c3bce417ab75bb24ee2564634eba671def40049a6364b134a36a:922c64590222798bb761d5b6d8e72950
|