🔨 Fix false-positives laravel-env
parent
af4ba60694
commit
a4f05086d0
|
@ -2,7 +2,7 @@ id: laravel-env
|
|||
|
||||
info:
|
||||
name: Laravel .env file
|
||||
author: pxmme1337
|
||||
author: pxmme1337 & dwisiswant0
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
|
@ -11,9 +11,9 @@ requests:
|
|||
- "{{BaseURL}}/.env"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "APP_NAME"
|
||||
- type: regex
|
||||
regex:
|
||||
- "(?m)^APP_(NAME|ENV|KEY|DEBUG|URL)="
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue