Add wget from artifacts.opnfv.org to exceptions
[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     - \.DS_Store
11     - \.eot
12     - \.gif
13     - \.git/(index|objects)
14     - \.ico
15     - \.idx
16     - \.jp(e?)g
17     - \.otf
18     - \.pack
19     - \.pdf
20     - \.png
21     - \.ttf
22     - \.woff
23
24 file_audits:
25   file_names:
26     - \.asc$
27     - \.gpg$
28     - \.key$
29     - \.md5
30     - \.sig$
31     - aws_access_key_id
32     - aws_secret_access_key
33     - id_rsa
34   file_contents:
35     - -----BEGIN\sRSA\sPRIVATE\sKEY----
36     - "curl(.*?)bash"
37     - "git(.*?)clone"
38     - "sh(.*?)curl"
39     - dual_ec_drbg
40     - eval
41     - gost
42     - md[245]
43     - panama
44     - private_key
45     - rc4
46     - ripemd
47     - secret
48     - sha0
49     - snefru
50     - ssh_key
51     - sslv[12]
52     - streebog
53     - tlsv1
54     - wget
55
56 licence:
57   licence_ext:
58     - '.java'
59     - '.md'
60     - '.py'
61     - '.rb'
62     - '.rst'
63     - '.sh'
64   licence_ignore:
65     - '__init__.py'
66
67 project_exceptions:
68   - releng: exceptions/releng.yaml
69   - sandbox: exceptions/sandbox.yaml
70   - pharos: exceptions/pharos.yaml
71   - octopus: exceptions/octopus.yaml
72   - functest: exceptions/functest.yaml