Skip to content
New issue

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

[Feature request] Change DH_groups finding delimiter #2489

Open
rein123 opened this issue Apr 19, 2024 · 0 comments
Open

[Feature request] Change DH_groups finding delimiter #2489

rein123 opened this issue Apr 19, 2024 · 0 comments

Comments

@rein123
Copy link

rein123 commented Apr 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant