
Avoid using unsafe functions in your C/C++ code.
$ g++ main.cpp -o unsafeplusplus
$ ./unsafeplusplus (file or directory)
- LOW - the author has to be an idiot to use this function in a vulnerable way.
- MID - if the input passed to this function isn't checked, it's probably vulnerable.
- HIGH - the author is an idiot for using this function, and it's 100% vulnerable.
It does not check how the functions are actually used, hence it just gives the function's rating.