-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitwhitelisted
32 lines (32 loc) · 1.31 KB
/
.gitwhitelisted
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
32
# WARNING: PLEASE KEEP ONE EMPTY STRING AT THE END OF THIS FILE
000000000000
# Allow python documentation strings for values like login/password/etc.
# Examples:
# :param login: this is description
# :type password: password for account
:(param|type)\\s([Ll]ogin|[Pp]assword|[Pp]ass|[Tt]oken|[Uu]ser|[Uu]sername|[sS]ecret|[Pp]rivate)\\s*:
# Allow python code like this
# if login and password:
# if token:
# elif token:
(and|if|elif)\\s([Ll]ogin|[Pp]assword|[Pp]ass|[Tt]oken|[Uu]ser|[Uu]sername|[sS]ecret|[Pp]rivate)\\s*:\\s*$
# Allow particular login/passwords/etc. values like pass/~, function signature,
# end of line, encoded base64 demo password
# Examples:
# def func(login: str,...)
# password: ~
# password:
# connections.secret: |-
([Ll]ogin|[Pp]assword|[Pp]ass|[Tt]oken|[Uu]ser|[Uu]sername|[sS]ecret|[Pp]rivate)\\s*:\\s*(~|example|\\s?str,|\\s\\|\\-|$)
#Allow ansible substitution like password: {{ .... }}
([Ll]ogin|[Pp]assword|[Pp]ass|[Tt]oken|[Uu]ser|[Uu]sername|[sS]ecret|[Pp]rivate)\\s*:\\s*(\"|\')?\\{\\{\\s.+\\s\\}\\}(\"|\')?
# TODO: hardcoded values should be removed in future when closing LEGION #499
(user|password): YWRtaW4=
# Allow localhost IPv4 address
127.0.0.1
# Allow demo netmask
1.2.3.4/32
# Allow IPv4 configuration for nonMasqueradeCIDR be stored
nonMasqueradeCIDR:\\s*[0-9\\./]+
# Allow user:tag
user:tag