darkmsph1t / _spartan

npm project to package & configure common security middleware && add security.js file to code repo
5 stars 0 forks source link

Make sure to perform rounding on integer values #31

Open darkmsph1t opened 6 years ago

darkmsph1t commented 6 years ago

Throughout the questionnaire, users are required to supply number values. somewhere in _spartan, just need to make sure that all of these values are: 1) actually numbers (done); 2) actually integers (and not doubles, floats, partials, fractions, etc)