0 votes
in Fortify code scanner by

Structure Analyzer

  • Detects the dangerous flaws in the structure of the program.
  • Focus on the points where secure programming practices are not followed.
  • Embraces the broad scope of the declaration, use of variables and functions.

Example:

Structural Analyzers identifies the loggers that are not declared static and final in Java Programs.

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
...