docs(implementations): add Vulnetix entries and move the list to tables - #254
Open
0x73746F66 wants to merge 1 commit into
Open
docs(implementations): add Vulnetix entries and move the list to tables#2540x73746F66 wants to merge 1 commit into
0x73746F66 wants to merge 1 commit into
Conversation
0x73746F66
force-pushed
the
docs/vulnetix-tea-implementations
branch
from
August 3, 2026 13:24
91e99f1 to
8e20f8b
Compare
Add the Vulnetix CLI and GitHub Action under the open source clients, a single AGPL-3.0 binary that acts as both a TEA v0.4.0 consumer and producer, and add the Vulnetix TEA Explorer GUI under the other implementations. Reorganise the page into one table per category with Implementation, Type, Description and Resources columns. Existing copy and links are carried over unchanged so the entries stay comparable at a glance as the list grows. Signed-off-by: Christopher Langton <chris@vulnetix.com>
0x73746F66
force-pushed
the
docs/vulnetix-tea-implementations
branch
from
August 3, 2026 13:30
8e20f8b to
d106eb3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds two Vulnetix implementations to
doc/tea-implementations.mdand reorganises the page into tables.New entries
Reorganisation
Each category is now a single table with
Implementation,Type,DescriptionandResourcescolumns. Existing copy and links are carried over unchanged, so nothing is lost, and the entries become comparable at a glance as the list grows.Why
The list was a flat run of headings with no consistent shape, so a reader could not tell at a glance whether an entry was a client, a server, a library or a GUI, nor which TEA version it targeted. The table makes that explicit and gives future submissions a fixed format to follow.