Exception for functest
[releng-anteater.git] / master_list.yaml
1 ---
2 # When adding projects all `arrays: []` sections must have
3 # a value, Use 'nullvalue' if no waivers are available.
4 #
5 # This file uses standard regular expression syntax,  however be mindful
6 # of escaping YAML delimiters too (such as `:`) using double quotes "".
7
8 binaries:
9   binary_ignore:
10     - \.git/(index|objects)
11
12 file_audits:
13   file_names:
14     - \.asc
15     - \.gpg
16     - \.key
17     - \.md(2|3|4|5)
18     - \.sha1
19     - \.sig
20     - \.pcap
21     - \.kdb
22     - \.pypirc
23     - \.pem
24     - \.cer
25     - \.der
26     - \.crt
27     - \.crl
28     - \.p7b
29     - \.p7r
30     - \.spc
31     - \.sst
32     - \.stl
33     - \.pfx
34     - \.p12
35     - _rsa
36     - _dsa
37     - (irb|plsq|mysql|bash|zsh)_history
38     - (zsh|bash)rc-secrets
39     - \.vimrc
40     - \.gem\/credentials
41     - configuration\.user\.xpl
42     - \.dockercfg
43     - \.npmrc
44     - key(store|ring)
45     - ovpn
46     - secret_token\.rb
47     - omniauth\.rb
48     - carrierwave\.rb
49     - schema\.rb
50     - database\.yml
51     - settings\.py
52     - keychain
53     - backup
54     - credentials\.xml
55     - htpasswd
56     - kwallet
57     - aws_access_key_id
58     - aws_secret_access_key
59
60   file_contents:
61     - -----BEGIN\sRSA\sPRIVATE\sKEY----
62     - (password|passwd)(.*:|.*=.*)
63     - curl
64     - git.*clone
65     - dual_ec_drbg
66     - base64_decode
67     - gost
68     - md[245]
69     - panama
70     - private_key
71     - rc4
72     - ripemd
73     - secret
74     - sha0
75     - snefru
76     - ssh_key
77     - sslv[12]
78     - streebog
79     - tlsv1
80     - wget
81     - run_as_root.*=.*True
82     - exec\s*(\"|\().+(\"|\))
83     - \beval\b
84     - app\.run\s*\(.*debug.*=.*True.*\)
85     - autoescape.*=.*False
86     - safestring\.mark_safe.*\(.*\)
87     - shell.*=.*True
88     - \/tmp\/
89     - \yaml\.load
90     - telnet
91     - ftp
92     - finger
93
94 licence:
95   licence_ext:
96     - '.java'
97     - '.md'
98     - '.py'
99     - '.rb'
100     - '.rst'
101     - '.sh'
102   licence_ignore:
103     - '__init__.py'
104
105 project_exceptions:
106   - apex: exceptions/apex.yaml
107   - armband: exceptions/armband.yaml
108   - bamboo: exceptions/bamboo.yaml
109   - barometer: exceptions/barometer.yaml
110   - bottlenecks: exceptions/bottlenecks.yaml
111   - calipso: exceptions/calipso.yaml
112   - compass4nfv: exceptions/compass4nfv.yaml
113   - conductor: exceptions/conductor.yaml
114   - copper: exceptions/copper.yaml
115   - cperf: exceptions/cperf.yaml
116   - daisy: exceptions/daisy.yaml
117   - doctor: exceptions/doctor.yaml
118   - dovetail: exceptions/dovetail.yaml
119   - dpacc: exceptions/dpacc.yaml
120   - enfv: exceptions/enfv.yaml
121   - escalator: exceptions/escalator.yaml
122   - fds: exceptions/fds.yaml
123   - functest: exceptions/functest.yaml
124   - octopus: exceptions/octopus.yaml
125   - pharos: exceptions/pharos.yaml
126   - releng: exceptions/releng.yaml
127   - sandbox: exceptions/sandbox.yaml
128   - yardstick: exceptions/yardstick.yaml