Files
nuclei-templates/misconfiguration/sonarqube-public-projects.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

29 lines
590 B
YAML

id: sonarqube-public-projects
info:
name: Sonarqube with public projects
author: sickwell
severity: low
reference:
- https://next.sonarqube.com/sonarqube/web_api/api/components/suggestions?internal=true
tags: sonarqube,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/api/components/suggestions?recentlyBrowsed="
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"results":'
- '"items":'
- '"more":'
part: body
condition: and