Skip to content

Commit

Permalink
Merge pull request Ymagis#242 from remia/fix-bypass
Browse files Browse the repository at this point in the history
Fix profile bypass
  • Loading branch information
remia authored Jan 28, 2024
2 parents fd47ccd + 6a42a82 commit 0f5aaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ As a command line tool:
python3 -m clairmeta.cli check -type dcp path/to/dcp -format xml > check.xml
python3 -m clairmeta.cli check -type dcp path/to/dcp -kdm /path/to/kdm -key /path/to/privatekey
python3 -m clairmeta.cli check -type dcp path/to/dcp -progress
python3 -m clairmeta.cli check -type dcp path/to/dcp_vf -ov path/to/dcp_ov
As a python library:

Expand Down
1 change: 1 addition & 0 deletions clairmeta/dcp_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def load_modules(self):
checker = module.Checker(self.dcp)
checker.ov_path = self.ov_path
checker.allowed_foreign_files = self.allowed_foreign_files
checker.bypass_list = self.bypass_list
checker.hash_callback = self.hash_callback
self.check_modules[v] = checker
except (ImportError, Exception) as e:
Expand Down

0 comments on commit 0f5aaa5

Please sign in to comment.