misc update
parent
9ded2fcccf
commit
cda7245de9
|
@ -1,7 +1,7 @@
|
|||
id: gruntfile
|
||||
id: gruntfile-exposure
|
||||
|
||||
info:
|
||||
name: gruntfile exposure
|
||||
name: Gruntfile Exposure
|
||||
author: sbani
|
||||
severity: info
|
||||
reference: https://gruntjs.com/sample-gruntfile
|
||||
|
@ -9,18 +9,20 @@ info:
|
|||
|
||||
requests:
|
||||
- method: GET
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
path:
|
||||
- "{{BaseURL}}/Gruntfile.js"
|
||||
- "{{BaseURL}}/Gruntfile.coffee"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
condition: and
|
||||
words:
|
||||
- "module.exports"
|
||||
part: body
|
||||
- "grunt"
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue