Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions rules/lfi-os-files.data
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
.dbus/
.deployment-secrets.txt
.docker/
.dockerenv
.dockerignore
.drush/
.DS_Store
# .env
.envrc
.eslintignore
Expand Down Expand Up @@ -986,6 +988,9 @@ wamp/bin/mysql
wamp/bin/php
wamp/logs
web.config
Comment thread
Xhoenix marked this conversation as resolved.
# Java servlet container
META-INF/
WEB-INF/
webpack.config.js
windows/comsetup.log
windows/debug/netsetup.log
Expand Down
2 changes: 2 additions & 0 deletions rules/restricted-files.data
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
.aiignore
.cursorignore
.docker/
.dockerenv
.dockerignore
.drush/
.env
Expand Down Expand Up @@ -425,6 +426,7 @@ weblogic.xml
php_error.log
php_errors.log
# Java directory for non-public application data
META-INF/
WEB-INF/
# Fortinet SSL VPN session file
sslvpn_websession
Expand Down
3 changes: 3 additions & 0 deletions rules/restricted-upload.data
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ __pycache__/
.deployment-secrets.txt
.digrc
.dockerignore
.dockerenv
.DS_Store
.editorconfig
.env
Expand Down Expand Up @@ -432,6 +433,7 @@ locks
login.sql
mdstat
meminfo
META-INF/
module
modules
mounts
Expand Down Expand Up @@ -496,6 +498,7 @@ vmallocinfo
vmstat
Web.config
weblogic.xml
WEB-INF/
webpack.config.js
win.ini
wp-config-
Expand Down
Loading