<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git/src/sec_certs/model/cpe_matching.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/model/cpe_matching.py?h=0.3.2</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom/src/sec_certs/model/cpe_matching.py?h=0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2023-11-14T13:25:05Z</updated>
<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>Fix black issue.</title>
<updated>2023-04-21T14:40:59Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-04-21T14:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=98163ce1946e8e4b61e10037eb2e774c129bc282'/>
<id>urn:sha1:98163ce1946e8e4b61e10037eb2e774c129bc282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API</title>
<updated>2023-04-21T13:33:18Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-04-21T13:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=c04a2fb105ed3196f0ccbfb55b9b5765a798d960'/>
<id>urn:sha1:c04a2fb105ed3196f0ccbfb55b9b5765a798d960</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace some ifs with dictionaray setdefault</title>
<updated>2023-04-19T09:50:33Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-04-19T09:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=e08e69095aa98f84b45cac31ebff5687b5b4295e'/>
<id>urn:sha1:e08e69095aa98f84b45cac31ebff5687b5b4295e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defer few imports</title>
<updated>2023-04-16T17:30:08Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-04-16T17:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=88f46304f3d679b17e2f41b79134cd046e2ed732'/>
<id>urn:sha1:88f46304f3d679b17e2f41b79134cd046e2ed732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move cert name and vendor name normalization functions and share them.</title>
<updated>2023-04-11T14:43:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-04-11T14:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=9162949e17b4fb7a588b8c554625b5747701afa7'/>
<id>urn:sha1:9162949e17b4fb7a588b8c554625b5747701afa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop inheritance from sklearn objects.</title>
<updated>2023-02-10T19:10:29Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-02-10T19:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=42da9317b2bdad37fa08c7f0984a494ab65edf89'/>
<id>urn:sha1:42da9317b2bdad37fa08c7f0984a494ab65edf89</id>
<content type='text'>
It is unused and causes big memory usag spikes on their
import due to their inefficient import practice:
https://github.com/scikit-learn/scikit-learn/issues/25590

We don't actually use their API anywhere (afaik).
</content>
</entry>
<entry>
<title>add flake8-simplify to ruff</title>
<updated>2023-02-03T11:19:19Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-02-03T11:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=468b63f990e95522095cc7a860b68e84cfce9cf4'/>
<id>urn:sha1:468b63f990e95522095cc7a860b68e84cfce9cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some return statements</title>
<updated>2023-02-03T09:20:16Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-02-03T09:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=4d34a407bad7327398826597c33bc1fdf4c251f3'/>
<id>urn:sha1:4d34a407bad7327398826597c33bc1fdf4c251f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ruff enforce comprehensions</title>
<updated>2023-02-03T09:06:29Z</updated>
<author>
<name>Adam Janovsky</name>
</author>
<published>2023-02-03T09:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=5f89fa0437f345ba8aa67c62aa68d262005a1e00'/>
<id>urn:sha1:5f89fa0437f345ba8aa67c62aa68d262005a1e00</id>
<content type='text'>
</content>
</entry>
</feed>
