<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git/.github/workflows/tests.yml, branch 0.1.2</title>
<subtitle>Tool for analysis of security certificates (Common Criteria, FIPS 140...).</subtitle>
<id>https://git.neuromancer.sk/sec-certs.git/atom/.github/workflows/tests.yml?h=0.1.2</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom/.github/workflows/tests.yml?h=0.1.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2022-12-09T16:10:19Z</updated>
<entry>
<title>flat -&gt; src layout (#294)</title>
<updated>2022-12-09T16:10:19Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2022-12-09T16:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=73b3b0c361f9545450fa188bec50606d64bb1afd'/>
<id>urn:sha1:73b3b0c361f9545450fa188bec50606d64bb1afd</id>
<content type='text'>
- Some mypy fixes
- Flat layout -&gt; src layout
- Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml`
- Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`</content>
</entry>
<entry>
<title>Add codecov and rename workflow jobs for consistency.</title>
<updated>2022-12-08T13:06:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2022-12-08T13:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=cd2ef10fa5262d559d744109228f79f5a06815a1'/>
<id>urn:sha1:cd2ef10fa5262d559d744109228f79f5a06815a1</id>
<content type='text'>
</content>
</entry>
<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>add lemmatization prior to cve matching</title>
<updated>2022-05-05T11:45:14Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-05-05T11:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=56dcc7f463d28e5b38edd1bcb7a7644edd8e9f5b'/>
<id>urn:sha1:56dcc7f463d28e5b38edd1bcb7a7644edd8e9f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganize requirements</title>
<updated>2022-04-04T19:26:59Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-04-04T19:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=0cedcd01c9e7db3f797be98914eec5a8393602e5'/>
<id>urn:sha1:0cedcd01c9e7db3f797be98914eec5a8393602e5</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>Update tests.yml</title>
<updated>2022-02-02T08:37:12Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2022-02-02T08:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=2858df776c64641931514faf8f38665e45de948f'/>
<id>urn:sha1:2858df776c64641931514faf8f38665e45de948f</id>
<content type='text'>
Just a typo in tests workflow.</content>
</entry>
<entry>
<title>Split workflow steps in test workflow.</title>
<updated>2022-01-03T19:57:59Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2022-01-03T19:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=3bd75b1554acc9c8f420ece1b7fa08aa1baea280'/>
<id>urn:sha1:3bd75b1554acc9c8f420ece1b7fa08aa1baea280</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually run pytest in test CI.</title>
<updated>2021-12-16T15:59:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2021-12-16T15:54:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=ad1e1d888e9b849256881451f49ea2d8fc625029'/>
<id>urn:sha1:ad1e1d888e9b849256881451f49ea2d8fc625029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>workflow dispatch for tests</title>
<updated>2021-05-13T14:16:37Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2021-05-13T14:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=6f64ea6aed86210296cd89ac17bc17d2fb24f537'/>
<id>urn:sha1:6f64ea6aed86210296cd89ac17bc17d2fb24f537</id>
<content type='text'>
</content>
</entry>
</feed>
