feat: --rating-only flag to only test checks required for rating#2945
Merged
drwetter merged 1 commit intotestssl:3.3devfrom Nov 13, 2025
Merged
feat: --rating-only flag to only test checks required for rating#2945drwetter merged 1 commit intotestssl:3.3devfrom
drwetter merged 1 commit intotestssl:3.3devfrom
Conversation
Collaborator
|
👍🎉
Otherwise I can do both next days... |
Collaborator
|
Let's leave that for now at least. Thanks a lot! |
Contributor
Author
|
Thanks Dirk! I do have pandoc, i was just not in time it seems :--) |
Collaborator
|
Don´t want to hold you back, PRs are open to everyone ;-) |
drwetter
added a commit
that referenced
this pull request
Nov 15, 2025
13 tasks
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.
Describe your changes
Fixes #2875
UPDATES since #2942:
--rating-onlyfor consistency with the rest of the testssl.shAdded a very simple
--rating-onlyflag, that will enable only the checks required for rating to be successful.NOTE: this is a very simple implementation that sets the required variables to true (even if they potentially were disabled with other flags). HOWEVER it is also possible to add additional tests with any of the single-check flags (like
./testssl.sh --rating-only --winshock)Not sure if this is too simple for your liking? Let me know if so, then I will update. I threw this together rather quickly :-)
...oh, and I lowercased the
--disable-ratinghelp text; all the surrounding text is lowercaseWhat is your pull request about?
If it's a code change please check the boxes which are applicable
help()