We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which version are you referring to 3.2rc1
We have issues parsing the findings of DH_groups. We use the blank delimiter to separate the items.
Non-problematic input:
"id" : "DH_groups", "severity" : "OK", "finding" : "ffdhe2024 ffdhe3072 ffdhe4096"
Problematic input: The blank delimiter does not work in this case.
"id" : "DH_groups", "severity" : "OK", "finding" : "RFC3526/Oakley Group 16"
We suggest to use a semicolon as a delimiter instead of the blank.
This might apply to other finding types as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which version are you referring to
3.2rc1
We have issues parsing the findings of DH_groups. We use the blank delimiter to separate the items.
Non-problematic input:
Problematic input:
The blank delimiter does not work in this case.
We suggest to use a semicolon as a delimiter instead of the blank.
This might apply to other finding types as well.
The text was updated successfully, but these errors were encountered: