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