Skip to content

Commit

Permalink
Merge pull request #815 from Geolim4/v6
Browse files Browse the repository at this point in the history
[V6] Fixed vulnerability issue that cause exposed phpinfo() in some situations
  • Loading branch information
Geolim4 committed Aug 12, 2021
2 parents 63e1afc + 0a666ee commit 757670b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
@@ -0,0 +1,18 @@
/tests export-ignore
/docs/examples export-ignore
/bin/ci export-ignore
/bin/stubs export-ignore
/.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
.scrutinizer.yml export-ignore
.codeclimate.yml export-ignore
CONTRIBUTING.md export-ignore
CODE_OF_CONDUCT.md export-ignore
CODING_GUIDELINE.md export-ignore
phpunit.xml.dist export-ignore
phpcs.xml.dist export-ignore
composer.lock export-ignore
CNAME export-ignore
3 changes: 0 additions & 3 deletions docs/examples/phpinfo.php

This file was deleted.

0 comments on commit 757670b

Please sign in to comment.