<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sec-certs.git, branch page</title>
<subtitle>Tool for analysis of security certificates (Common Criteria, FIPS 140...).
</subtitle>
<id>https://git.neuromancer.sk/sec-certs.git/atom?h=page</id>
<link rel='self' href='https://git.neuromancer.sk/sec-certs.git/atom?h=page'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/'/>
<updated>2025-12-09T11:11:39Z</updated>
<entry>
<title>Fix and add tests for new certificate subscription.</title>
<updated>2025-12-09T11:11:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2025-12-09T11:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=e45812df9f302ab22df96ef6b19838cdd7c2fb63'/>
<id>urn:sha1:e45812df9f302ab22df96ef6b19838cdd7c2fb63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix notifications for vulns.</title>
<updated>2025-12-09T11:01:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2025-12-09T11:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=25d92e603feb8a5fcf93a589d8bc29e11926a443'/>
<id>urn:sha1:25d92e603feb8a5fcf93a589d8bc29e11926a443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump deps in lockfile.</title>
<updated>2025-12-09T10:30:14Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2025-12-09T10:30:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=3bf9db08fb43ba5377d80af516543016fcfac70f'/>
<id>urn:sha1:3bf9db08fb43ba5377d80af516543016fcfac70f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #531 from xvalec01/feat/page-dash-base-functionality</title>
<updated>2025-12-09T10:25:52Z</updated>
<author>
<name>Ján Jančár</name>
</author>
<published>2025-12-09T10:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=a745d45b6adf6aeb9256fad055127dcfd40e5b3a'/>
<id>urn:sha1:a745d45b6adf6aeb9256fad055127dcfd40e5b3a</id>
<content type='text'>
feat: Page with dashboarding base functionality</content>
</entry>
<entry>
<title>refactor(collections): Update function signatures to use CollectionName enum for improved type safety</title>
<updated>2025-12-09T09:49:57Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-09T09:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=c9ea92772db3d8d6e8bae6f86189d14eeff14700'/>
<id>urn:sha1:c9ea92772db3d8d6e8bae6f86189d14eeff14700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor dashboard callbacks to use ComponentIDBuilder for consistency</title>
<updated>2025-12-08T20:28:38Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-08T17:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=72fc6878d5954541431266a68dd02a636fd96554'/>
<id>urn:sha1:72fc6878d5954541431266a68dd02a636fd96554</id>
<content type='text'>
- Updated all instances of ComponentIDBuilder to use a more descriptive variable name `component_builder` for clarity.
- Modified callback definitions in `dashboard.py`, `filters.py`, and `modal.py` to ensure consistent usage of the new variable.
- Introduced a new FilterID enum in `dependencies.py` to manage filter component IDs more effectively.
- Adjusted the FilterFactory and FilterRegistry classes to utilize the new FilterID enum for better maintainability and readability.
- Ensured all filter-related callbacks and components are updated to reflect the new structure and naming conventions.
</content>
</entry>
<entry>
<title>refactor(callbacks): Update component ID handling for improved consistency and maintainability</title>
<updated>2025-12-08T19:50:40Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-08T13:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=b698e9f80beeeddfe7844d5858914dcc8c68dad0'/>
<id>urn:sha1:b698e9f80beeeddfe7844d5858914dcc8c68dad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(dependencies): Remove numpy version constraint</title>
<updated>2025-12-08T19:50:40Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-08T13:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=4cd917898f56f6a4051c187c4f6d4a4dfdf7763e'/>
<id>urn:sha1:4cd917898f56f6a4051c187c4f6d4a4dfdf7763e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(data): Replace hardcoded collection names with CollectionName enum for improved maintainability</title>
<updated>2025-12-08T19:50:40Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-08T01:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=dcb51ca4b2bdc891d48a88db2d17e4d307e4648a'/>
<id>urn:sha1:dcb51ca4b2bdc891d48a88db2d17e4d307e4648a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(dashboard): Replace dashboard creation logic in DashboardManager with direct instantiation of Dashboard</title>
<updated>2025-12-08T19:50:40Z</updated>
<author>
<name>David Valecký</name>
</author>
<published>2025-12-08T00:59:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/sec-certs.git/commit/?id=dd16b638085433ba47fd15e430f6db0ba39f2a16'/>
<id>urn:sha1:dd16b638085433ba47fd15e430f6db0ba39f2a16</id>
<content type='text'>
</content>
</entry>
</feed>
