From 48ce2a2317eb86b73b6da297c8ed9082b06faf9f Mon Sep 17 00:00:00 2001 From: lhinds Date: Sun, 25 Jun 2017 18:43:51 +0100 Subject: Implements sha256 exception functionality This patch adds functionality for file checksum verfications for binary files. The master_list.yaml binaries yaml directive now only contains simple exceptions (for common artefacts that are gitignored) Each project_exception file now has a filename and a sha256 hash. If a binary file is not found, or the hash is mismatched, it will output the hash for the user to include in an exception patch. This functionality has been added to complete project scans and patchset scans JIRA: RELENG-240 Change-Id: Iafa5710f4a0da192fc74335b1200b504413f8a8b Signed-off-by: lhinds --- master_list.yaml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'master_list.yaml') diff --git a/master_list.yaml b/master_list.yaml index 309876c..ded5015 100644 --- a/master_list.yaml +++ b/master_list.yaml @@ -6,19 +6,7 @@ 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: -- cgit 1.2.3-korg