Issues Code

Menu that displays the findings of the scanning process performed on the project.

Types

  • Code Smell: A maintainability issue that makes your code confusing and difficult to maintain.

  • Bug: A coding mistake that can lead to an error or unexpected behavior at runtime.

  • Vulnerability: A security-related issue which represents a backdoor for attackers.

Severities

  • Blocker: Bug with a high probability of impacting the behavior of the application in production.

  • Critical: Either a bug with a low probability of impacting the behavior of the application in production or an issue that represents a security flaw.

  • Minor: The quality flaw which can highly impact the developer's productivity.

  • Major: The quality flaw which can slightly impact the developer's productivity.

  • Info: Neither a bug nor a quality flaw, just a finding.

Resolutions

  • Unresolved: Issues still being resolved.

  • False Positive: Issues that are considered incorrect.

  • Won't Fix: Issues found but don't need to be fixed.

  • Fixed: Issues that have been resolved are fixed.

  • Removed: Issues that are ignored so they can be deleted.

Statues

  • Open: set on new issues.

  • Confirmed: set manually to indicate that the issue is valid.

  • Reopened: set manually to indicate that the next analysis should Close the issue.

  • Resolved: set automatically when a Resolved issue hasn't actually been corrected.

  • Closed: set automatically for automatically created issues.

Type Result Code

  • Overal Code: Overview shown based on the whole code scanned.

  • New Code: Overview shown based on new scanned code.

Languages

Programming language that is in the code / project.

Directories

Component of a file system that contains one or more files or one or more other directories that has issues/errors

Files

One or more files that have issues/errors

Rules

A command that gives instructions to resolve the issue/error

Author

Email from the repository hosting account (github, gitlab, Bitbucket) where the project was pushed.

Last updated