Added sonarqube-public-projects
parent
ac97ab28e0
commit
a5977604a4
|
@ -0,0 +1,27 @@
|
|||
id: sonarqube-public-projects
|
||||
|
||||
info:
|
||||
name: Sonarqube with public projects
|
||||
author: sickwell
|
||||
severity: info
|
||||
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
|
Loading…
Reference in New Issue