Skip to content

Commit 4e72296

Browse files
committed
Fixed vulnerability issue that cause exposed phpinfo() in some situations.
1 parent 1dcdc4c commit 4e72296

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/tests export-ignore
2+
/docs/examples export-ignore
3+
/bin/ci export-ignore
4+
/bin/stubs export-ignore
5+
/.github export-ignore
6+
.gitattributes export-ignore
7+
.gitignore export-ignore
8+
.gitmodules export-ignore
9+
.travis.yml export-ignore
10+
.scrutinizer.yml export-ignore
11+
.codeclimate.yml export-ignore
12+
CONTRIBUTING.md export-ignore
13+
CODE_OF_CONDUCT.md export-ignore
14+
CODING_GUIDELINE.md export-ignore
15+
phpunit.xml.dist export-ignore
16+
phpcs.xml.dist export-ignore
17+
composer.lock export-ignore
18+
CNAME export-ignore

docs/examples/phpinfo.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)