File: superglobal.db

package info (click to toggle)
graudit 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: sh: 1,134; makefile: 82; php: 62; jsp: 24
file content (31 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# PHP - Superglobals & Environment
getenv[[:space:]]*\(.*\)
apache_getenv[[:space:]]*\(.*\)
putenv[[:space:]]*\(.*\)
apache_setenv[[:space:]]*\(.*\)
getallheaders[[:space:]]*\(.*\)
apache_request_headers[[:space:]]*\(.*\)
apache_response_headers[[:space:]]*\(.*\)
\$_ENV\[.*\]
\$_GET\[.*\]
\$_POST\[.*\]
\$_COOKIE\[.*\]
\$_REQUEST\[.*\]
\$_FILES\[.*\]
\$_SERVER\[.*\]
\$PHPSELF
\$HTTP_GET_VARS
\$http_get_vars
\$HTTP_POST_VARS
\$http_post_vars
\$HTTP_ENV_VARS
\$http_env_vars
\$HTTP_RAW_POST_DATA
\$http_raw_post_data
\$HTTP_POST_FILES
\$http_post_files
import_request_variables[[:space:]]*\(
PHP_AUTH_USER
PHP_AUTH_PW
# Variable variables aren't superglobals, but bad idea
\$\$.*