0 votes
in Fortify code scanner by
edited by

Semantic Analyzer

  • Detects the potential vulnerabilities in the use of function and API's.
  • Works in Inter-Procedural level.
  • Specialized Categories:
    • Logic searches for buffer overflow
    • Formatting string
    • Execution Path issues

Example:

Have you ever come across some warning like "Function is deprecated -Wdeprecated-declarations".

Semantic Analyzer detects the deprecated functions and unsafe conditions.What 

Related questions

0 votes
asked May 27, 2020 in Fortify code scanner by Hodge
0 votes
asked May 27, 2020 in Fortify code scanner by Hodge
...