<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git/.github/workflows/release.yml, branch 0.1.6</title>
<subtitle>Tool for analysis of security certificates (Common Criteria, FIPS 140...).</subtitle>
<id>https://git.neuromancer.sk/sec-certs.git/atom/.github/workflows/release.yml?h=0.1.6</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom/.github/workflows/release.yml?h=0.1.6'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2023-11-27T08:54:19Z</updated>
<entry>
<title>replace testing workflow with actual release workflow</title>
<updated>2023-11-27T08:54:19Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-11-27T08:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=8e8c74c76f9f2ede6c130cb74d449a3452357f11'/>
<id>urn:sha1:8e8c74c76f9f2ede6c130cb74d449a3452357f11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apt-get update on other github actions</title>
<updated>2023-11-24T16:34:42Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2023-11-24T16:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=b5fcf8d2644b69207ed974d18303897cfc6c3990'/>
<id>urn:sha1:b5fcf8d2644b69207ed974d18303897cfc6c3990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump github actions</title>
<updated>2023-11-24T16:31:11Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2023-11-24T16:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=dfacf2056bababd41e3c846832899c57912c95ea'/>
<id>urn:sha1:dfacf2056bababd41e3c846832899c57912c95ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump required python to 3.8</title>
<updated>2023-11-14T13:25:05Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-11-14T13:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=76219404a0b70bebf1778cf237bb84427b92bc45'/>
<id>urn:sha1:76219404a0b70bebf1778cf237bb84427b92bc45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump action for dockerhub upload</title>
<updated>2023-07-13T10:39:10Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-07-13T10:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=c571c5c2fe5755296f6523964a139e61b41cc3f4'/>
<id>urn:sha1:c571c5c2fe5755296f6523964a139e61b41cc3f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pypi: switch to trusted publishing</title>
<updated>2023-05-18T13:13:01Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-05-18T13:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=c6e5b9948a63e354cc1f8010aa1e6982147a56fb'/>
<id>urn:sha1:c6e5b9948a63e354cc1f8010aa1e6982147a56fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update release on pypi action</title>
<updated>2022-12-10T08:47:26Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-12-10T08:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=1ce496a783cdbd7bd471e758ca4ad80a667dbefc'/>
<id>urn:sha1:1ce496a783cdbd7bd471e758ca4ad80a667dbefc</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>Fix PyPi build (#226)</title>
<updated>2022-06-02T11:05:40Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2022-06-02T11:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=ca40fcfa619d5faba752b2deee577f457546e431'/>
<id>urn:sha1:ca40fcfa619d5faba752b2deee577f457546e431</id>
<content type='text'>
* Update pillow to 9.1.1
* Setup.py -&gt; build during PyPi build
* Fetch whole repository prior to PyPi build</content>
</entry>
<entry>
<title>fix consq. of moving dockerfile</title>
<updated>2022-05-01T18:11:03Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2022-05-01T18:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=84c87543cd63bf4e04be7645c08ee8d6a80509a1'/>
<id>urn:sha1:84c87543cd63bf4e04be7645c08ee8d6a80509a1</id>
<content type='text'>
</content>
</entry>
</feed>
