thetillhoff / webscan

Verifies web things
MIT License
1 stars 1 forks source link

Merge TLS warnings per rule/group #52

Closed thetillhoff closed 2 months ago

thetillhoff commented 3 months ago

Currently, each tls cipher is validated on it's own, and if a rule deems a cipher insecure, it's printed. It would be easier to work with / read, if it would evaluate whether a rule deems any cipher insecure, then prints it - per rule instead of per cipher.

thetillhoff commented 2 months ago

Implemented in next release