secureCodeBox / engine

Part of the deprecated secureCodeBox v1, see secureCodeBox/secureCodeBox Repo for v2
Apache License 2.0
8 stars 7 forks source link

Bugfix: combined-nmap-nikto: Use String.valueOf() instead of (String) #163

Closed fuhrmeistery closed 4 years ago

fuhrmeistery commented 4 years ago

I ran into some Issues casting Integer to String. To fix this issue i replaced (String) with String.valueOf closes #162