CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
csonar_warning_significance_decls.hpp File Reference

Go to the source code of this file.

Variables

static const warning_significance DIAGNOSTIC
 diagnostic: warnings of this class do not indicate vulnerabilities, they indicate the locations of events or artifacts of interest. More...
 
static const warning_significance FROM_MANIFEST
 Use this when creating a warning class to denote that the significance is to be read from the manifest: any significance value provided to the warning class creation function is ignored. More...
 
static const warning_significance REDUNDANCY
 redundancy: redundant code; may indicate a logic error. More...
 
static const warning_significance RELIABILITY
 reliability: a code correctness issue. More...
 
static const warning_significance SECURITY
 security: a security vulnerability. More...
 
static const warning_significance STYLE
 style: a violation of one or more coding guidelines. More...
 
static const warning_significance UNSPECIFIED
 No significance value was specified. More...
 

Variable Documentation

◆ DIAGNOSTIC

const warning_significance DIAGNOSTIC
static

diagnostic: warnings of this class do not indicate vulnerabilities, they indicate the locations of events or artifacts of interest.

◆ FROM_MANIFEST

const warning_significance FROM_MANIFEST
static

Use this when creating a warning class to denote that the significance is to be read from the manifest: any significance value provided to the warning class creation function is ignored.

◆ REDUNDANCY

const warning_significance REDUNDANCY
static

redundancy: redundant code; may indicate a logic error.

◆ RELIABILITY

const warning_significance RELIABILITY
static

reliability: a code correctness issue.

◆ SECURITY

const warning_significance SECURITY
static

security: a security vulnerability.

◆ STYLE

const warning_significance STYLE
static

style: a violation of one or more coding guidelines.

◆ UNSPECIFIED

const warning_significance UNSPECIFIED
static

No significance value was specified.