18F / pulse

How the federal .gov domain space is doing at best practices and policies.
Other
94 stars 56 forks source link

Fix sorting of the RC4/3DES/SSLv2/SSLv3 column #793

Closed konklone closed 6 years ago

konklone commented 6 years ago

Explicitly forcing a sorting type of numeric. The crypto field was sorting as a string instead of a number, despite returning a number from the render function, likely due to the use of a string value (--) for non-connectivity via SSLyze.

screen shot 2018-06-20 at 1 07 44 pm

This fixes that, and also adds type: "numeric" to the other columns for good measure.