Merge pull request #2948 from dahse89/add-config-symfony-security-config
Add Symfony Security Config Expose Templatepatch-1
commit
709f6edbf7
|
@ -0,0 +1,30 @@
|
|||
id: symfony-security-config
|
||||
|
||||
info:
|
||||
name: Symfony Security Configuration Exposure
|
||||
author: dahse89
|
||||
severity: info
|
||||
reference:
|
||||
- https://symfony2-document.readthedocs.io/en/latest/book/security.html
|
||||
- https://symfony.com/doc/current/reference/configuration/security.html
|
||||
tags: config,exposure,symfony
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/config/packages/security.yaml"
|
||||
- "{{BaseURL}}/app/config/security.yml"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "security:"
|
||||
- "firewalls:"
|
||||
- "access_control:"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue