securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Resolve hex, ord, and binary forms of an integer #538

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

The resolve function of the python parse currently only handles base 10 decimal inteegers. This change will include alternative base forms of hexadecimal, ordinal, and binary forms.