CloudSecurityAlliance / gsd-database

Global Security Database
https://gsd.id
Creative Commons Zero v1.0 Universal
305 stars 58 forks source link

Update Request - GSD-2019-18935 #2457

Closed joshbuker closed 1 year ago

joshbuker commented 1 year ago

This pull request was created using https://data.gsd.id

kurtseifried commented 1 year ago

The integer need to be 10.0 not 10, the number format often gets truncated thanks to whatever language being helpful.

joshbuker commented 1 year ago

The integer need to be 10.0 not 10, the number format often gets truncated thanks to whatever language being helpful.

If we want to do this, we might need to use strings instead of the numerical representation: https://stackoverflow.com/questions/19938008/trailing-zeros-in-javascript

(JavaScript just straight up doesn't allow you to have useless trailing 0's)