aboutsummaryrefslogtreecommitdiffstats
path: root/master_list.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'master_list.yaml')
-rw-r--r--master_list.yaml69
1 files changed, 69 insertions, 0 deletions
diff --git a/master_list.yaml b/master_list.yaml
new file mode 100644
index 0000000..b31b770
--- /dev/null
+++ b/master_list.yaml
@@ -0,0 +1,69 @@
+# 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:
+ - \.DS_Store
+ - \.eot
+ - \.gif
+ - \.git/(index|objects)
+ - \.ico
+ - \.idx
+ - \.jp(e?)g
+ - \.otf
+ - \.pack
+ - \.pdf
+ - \.png
+ - \.ttf
+ - \.woff
+
+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_exception.yaml
+ - sandbox: exceptions/sandbox_exception.yaml
+ - testproj: exceptions/sandbox_exception.yaml