diff options
| author | Adam Janovsky | 2022-09-13 16:08:43 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-09-13 16:08:43 +0200 |
| commit | e663600dc1da9f0fc35534b072603bb23b0bfe14 (patch) | |
| tree | 92b8deb7d4c546bb73dbcc35c95c17c5f6558848 /tests/test_cc_oop.py | |
| parent | 522b05fda64f5cc5b1f598ca77826864bf57e305 (diff) | |
| download | sec-certs-e663600dc1da9f0fc35534b072603bb23b0bfe14.tar.gz sec-certs-e663600dc1da9f0fc35534b072603bb23b0bfe14.tar.zst sec-certs-e663600dc1da9f0fc35534b072603bb23b0bfe14.zip | |
start colleting EALs from PP dataset
Diffstat (limited to 'tests/test_cc_oop.py')
| -rw-r--r-- | tests/test_cc_oop.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_cc_oop.py b/tests/test_cc_oop.py index 5e4d86dc..201b3db3 100644 --- a/tests/test_cc_oop.py +++ b/tests/test_cc_oop.py @@ -60,7 +60,8 @@ class TestCommonCriteriaOOP(TestCase): { ProtectionProfile( "Korean National Protection Profile for Single Sign On V1.0", - "https://www.commoncriteriaportal.org/files/ppfiles/KECS-PP-0822-2017%20Korean%20National%20PP%20for%20Single%20Sign%20On%20V1.0(eng).pdf", + "EAL1+", + pp_link="https://www.commoncriteriaportal.org/files/ppfiles/KECS-PP-0822-2017%20Korean%20National%20PP%20for%20Single%20Sign%20On%20V1.0(eng).pdf", ) }, set(), @@ -69,7 +70,7 @@ class TestCommonCriteriaOOP(TestCase): None, ) - pp = ProtectionProfile("sample_pp", "https://sample.pp") + pp = ProtectionProfile("sample_pp", None, pp_link="https://sample.pp") update = CommonCriteriaCert.MaintenanceReport( date(1900, 1, 1), "Sample maintenance", "https://maintenance.up", "https://maintenance.up" ) |
