<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git/tests/test_cc_oop.py, branch main</title>
<subtitle>Tool for analysis of security certificates (Common Criteria, FIPS 140...).</subtitle>
<id>https://git.neuromancer.sk/sec-certs.git/atom/tests/test_cc_oop.py?h=main</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom/tests/test_cc_oop.py?h=main'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2022-12-08T12:44:36Z</updated>
<entry>
<title>Refactor FIPS &amp; unify CLI actions (#275)</title>
<updated>2022-12-08T12:44:36Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2022-12-08T12:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=846144e9b7352d2962ae9f87474b5840a36405d3'/>
<id>urn:sha1:846144e9b7352d2962ae9f87474b5840a36405d3</id>
<content type='text'>
* Unifies CLIs into sine CLI
* Merge much of dataset functionality into `Dataset` baseclass
* Refactor `unittest` -&gt; `pytest`
* Unify processing pipeline across datasets (common public functions)
* Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...)
* Upgrade Github Actions pipelines
* Allow for failure of some tests
* Refactor type hints</content>
</entry>
<entry>
<title>Store OCR results into CC cert state.</title>
<updated>2022-10-04T12:41:18Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2022-10-03T17:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=78d961a8ec2bfc3fa134918672d8100beaf18d05'/>
<id>urn:sha1:78d961a8ec2bfc3fa134918672d8100beaf18d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start colleting EALs from PP dataset</title>
<updated>2022-09-13T14:08:43Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-09-13T14:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=e663600dc1da9f0fc35534b072603bb23b0bfe14'/>
<id>urn:sha1:e663600dc1da9f0fc35534b072603bb23b0bfe14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix CommonCriteriaCert.InternalState constructor</title>
<updated>2022-06-22T18:33:48Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-06-22T18:33:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9'/>
<id>urn:sha1:eca01edd4cc9f62ddae9bc400cea9a9f0ac51cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more regex rulesm, slightly refactor. (#224)</title>
<updated>2022-06-02T11:04:35Z</updated>
<author>
<name>Ján Jančár</name>
</author>
<published>2022-06-02T11:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=e8ee684c170c2a5aafb3fa9ded183da8b91fd6c8'/>
<id>urn:sha1:e8ee684c170c2a5aafb3fa9ded183da8b91fd6c8</id>
<content type='text'>
* Add more evaluation facilities to cert rules.

* Add more crypto rules and split them into groups.

* Rename rules_defenses to rules_side_channels.

* Fix tests, use settings_test.

* Fix import order.

* Fix escape warning.

* Fix pandas warning.

* Flake8.

* Add more TEE rules.

* Optimize regex searching.

* Add typehints to cert_rules.

* Fix import order.</content>
</entry>
<entry>
<title>add docs for CCDataset</title>
<updated>2022-05-23T12:19:03Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-05-23T12:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=038378c7f6e0c1798bbb698cc77204644eba9a78'/>
<id>urn:sha1:038378c7f6e0c1798bbb698cc77204644eba9a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganize imports in examples, CLIs, notebooks</title>
<updated>2022-05-13T17:49:52Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-05-13T17:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=cb12d9e4c740780cab624a35a529b7871e9cbe9b'/>
<id>urn:sha1:cb12d9e4c740780cab624a35a529b7871e9cbe9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor/pdftotext as library (#183)</title>
<updated>2022-04-04T16:01:25Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2022-04-04T16:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9'/>
<id>urn:sha1:b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9</id>
<content type='text'>
- Update Docker Ubuntu to 22.04
- Test pipeline now installs fresh Poppler
- Poppler-utils package no longer needed
- Paragraph on project dependencies added to CONTRIBUTING.md
- Pdftotext is no longer called with subprocess call, but API is leveraged instead</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2022-02-12T08:19:26Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-02-12T08:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=7655a39d4ef96714df0d3226b228ff9f4b6e9b28'/>
<id>urn:sha1:7655a39d4ef96714df0d3226b228ff9f4b6e9b28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix assert in test</title>
<updated>2022-01-05T10:14:38Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-01-05T10:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=9ab303782d468a96116ab393615f31c6389d9ab6'/>
<id>urn:sha1:9ab303782d468a96116ab393615f31c6389d9ab6</id>
<content type='text'>
</content>
</entry>
</feed>
