aboutsummaryrefslogtreecommitdiffstats
path: root/master_list.yaml
blob: ded501539ceeca1d2c1fcb5b9d3b83ef28967046 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# When adding projects all `arrays: []` sections must have
# a value, Use 'nullvalue' if no waivers are available.
#
# This file uses standard regular expression syntax,  however be mindful
# of escaping YAML delimiters too (such as `:`) using double quotes "".

binaries:
  binary_ignore:
    - \.git/(index|objects)

file_audits:
  file_names:
    - \.asc$
    - \.gpg$
    - \.key$
    - \.md5
    - \.sig$
    - aws_access_key_id
    - aws_secret_access_key
    - id_rsa
  file_contents:
    - -----BEGIN\sRSA\sPRIVATE\sKEY----
    - "curl(.*?)bash"
    - "git(.*?)clone"
    - "sh(.*?)curl"
    - dual_ec_drbg
    - eval
    - gost
    - md[245]
    - panama
    - private_key
    - rc4
    - ripemd
    - secret
    - sha0
    - snefru
    - ssh_key
    - sslv[12]
    - streebog
    - tlsv1
    - wget

licence:
  licence_ext:
    - '.java'
    - '.md'
    - '.py'
    - '.rb'
    - '.rst'
    - '.sh'
  licence_ignore:
    - '__init__.py'

project_exceptions:
  - releng:   exceptions/releng.yaml
  - sandbox:  exceptions/sandbox.yaml
  - pharos:   exceptions/pharos.yaml
  - octopus:  exceptions/octopus.yaml
  - functest: exceptions/functest.yaml