<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git/src/sec_certs/cli.py, branch 0.3.2</title>
<subtitle>Tool for analysis of security certificates (Common Criteria, FIPS 140...).</subtitle>
<id>https://git.neuromancer.sk/sec-certs.git/atom/src/sec_certs/cli.py?h=0.3.2</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom/src/sec_certs/cli.py?h=0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2025-02-01T21:58:20Z</updated>
<entry>
<title>CLI: Add support for PP processing</title>
<updated>2025-02-01T21:58:20Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2025-01-29T08:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=ebbdadc67ce9d53a91b681106c9e859daf72241c'/>
<id>urn:sha1:ebbdadc67ce9d53a91b681106c9e859daf72241c</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>Remove indirect imports from __init__ from our code.</title>
<updated>2023-04-14T18:32:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-04-14T18:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=0db4087522b8b7194602b8f272fe47f51bfce33a'/>
<id>urn:sha1:0db4087522b8b7194602b8f272fe47f51bfce33a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch to pydantic in settings management</title>
<updated>2023-03-29T14:33:42Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-03-29T14:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=eabcc26e4a7e38f47d9b83e1059d9148bbe3326b'/>
<id>urn:sha1:eabcc26e4a7e38f47d9b83e1059d9148bbe3326b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo auxillary -&gt; auxiliary.</title>
<updated>2023-02-10T22:55:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-02-10T22:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=564d640e49a822cd56fb8ef637af43c07719e8ce'/>
<id>urn:sha1:564d640e49a822cd56fb8ef637af43c07719e8ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pin linter versions, fix some lint problems</title>
<updated>2023-02-03T11:05:22Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-02-03T11:05:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=e5465f38f053941e0bcf3387da4e49394e169ee0'/>
<id>urn:sha1:e5465f38f053941e0bcf3387da4e49394e169ee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/pypdf and cli fixes (#306)</title>
<updated>2023-01-10T14:48:11Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2023-01-10T14:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=4dcad881921f80718a9370a23b88d0fb23e4f95a'/>
<id>urn:sha1:4dcad881921f80718a9370a23b88d0fb23e4f95a</id>
<content type='text'>
* fix CLI path handling
* bump pypdf
* fix gitignore bug
* default n_threads arg, allow all cores utilization with -1</content>
</entry>
<entry>
<title>Fix/cli arguments (#303)</title>
<updated>2023-01-09T15:52:30Z</updated>
<author>
<name>adamjanovsky</name>
</author>
<published>2023-01-09T15:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=9955707e455900a0c197907fb2d73c8ec777e735'/>
<id>urn:sha1:9955707e455900a0c197907fb2d73c8ec777e735</id>
<content type='text'>
* fix CLI arguments quiet, output

* fix performed CLI actions

* fix precondition evaluation in CLI</content>
</entry>
<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>
</feed>
