Adds Pharos, Functest, Octopus to Anteater
[releng-anteater.git] / master_list.yaml
1 # When adding projects all `arrays: []` sections must have
2 # a value, Use 'nullvalue' if no waivers are available.
3 #
4 # This file uses standard regular expression syntax,  however be mindful
5 # of escaping YAML delimiters too (such as `:`) using double quotes "".
6
7 binaries:
8   binary_ignore:
9     - \.DS_Store
10     - \.eot
11     - \.gif
12     - \.git/(index|objects)
13     - \.ico
14     - \.idx
15     - \.jp(e?)g
16     - \.otf
17     - \.pack
18     - \.pdf
19     - \.png
20     - \.ttf
21     - \.woff
22
23 file_audits:
24   file_names:
25     - \.asc$
26     - \.gpg$
27     - \.key$
28     - \.md5
29     - \.sig$
30     - aws_access_key_id
31     - aws_secret_access_key
32     - id_rsa
33   file_contents:
34     - -----BEGIN\sRSA\sPRIVATE\sKEY----
35     - "curl(.*?)bash"
36     - "git(.*?)clone"
37     - "sh(.*?)curl"
38     - dual_ec_drbg
39     - eval
40     - gost
41     - md[245]
42     - panama
43     - private_key
44     - rc4
45     - ripemd
46     - secret
47     - sha0
48     - snefru
49     - ssh_key
50     - sslv[12]
51     - streebog
52     - tlsv1
53     - wget
54
55 licence:
56   licence_ext:
57     - '.java'
58     - '.md'
59     - '.py'
60     - '.rb'
61     - '.rst'
62     - '.sh'
63   licence_ignore:
64     - '__init__.py'
65
66 project_exceptions:
67   - releng:   exceptions/releng.yaml
68   - sandbox:  exceptions/sandbox.yaml
69   - pharos:   exceptions/pharos.yaml
70   - octopus:  exceptions/octopus.yaml
71   - functest: exceptions/functest.yaml