Documentation
¶
Index ¶
- Constants
- func GetHighSeverityByCode(id string) string
- func GetLowSeverityByCode(id string) string
- func GetMediumSeverityByCode(id string) string
- func IsHighSeverity(id string) bool
- func IsLowSeverity(id string) bool
- func IsMediumSeverity(id string) bool
- func MapHighValues() map[string]string
- func MapLowValues() map[string]string
- func MapMediumValues() map[string]string
Constants ¶
View Source
const ( CommandInjection = "SCS0001" XPathInjection = "SCS0003" XMLExternalEntityInjectionXXE = "SCS0007" CrossSiteScriptingXSS = "SCS0029" LDAPInjection = "SCS0031" SQLInjectionLINQ = "SCS0002" SQLInjectionWebControls = "SCS0014" SQLInjectionOLEDB = "SCS0020" SQLInjectionODBC = "SCS0025" SQLInjectionMsSQLDataProvider = "SCS0026" SQLInjectionEntityFramework = "SCS0035" SQLInjectionEnterpriseLibraryData = "SCS0036" SQLInjectionNHibernate = "SCS0037" CQLInjectionCassandra = "SCS0038" SQLInjectionNPGSQL = "SCS0039" CertificateValidationDisabled = "SCS0004" HardcodedPassword = "SCS0015" CrossSiteRequestForgeryCSRF = "SCS0016" InsecureDeserialization = "SCS0028" )
View Source
const ( CookieWithoutSSLFlag = "SCS0008" CookieWithoutHTTPOnlyFlag = "SCS0009" RequestValidationDisabledAttribute = "SCS0017" RequestValidationDisabledConfigurationFile = "SCS0021" RequestValidationIsEnabledOnlyForPagesConfigurationFile = "SCS0030" OutputCacheConflict = "SCS0019" EventValidationDisabled = "SCS0022" )
View Source
const ( PathTraversal = "SCS0018" WeakRandomNumberGenerator = "SCS0005" WeakHashingFunction = "SCS0006" WeakCipherAlgorithm = "SCS0010" WeakCBCMode = "SCS0011" WeakECBMode = "SCS0012" WeakCipherMode = "SCS0013" ViewStateNotEncrypted = "SCS0023" ViewStateMACDisabled = "SCS0024" PasswordRequiredLengthNotSet = "SCS0034" PasswordRequiredLengthTooSmall = "SCS0032" PasswordComplexity = "SCS0033" OpenRedirect = "SCS0027" )
Variables ¶
This section is empty.
Functions ¶
func GetHighSeverityByCode ¶
func GetLowSeverityByCode ¶
func GetMediumSeverityByCode ¶
func IsHighSeverity ¶
func IsLowSeverity ¶
func IsMediumSeverity ¶
func MapLowValues ¶
func MapMediumValues ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.