/** * Invicti Enterprise API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { RequestFile } from './models'; /** * Stores the characteristics of a version-related issue type. */ export class VersionIssue { /** * Gets or sets a description of the steps required to exploit this vulnerability type. */ 'exploit'?: string; /** * Gets or sets the external references relating to this vulnerability type. */ 'externalReferences'?: string; /** * Gets or sets a value that identifies the application ordinal in which this vulnerability type first occurred. */ 'fromVersionOrdinal'?: number; /** * Gets or sets a value that identifies the application version in which this vulnerability type first occurred. */ 'fromVersion'?: string; /** * Gets or sets the unique vulnerability database key of this vulnerability type. */ 'id'?: number; /** * Gets or sets a description of the impact of this vulnerability type. */ 'impact'?: string; /** * Gets or sets a description of the remedy for this vulnerability type. */ 'remedy'?: string; /** * Gets or sets the severity level associated with this vulnerability type. */ 'severity'?: VersionIssue.SeverityEnum; /** * Gets or sets a summary of this vulnerability type. */ 'summary'?: string; /** * Gets or sets the title of this vulnerability type. */ 'title'?: string; /** * Gets or sets a value that identifies the application ordinal in which this vulnerability type last occurred. */ 'toVersionOrdinal'?: number; /** * Gets or sets a value that identifies the application version in which this vulnerability type last occurred. */ 'toVersion'?: string; /** * Gets or sets a code that identifies the generic type of this vulnerability. */ 'vulnerability'?: string; /** * Gets or sets the unique identifier for application. */ 'application'?: number; /** * Gets or sets the BDU BDU specification for version issue. */ 'bdu'?: string; /** * Gets or sets the Cvss specification for version issue. */ 'cvss'?: string; 'ownerVulnerabilityType'?: VersionIssue.OwnerVulnerabilityTypeEnum; static discriminator: string | undefined = undefined; static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ { "name": "exploit", "baseName": "Exploit", "type": "string" }, { "name": "externalReferences", "baseName": "ExternalReferences", "type": "string" }, { "name": "fromVersionOrdinal", "baseName": "FromVersionOrdinal", "type": "number" }, { "name": "fromVersion", "baseName": "FromVersion", "type": "string" }, { "name": "id", "baseName": "Id", "type": "number" }, { "name": "impact", "baseName": "Impact", "type": "string" }, { "name": "remedy", "baseName": "Remedy", "type": "string" }, { "name": "severity", "baseName": "Severity", "type": "VersionIssue.SeverityEnum" }, { "name": "summary", "baseName": "Summary", "type": "string" }, { "name": "title", "baseName": "Title", "type": "string" }, { "name": "toVersionOrdinal", "baseName": "ToVersionOrdinal", "type": "number" }, { "name": "toVersion", "baseName": "ToVersion", "type": "string" }, { "name": "vulnerability", "baseName": "Vulnerability", "type": "string" }, { "name": "application", "baseName": "Application", "type": "number" }, { "name": "bdu", "baseName": "Bdu", "type": "string" }, { "name": "cvss", "baseName": "Cvss", "type": "string" }, { "name": "ownerVulnerabilityType", "baseName": "OwnerVulnerabilityType", "type": "VersionIssue.OwnerVulnerabilityTypeEnum" } ]; static getAttributeTypeMap() { return VersionIssue.attributeTypeMap; } } export namespace VersionIssue { export enum SeverityEnum { BestPractice = 'BestPractice', Information = 'Information', Low = 'Low', Medium = 'Medium', High = 'High', Critical = 'Critical' } export enum OwnerVulnerabilityTypeEnum { Custom = 'Custom', Sca = 'Sca', None = 'None', HighlyPossibleSqlInjection = 'HighlyPossibleSqlInjection', Xss = 'Xss', PossibleXss = 'PossibleXss', PermanentXss = 'PermanentXss', PossiblePermanentXss = 'PossiblePermanentXss', InternalServerError = 'InternalServerError', ForbiddenResource = 'ForbiddenResource', PassiveVulns = 'PassiveVulns', PossibleBlindSqlInjection = 'PossibleBlindSqlInjection', NtlmAuthrizationRequired = 'NtlmAuthrizationRequired', BasicAuthorisationRequired = 'BasicAuthorisationRequired', DigestAuthorizationRequired = 'DigestAuthorizationRequired', ClearTextBasicAuth = 'ClearTextBasicAuth', ConfirmedBlindSqlInjection = 'ConfirmedBlindSqlInjection', PossibleSqlInjection = 'PossibleSqlInjection', ConfirmedSqlInjection = 'ConfirmedSqlInjection', FileUploadFound = 'FileUploadFound', AutoCompleteEnabled = 'AutoCompleteEnabled', PasswordOverHttp = 'PasswordOverHttp', PasswordFormOverHttp = 'PasswordFormOverHttp', InternalIpLeakage = 'InternalIPLeakage', CookieNotMarkedAsSecure = 'CookieNotMarkedAsSecure', CookieNotMarkedAsHttpOnly = 'CookieNotMarkedAsHttpOnly', ConfirmedBooleanSqlInjection = 'ConfirmedBooleanSqlInjection', PossibleBooleanSqlInjection = 'PossibleBooleanSqlInjection', PasswordToHttp = 'PasswordToHttp', CommandInjection = 'CommandInjection', BlindCommandInjection = 'BlindCommandInjection', PossibleBlindCommandInjection = 'PossibleBlindCommandInjection', HeaderInjection = 'HeaderInjection', MySqlIdentified = 'MySqlIdentified', MsSqlIdentified = 'MsSqlIdentified', MsAccessIdentified = 'MsAccessIdentified', DbConnectedAsAdmin = 'DbConnectedAsAdmin', AspNetIdentified = 'AspNetIdentified', AspNetVersionDisclosure = 'AspNetVersionDisclosure', IisDirectoryListing = 'IisDirectoryListing', ApacheDirectoryListing = 'ApacheDirectoryListing', TomcatDirectoryListing = 'TomcatDirectoryListing', PhpSourceCodeDisclosure = 'PhpSourceCodeDisclosure', AspNetSourceCodeDisclosure = 'AspNetSourceCodeDisclosure', GenericSourceCodeDisclosure = 'GenericSourceCodeDisclosure', PossibleInternalUnixPathLeakage = 'PossibleInternalUnixPathLeakage', MsOfficeDocumentInformationDisclosure = 'MsOfficeDocumentInformationDisclosure', PhpInfoIdentified = 'PhpInfoIdentified', PossibleLocalFileInclusion = 'PossibleLocalFileInclusion', OracleIdentified = 'OracleIdentified', PostgreSqlIdentified = 'PostgreSqlIdentified', HighPossibilityLfi = 'HighPossibilityLfi', Lfi = 'Lfi', PossibleInternalWindowsPathLeakage = 'PossibleInternalWindowsPathLeakage', EmailDisclosure = 'EmailDisclosure', SocialSecurityNumberDisclosure = 'SocialSecurityNumberDisclosure', ApacheVersionDisclosure = 'ApacheVersionDisclosure', TomcatVersionDisclosure = 'TomcatVersionDisclosure', PhpVersionDisclosure = 'PhpVersionDisclosure', IisVersionDisclosure = 'IisVersionDisclosure', WebLogicVersionDisclosure = 'WebLogicVersionDisclosure', LighttpdVersionDisclosure = 'LighttpdVersionDisclosure', SharePointVersionDisclosure = 'SharePointVersionDisclosure', ApacheCoyoteVersionDisclosure = 'ApacheCoyoteVersionDisclosure', OracleApplicationServerVersionDisclosure = 'OracleApplicationServerVersionDisclosure', OpenSslVersionDisclosure = 'OpenSslVersionDisclosure', ApacheModuleVersionDisclosure = 'ApacheModuleVersionDisclosure', PerlVersionDisclosure = 'PerlVersionDisclosure', FrontPageVersionDisclosure = 'FrontPageVersionDisclosure', PythonVersionDisclosure = 'PythonVersionDisclosure', JavaServletVersionDisclosure = 'JavaServletVersionDisclosure', SitemapIdentified = 'SitemapIdentified', CrossDomainXml = 'CrossDomainXml', RobotsIdentified = 'RobotsIdentified', SpecialCase = 'SpecialCase', SpecialCaseNoCookies = 'SpecialCaseNoCookies', SpecialCaseNoBasicAuthentication = 'SpecialCaseNoBasicAuthentication', ApacheServerStatus = 'ApacheServerStatus', ApacheServerInfo = 'ApacheServerInfo', ClientAccessPolicy = 'ClientAccessPolicy', OpenCrossDomainXml = 'OpenCrossDomainXml', OpenClientAccessPolicy = 'OpenClientAccessPolicy', HighPossibleBooleanSqlInjection = 'HighPossibleBooleanSqlInjection', DatabaseErrorMessages = 'DatabaseErrorMessages', ProgrammingErrorMessages = 'ProgrammingErrorMessages', ApacheMultiViewsEnabled = 'ApacheMultiViewsEnabled', BackupFileFound = 'BackupFileFound', BackupSourceCodeFound = 'BackupSourceCodeFound', TraceTrackIdentified = 'TraceTrackIdentified', TraceaxdFound = 'TraceaxdFound', ElmahaxdFound = 'ElmahaxdFound', AspNetDebugEnabled = 'AspNetDebugEnabled', LfiCodeInclusion = 'LfiCodeInclusion', AspNetStackTrace = 'AspNetStackTrace', SvnDisclosure = 'SvnDisclosure', GitDisclosure = 'GitDisclosure', CvsDisclosure = 'CvsDisclosure', Rfi = 'Rfi', PossibleRfi = 'PossibleRfi', PossibleCi = 'PossibleCi', XssViaRfi = 'XssViaRfi', RceAsp = 'RceAsp', PossibleRceAsp = 'PossibleRceAsp', RcePhp = 'RcePhp', PossibleRcePhp = 'PossibleRcePhp', RcePerl = 'RcePerl', PossibleRcePerl = 'PossibleRcePerl', ViewStateMacNotEnabled = 'ViewStateMacNotEnabled', ViewStateNotEncrypted = 'ViewStateNotEncrypted', ViewStateAnalyzer = 'ViewStateAnalyzer', OpenRedirect = 'OpenRedirect', TomcatExceptionReport = 'TomcatExceptionReport', DjangoStackTraceDisclosure = 'DjangoStackTraceDisclosure', Struts2DevModeEnabled = 'Struts2DevModeEnabled', AspNetDirectoryListing = 'AspNetDirectoryListing', MySqlUsernameDisclosure = 'MySqlUsernameDisclosure', MsSqlUsernameDisclosure = 'MsSqlUsernameDisclosure', WinUsernameDisclosure = 'WinUsernameDisclosure', RceViaLfi = 'RceViaLfi', XssProtectionDisabled = 'XssProtectionDisabled', MdbFound = 'MdbFound', WeakCredentials = 'WeakCredentials', PythonStackTraceDisclosure = 'PythonStackTraceDisclosure', ColdFusionStackTraceDisclosure = 'ColdFusionStackTraceDisclosure', DefaultIis7Page = 'DefaultIis7Page', DefaultIis6Page = 'DefaultIis6Page', DefaultApachePage = 'DefaultApachePage', SinatraStackTraceDisclosure = 'SinatraStackTraceDisclosure', SqliteFound = 'SqliteFound', OutlookFileFound = 'OutlookFileFound', DsStoreFileFound = 'DsStoreFileFound', FrameInjection = 'FrameInjection', DefaultTomcatPage = 'DefaultTomcatPage', TomcatSourceCodeDisclosure = 'TomcatSourceCodeDisclosure', WebBackdoorIdentified = 'WebBackdoorIdentified', PassiveWebBackdoorIdentified = 'PassiveWebBackdoorIdentified', PossibleAdminFile = 'PossibleAdminFile', PossibleConfigFile = 'PossibleConfigFile', PossibleReadmeFile = 'PossibleReadmeFile', PossibleInstallationFile = 'PossibleInstallationFile', PossibleLogFile = 'PossibleLogFile', PossibleSqlFile = 'PossibleSqlFile', PossibleTestFile = 'PossibleTestFile', TomcatOutOfDate = 'TomcatOutOfDate', ApacheOutOfDate = 'ApacheOutOfDate', MsSqlOutOfDate = 'MsSqlOutOfDate', MySqlOutOfDate = 'MySqlOutOfDate', PhpOutOfDate = 'PhpOutOfDate', OpenSslOutOfDate = 'OpenSslOutOfDate', RedirectBodyTooLarge = 'RedirectBodyTooLarge', RedirectTwoResponses = 'RedirectTwoResponses', SslVersion2Support = 'SslVersion2Support', WeakCiphersDetected = 'WeakCiphersDetected', AnonAuthDetected = 'AnonAuthDetected', WeakSignatureAlgorithmDetected = 'WeakSignatureAlgorithmDetected', InvalidSslCertificate = 'InvalidSslCertificate', SslVersion3Support = 'SslVersion3Support', IntermediateWeakSignatureAlgorithmDetected = 'IntermediateWeakSignatureAlgorithmDetected', MvcVersionDisclosure = 'MvcVersionDisclosure', MongrelVersionDisclosure = 'MongrelVersionDisclosure', NginxVersionDisclosure = 'NginxVersionDisclosure', MySqldoSDetected = 'MySQLDoSDetected', GrailsStackTraceDisclosure = 'GrailsStackTraceDisclosure', PossibleElInjection = 'PossibleElInjection', ElInjection = 'ElInjection', ApacheMyFacesStackTraceDisclosure = 'ApacheMyFacesStackTraceDisclosure', PasswordOverQuerystring = 'PasswordOverQuerystring', ColdFusionSourceCodeDisclosure = 'ColdFusionSourceCodeDisclosure', AwStatsIdentified = 'AWStatsIdentified', MintIdentified = 'MintIdentified', PiwikIdentified = 'PiwikIdentified', WsftpLogFileIdentified = 'WSFTPLogFileIdentified', WebConfigIdentified = 'WebConfigIdentified', LighttpdDirectoryListing = 'LighttpdDirectoryListing', NginxDirectoryListing = 'NginxDirectoryListing', LiteSpeedDirectoryListing = 'LiteSpeedDirectoryListing', GenericEmailDisclosure = 'GenericEmailDisclosure', DefaultIis8Page = 'DefaultIis8Page', ShellScriptIdentified = 'ShellScriptIdentified', PossibleDatabaseConnectionStringIdentified = 'PossibleDatabaseConnectionStringIdentified', UncServerAndShareDisclosure = 'UNCServerAndShareDisclosure', HstsNotEnabled = 'HstsNotEnabled', HstsMaxAge = 'HstsMaxAge', HstsViaHttp = 'HstsViaHttp', HstsErrors = 'HstsErrors', WordPressOutOfDate = 'WordPressOutOfDate', DrupalOutOfDate = 'DrupalOutOfDate', JoomlaOutOfDate = 'JoomlaOutOfDate', MediaWikiOutOfDate = 'MediaWikiOutOfDate', MovableTypeOutOfDate = 'MovableTypeOutOfDate', OscommerceOutOfDate = 'OscommerceOutOfDate', PhpBbOutOfDate = 'PhpBBOutOfDate', TWikiOutOfDate = 'TWikiOutOfDate', WordPressIdentified = 'WordPressIdentified', DrupalIdentified = 'DrupalIdentified', JoomlaIdentified = 'JoomlaIdentified', MediaWikiIdentified = 'MediaWikiIdentified', MovableTypeIdentified = 'MovableTypeIdentified', OscommerceIdentified = 'OscommerceIdentified', PhpBbIdentified = 'PhpBBIdentified', TWikiIdentified = 'TWikiIdentified', RceRorXml = 'RceRorXml', RceRorJson = 'RceRorJson', PossibleRceRorXml = 'PossibleRceRorXml', PossibleRceRorJson = 'PossibleRceRorJson', ModSslVersionDisclosure = 'ModSslVersionDisclosure', PhpmyAdminIdentified = 'PHPMyAdminIdentified', WebalizerIdentified = 'WebalizerIdentified', RubyVersionDisclosure = 'RubyVersionDisclosure', WebrickVersionDisclosure = 'WebrickVersionDisclosure', OptionsMethodEnabled = 'OptionsMethodEnabled', WebDavEnabled = 'WebDavEnabled', WebDavDirectoryHasWritePermissions = 'WebDavDirectoryHasWritePermissions', CodeExecutionViaWebDav = 'CodeExecutionViaWebDav', WebDavDirectoryListing = 'WebDavDirectoryListing', CsrfDetected = 'CsrfDetected', CsrfInLoginFormDetected = 'CsrfInLoginFormDetected', CookieLeakageInAntiCsrfTokenDetected = 'CookieLeakageInAntiCsrfTokenDetected', MisconfiguredFrame = 'MisconfiguredFrame', InsecureFrameExternal = 'InsecureFrameExternal', DomBasedXss = 'DomBasedXss', NuSoapVersionDisclosure = 'NuSoapVersionDisclosure', NuSoapOutOfDate = 'NuSoapOutOfDate', AutoCompleteEnabledPasswordField = 'AutoCompleteEnabledPasswordField', NginxOutOfDate = 'NginxOutOfDate', PerlSourceCodeDisclosure = 'PerlSourceCodeDisclosure', PythonSourceCodeDisclosure = 'PythonSourceCodeDisclosure', RubySourceCodeDisclosure = 'RubySourceCodeDisclosure', JavaSourceCodeDisclosure = 'JavaSourceCodeDisclosure', OpenSslHeartbleedVulnerability = 'OpenSslHeartbleedVulnerability', NginxIdentified = 'NginxIdentified', ApacheIdentified = 'ApacheIdentified', JavaStackTraceDisclosure = 'JavaStackTraceDisclosure', MissingXFrameOptionsHeader = 'MissingXFrameOptionsHeader', MissingContentTypeHeader = 'MissingContentTypeHeader', CommandInjectionShellshock = 'CommandInjectionShellshock', PossibleReflectedFileDownload = 'PossibleReflectedFileDownload', InsecureJsonpEndpoint = 'InsecureJsonpEndpoint', InsecureReflectedContent = 'InsecureReflectedContent', MisconfiguredAccessControlOrigin = 'MisconfiguredAccessControlOrigin', PassiveMixedContent = 'PassiveMixedContent', Teapot = 'Teapot', PossibleXxe = 'PossibleXxe', Xxe = 'Xxe', UnrestrictedFileUpload = 'UnrestrictedFileUpload', CodeExecutionViaFileUpload = 'CodeExecutionViaFileUpload', PossibleCreditCardDisclosure = 'PossibleCreditCardDisclosure', RsaPrivateKeyDetected = 'RsaPrivateKeyDetected', RceInHttpSys = 'RceInHttpSys', OpenRedirectInPost = 'OpenRedirectInPost', FormHijacking = 'FormHijacking', BaseTagHijacking = 'BaseTagHijacking', WindowsShortFilename = 'WindowsShortFilename', RorDatabaseConfigurationFileDetected = 'RorDatabaseConfigurationFileDetected', RorDevelopmentModeEnabled = 'RorDevelopmentModeEnabled', RorVersionDisclosure = 'RorVersionDisclosure', RubyGemsVersionDisclosure = 'RubyGemsVersionDisclosure', RubyGemsOutOfDate = 'RubyGemsOutOfDate', RubyOutOfDate = 'RubyOutOfDate', RorOutOfDate = 'RorOutOfDate', PythonOutOfDate = 'PythonOutOfDate', PerlOutOfDate = 'PerlOutOfDate', DjangoDebugModeEnabled = 'DjangoDebugModeEnabled', DjangoVersionDisclosure = 'DjangoVersionDisclosure', DjangoOutOfDate = 'DjangoOutOfDate', PhpLiteAdminIdentified = 'PhpLiteAdminIdentified', AdminerIdentified = 'AdminerIdentified', MicrosoftIisLogFileIdentified = 'MicrosoftIisLogFileIdentified', PhpMoAdminIdentified = 'PhpMoAdminIdentified', DbNinjaIdentified = 'DbNinjaIdentified', LaravelEnvironmentConfigurationFileDetected = 'LaravelEnvironmentConfigurationFileDetected', LaravelDebugModeEnabled = 'LaravelDebugModeEnabled', LaravelStackTraceDisclosure = 'LaravelStackTraceDisclosure', SublimeSftpConfigFileDetected = 'SublimeSftpConfigFileDetected', RorStackTraceDisclosure = 'RorStackTraceDisclosure', JqueryOutOfDate = 'JqueryOutOfDate', JqueryMigrateOutOfDate = 'JqueryMigrateOutOfDate', JqueryMobileOutOfDate = 'JqueryMobileOutOfDate', JqueryUiDialogOutOfDate = 'JqueryUiDialogOutOfDate', JqueryUiAutocompleteOutOfDate = 'JqueryUiAutocompleteOutOfDate', JqueryUiTooltipOutOfDate = 'JqueryUiTooltipOutOfDate', PrettyPhotoOutOfDate = 'PrettyPhotoOutOfDate', JPlayerOutOfDate = 'jPlayerOutOfDate', YuiOutOfDate = 'YuiOutOfDate', PrototypejsOutOfDate = 'PrototypejsOutOfDate', EmberOutOfDate = 'EmberOutOfDate', DojoOutOfDate = 'DojoOutOfDate', AngularjsOutOfDate = 'AngularjsOutOfDate', BackbonejsOutOfDate = 'BackbonejsOutOfDate', MustachejsOutOfDate = 'MustachejsOutOfDate', HandlebarsjsOutOfDate = 'HandlebarsjsOutOfDate', EasyXdmOutOfDate = 'EasyXdmOutOfDate', PluploadOutOfDate = 'PluploadOutOfDate', DomPurifyOutOfDate = 'DomPurifyOutOfDate', DwrOutOfDate = 'DwrOutOfDate', InsecureHttpUsage = 'InsecureHttpUsage', OpenCartIdentified = 'OpenCartIdentified', OpenCartOutOfDate = 'OpenCartOutOfDate', MissingXssProtectionHeader = 'MissingXssProtectionHeader', VideojsOutOfDate = 'VideojsOutOfDate', TlsVersion1Support = 'TlsVersion1Support', SameSiteCookieNotImplemented = 'SameSiteCookieNotImplemented', ReverseTabnabbing = 'ReverseTabnabbing', SubResourceIntegrityNotImplemented = 'SubResourceIntegrityNotImplemented', SubResourceIntegrityHashInvalid = 'SubResourceIntegrityHashInvalid', PossibleSsrf = 'PossibleSsrf', OutOfBandSqlInjection = 'OutOfBandSqlInjection', OutOfBandXxe = 'OutOfBandXxe', BlindXss = 'BlindXss', OutOfBandRfi = 'OutOfBandRfi', OutOfBandRcePhp = 'OutOfBandRcePhp', OutOfBandCommandInjection = 'OutOfBandCommandInjection', SsrfAws = 'SsrfAws', PossibleSsrfAws = 'PossibleSsrfAws', SsrfElmah = 'SsrfElmah', PossibleSsrfElmah = 'PossibleSsrfElmah', SsrfTrace = 'SsrfTrace', PossibleSsrfTrace = 'PossibleSsrfTrace', OutOfBandRceAsp = 'OutOfBandRceAsp', OutOfBandRcePerl = 'OutOfBandRcePerl', DomBasedOpenRedirect = 'DomBasedOpenRedirect', DeprecatedCspHeader = 'DeprecatedCspHeader', CspNotImplemented = 'CspNotImplemented', InvalidCspMetaTag = 'InvalidCspMetaTag', InvalidCspInsructionInMeta = 'InvalidCspInsructionInMeta', CspKeywordUsedAsTarget = 'CspKeywordUsedAsTarget', UnsafeCspInstructionDetected = 'UnsafeCspInstructionDetected', NonceDetectedInCsp = 'NonceDetectedInCsp', NoScriptTagDetectedWithNonce = 'NoScriptTagDetectedWithNonce', SameNonceValueDetected = 'SameNonceValueDetected', DefaultSrcUsedInCsp = 'DefaultSrcUsedInCsp', InsecureReportUriDetectedInCsp = 'InsecureReportUriDetectedInCsp', ReportUriWithDifferentHostDetectedInCsp = 'ReportUriWithDifferentHostDetectedInCsp', WildcardDetectedInScheme = 'WildcardDetectedInScheme', WildcardDetectedInDomain = 'WildcardDetectedInDomain', WildcardDetectedInPort = 'WildcardDetectedInPort', UnsupportedHashDetectedInScriptInstruction = 'UnsupportedHashDetectedInScriptInstruction', InsecureNonceValueDetected = 'InsecureNonceValueDetected', SsrfElmahMvc = 'SsrfElmahMvc', PossibleSsrfElmahMvc = 'PossibleSsrfElmahMvc', DeprecatedHeaderDetectedWithCspHeader = 'DeprecatedHeaderDetectedWithCspHeader', InvalidNonceDetectedInCsp = 'InvalidNonceDetectedInCsp', NoScriptTagDetectedWithHash = 'NoScriptTagDetectedWithHash', DataCspDirectiveDetected = 'DataCspDirectiveDetected', CspReportOnlyHeaderDetectedWithoutReportUri = 'CspReportOnlyHeaderDetectedWithoutReportUri', CspReportOnlyUsedInMeta = 'CspReportOnlyUsedInMeta', SingleHeaderMultipleCookies = 'SingleHeaderMultipleCookies', OutOfBandRceRoRXml = 'OutOfBandRceRoRXml', OutOfBandRceRoRJson = 'OutOfBandRceRoRJson', ObjectSrcNotUsed = 'ObjectSrcNotUsed', ApacheMultiChoiceEnabled = 'ApacheMultiChoiceEnabled', HttpOrHttpsDetectedOnScriptSrc = 'HttpOrHttpsDetectedOnScriptSrc', InsecureTargetUriDetectedInCsp = 'InsecureTargetUriDetectedInCsp', PossibleTimeBasedSsrf = 'PossibleTimeBasedSsrf', PossibleBlindXss = 'PossibleBlindXss', PossibleSsrfSsh = 'PossibleSsrfSsh', PossibleSsrfMySql = 'PossibleSsrfMySql', RceApacheStruts = 'RceApacheStruts', PossibleRceApacheStruts = 'PossibleRceApacheStruts', ControllableCookie = 'ControllableCookie', ReferrerPolicyNotImplemented = 'ReferrerPolicyNotImplemented', ReferrerPolicyReferrerLeakToSameProtocol = 'ReferrerPolicyReferrerLeakToSameProtocol', ReferrerPolicyOriginLeakToCrossSite = 'ReferrerPolicyOriginLeakToCrossSite', ReferrerPolicySameProtocolLeak = 'ReferrerPolicySameProtocolLeak', ReferrerPolicyCrossOriginLeak = 'ReferrerPolicyCrossOriginLeak', ReferrerPolicyStrictCrossOriginLeak = 'ReferrerPolicyStrictCrossOriginLeak', ReferrerPolicyCrossSiteReferrerLeak = 'ReferrerPolicyCrossSiteReferrerLeak', ReferrerPolicyUnknown = 'ReferrerPolicyUnknown', ReferrerPolicyFallbackMissing = 'ReferrerPolicyFallbackMissing', MsSqlDatabaseNameDisclosure = 'MsSqlDatabaseNameDisclosure', MySqlDatabaseNameDisclosure = 'MySqlDatabaseNameDisclosure', ActiveMixedContent = 'ActiveMixedContent', MixedContentScript = 'MixedContentScript', MixedContentResource = 'MixedContentResource', KnockoutjsOutOfDate = 'KnockoutjsOutOfDate', BootstrapjsOutOfDate = 'BootstrapjsOutOfDate', TypeaheadjsOutOfDate = 'TypeaheadjsOutOfDate', FootablejsOutOfDate = 'FootablejsOutOfDate', SortablejsOutOfDate = 'SortablejsOutOfDate', ImagePickerOutOfDate = 'ImagePickerOutOfDate', JqueryValidationOutOfDate = 'JqueryValidationOutOfDate', AspNetSignalROutOfDate = 'AspNetSignalROutOfDate', Select2OutOfDate = 'Select2OutOfDate', MomentjsOutOfDate = 'MomentjsOutOfDate', Html5ShivOutOfDate = 'Html5ShivOutOfDate', IonRangeSliderOutOfDate = 'IonRangeSliderOutOfDate', JsTreeOutOfDate = 'JsTreeOutOfDate', ModernizrOutOfDate = 'ModernizrOutOfDate', RespondjsOutOfDate = 'RespondjsOutOfDate', FuelUxOutOfDate = 'FuelUxOutOfDate', BootboxOutOfDate = 'BootboxOutOfDate', KnockoutMappingOutOfDate = 'KnockoutMappingOutOfDate', JqueryMaskOutOfDate = 'JqueryMaskOutOfDate', Bootstrap3DateTimePickerOutOfDate = 'Bootstrap3DateTimePickerOutOfDate', BootstrapToggleOutOfDate = 'BootstrapToggleOutOfDate', JavaScriptCookieOutOfDate = 'JavaScriptCookieOutOfDate', MixedContentFont = 'MixedContentFont', MixedContentXhrEndpoint = 'MixedContentXhrEndpoint', PossibleRceNodeJs = 'PossibleRceNodeJs', RceNodeJs = 'RceNodeJs', ReactOutOfDate = 'ReactOutOfDate', PossibleSsrfApacheServerStatus = 'PossibleSsrfApacheServerStatus', DefaultIis85Page = 'DefaultIis85Page', DefaultIis100Page = 'DefaultIis100Page', DefaultIis75Page = 'DefaultIis75Page', DefaultIis7XPage = 'DefaultIis7XPage', CkeditorOutOfDate = 'CkeditorOutOfDate', WordPressSetupConfigurationFile = 'WordPressSetupConfigurationFile', PossibleOutOfBandCommandInjectionStruts052 = 'PossibleOutOfBandCommandInjectionStruts052', OutOfBandCommandInjectionStruts053 = 'OutOfBandCommandInjectionStruts053', LighttpdOutOfDate = 'LighttpdOutOfDate', PostgreSqlOutOfDate = 'PostgreSqlOutOfDate', RceApacheStrutsS0253 = 'RceApacheStrutsS0253', PossibleRceApacheStrutsS0253 = 'PossibleRceApacheStrutsS0253', RceApacheStrutsS2046 = 'RceApacheStrutsS2046', PossibleRceApacheStrutsS2046 = 'PossibleRceApacheStrutsS2046', RceApacheStrutsS2045 = 'RceApacheStrutsS2045', PossibleRceApacheStrutsS2045 = 'PossibleRceApacheStrutsS2045', AbanteCartIdentified = 'AbanteCartIdentified', AbanteCartOutOfDate = 'AbanteCartOutOfDate', AmpacheIdentified = 'AmpacheIdentified', AmpacheOutOfDate = 'AmpacheOutOfDate', AtutorIdentified = 'AtutorIdentified', AtutorOutOfDate = 'AtutorOutOfDate', ChamiloIdentified = 'ChamiloIdentified', ChamiloOutOfDate = 'ChamiloOutOfDate', ClarolineIdentified = 'ClarolineIdentified', ClarolineOutOfDate = 'ClarolineOutOfDate', CollabtiveIdentified = 'CollabtiveIdentified', CollabtiveOutOfDate = 'CollabtiveOutOfDate', Concrete5Identified = 'Concrete5Identified', Concrete5OutOfDate = 'Concrete5OutOfDate', CoppermineIdentified = 'CoppermineIdentified', CoppermineOutOfDate = 'CoppermineOutOfDate', CubeCartIdentified = 'CubeCartIdentified', CubeCartOutOfDate = 'CubeCartOutOfDate', DokuWikiIdentified = 'DokuWikiIdentified', DokuWikiOutOfDate = 'DokuWikiOutOfDate', DotClearIdentified = 'DotClearIdentified', DotClearOutOfDate = 'DotClearOutOfDate', E107Identified = 'E107Identified', E107OutOfDate = 'E107OutOfDate', FamilyConnectionsIdentified = 'FamilyConnectionsIdentified', FamilyConnectionsOutOfDate = 'FamilyConnectionsOutOfDate', FluxBbIdentified = 'FluxBBIdentified', FluxBbOutOfDate = 'FluxBBOutOfDate', FormToolsIdentified = 'FormToolsIdentified', FormToolsOutOfDate = 'FormToolsOutOfDate', FrontAccountingIdentified = 'FrontAccountingIdentified', FrontAccountingOutOfDate = 'FrontAccountingOutOfDate', GibbonEduIdentified = 'GibbonEduIdentified', GibbonEduOutOfDate = 'GibbonEduOutOfDate', HeskIdentified = 'HeskIdentified', HeskOutOfDate = 'HeskOutOfDate', LimeSurveyIdentified = 'LimeSurveyIdentified', LimeSurveyOutOfDate = 'LimeSurveyOutOfDate', LiveHelperChatIdentified = 'LiveHelperChatIdentified', LiveHelperChatOutOfDate = 'LiveHelperChatOutOfDate', LogaholicIdentified = 'LogaholicIdentified', LogaholicOutOfDate = 'LogaholicOutOfDate', MibewMessengerIdentified = 'MibewMessengerIdentified', MibewMessengerOutOfDate = 'MibewMessengerOutOfDate', ModXIdentified = 'ModXIdentified', ModXOutOfDate = 'ModXOutOfDate', MoodleIdentified = 'MoodleIdentified', MoodleOutOfDate = 'MoodleOutOfDate', MyBbIdentified = 'MyBBIdentified', MyBbOutOfDate = 'MyBBOutOfDate', OmekaIdentified = 'OmekaIdentified', OmekaOutOfDate = 'OmekaOutOfDate', OsClassIdentified = 'OsClassIdentified', OsClassOutOfDate = 'OsClassOutOfDate', OsTicketIdentified = 'OsTicketIdentified', OsTicketOutOfDate = 'OsTicketOutOfDate', PrestashopIdentified = 'PrestashopIdentified', PrestashopOutOfDate = 'PrestashopOutOfDate', EspoCrmIdentified = 'EspoCrmIdentified', EspoCrmOutOfDate = 'EspoCrmOutOfDate', ElggIdentified = 'ElggIdentified', ElggOutOfDate = 'ElggOutOfDate', PhorumIdentified = 'PhorumIdentified', PhorumOutOfDate = 'PhorumOutOfDate', PhpFusionIdentified = 'PhpFusionIdentified', PhpFusionOutOfDate = 'PhpFusionOutOfDate', PhpAddressBookIdentified = 'PhpAddressBookIdentified', PhpAddressBookOutOfDate = 'PhpAddressBookOutOfDate', PhpListIdentified = 'PhpListIdentified', PhpListOutOfDate = 'PhpListOutOfDate', PmWikiIdentified = 'PmWikiIdentified', PmWikiOutOfDate = 'PmWikiOutOfDate', PodcastGeneratorIdentified = 'PodcastGeneratorIdentified', PodcastGeneratorOutOfDate = 'PodcastGeneratorOutOfDate', ProjectSendIdentified = 'ProjectSendIdentified', ProjectSendOutOfDate = 'ProjectSendOutOfDate', Question2AnswerIdentified = 'Question2AnswerIdentified', Question2AnswerOutOfDate = 'Question2AnswerOutOfDate', RukovoditelIdentified = 'RukovoditelIdentified', RukovoditelOutOfDate = 'RukovoditelOutOfDate', SeoPanelIdentified = 'SeoPanelIdentified', SeoPanelOutOfDate = 'SeoPanelOutOfDate', SerendipityIdentified = 'SerendipityIdentified', SerendipityOutOfDate = 'SerendipityOutOfDate', TcExamIdentified = 'TcExamIdentified', TcExamOutOfDate = 'TcExamOutOfDate', VanillaForumsIdentified = 'VanillaForumsIdentified', VanillaForumsOutOfDate = 'VanillaForumsOutOfDate', WebErpIdentified = 'WebErpIdentified', WebErpOutOfDate = 'WebErpOutOfDate', WeBidIdentified = 'WeBidIdentified', WeBidOutOfDate = 'WeBidOutOfDate', XoopsIdentified = 'XoopsIdentified', XoopsOutOfDate = 'XoopsOutOfDate', YetiForceCrmIdentified = 'YetiForceCrmIdentified', YetiForceCrmOutOfDate = 'YetiForceCrmOutOfDate', YourlsIdentified = 'YourlsIdentified', YourlsOutOfDate = 'YourlsOutOfDate', ZenCartIdentified = 'ZenCartIdentified', ZenCartOutOfDate = 'ZenCartOutOfDate', ZenPhotoIdentified = 'ZenPhotoIdentified', ZenPhotoOutOfDate = 'ZenPhotoOutOfDate', PiwigoIdentified = 'PiwigoIdentified', PiwigoOutOfDate = 'PiwigoOutOfDate', ZurmoIdentified = 'ZurmoIdentified', ZurmoOutOfDate = 'ZurmoOutOfDate', OwnCloudIdentified = 'OwnCloudIdentified', OwnCloudOutOfDate = 'OwnCloudOutOfDate', PhpMyFaqIdentified = 'PhpMyFaqIdentified', PhpMyFaqOutOfDate = 'PhpMyFaqOutOfDate', RoundcubeIdentified = 'RoundcubeIdentified', RoundcubeOutOfDate = 'RoundcubeOutOfDate', ZikulaIdentified = 'ZikulaIdentified', ZikulaOutOfDate = 'ZikulaOutOfDate', WeakRobotOracleDetected = 'WeakRobotOracleDetected', StrongRobotOracleDetected = 'StrongRobotOracleDetected', ZeptojsOutOfDate = 'ZeptojsOutOfDate', HammerjsOutOfDate = 'HammerjsOutOfDate', VuejsOutOfDate = 'VuejsOutOfDate', PhaserOutOfDate = 'PhaserOutOfDate', ChartjsOutOfDate = 'ChartjsOutOfDate', RamdaOutOfDate = 'RamdaOutOfDate', RevealJsOutOfDate = 'RevealJsOutOfDate', PixiJsOutOfDate = 'PixiJsOutOfDate', FabricJsOutOfDate = 'FabricJsOutOfDate', SemanticUiOutOfDate = 'SemanticUIOutOfDate', LeafletOutOfDate = 'LeafletOutOfDate', PossibleOutOfBandCommandInjection = 'PossibleOutOfBandCommandInjection', FoundationOutOfDate = 'FoundationOutOfDate', ThreeJsOutOfDate = 'ThreeJsOutOfDate', PdfJsOutOfDate = 'PdfJsOutOfDate', ExpressJsIdentified = 'ExpressJsIdentified', PossibleSsti = 'PossibleSsti', Ssti = 'Ssti', PossibleCodeExecutionViaSsti = 'PossibleCodeExecutionViaSsti', CodeExecutionViaSsti = 'CodeExecutionViaSsti', PossibleCodeExecutionViaSstiTwig = 'PossibleCodeExecutionViaSstiTwig', CodeExecutionViaSstiTwig = 'CodeExecutionViaSstiTwig', PossibleCodeExecutionViaSstiMako = 'PossibleCodeExecutionViaSstiMako', CodeExecutionViaSstiMako = 'CodeExecutionViaSstiMako', PossibleCodeExecutionViaSstiSmarty = 'PossibleCodeExecutionViaSstiSmarty', CodeExecutionViaSstiSmarty = 'CodeExecutionViaSstiSmarty', PossibleCodeExecutionViaSstiNunjucks = 'PossibleCodeExecutionViaSstiNunjucks', CodeExecutionViaSstiNunjucks = 'CodeExecutionViaSstiNunjucks', PossibleCodeExecutionViaSstiJade = 'PossibleCodeExecutionViaSstiJade', CodeExecutionViaSstiJade = 'CodeExecutionViaSstiJade', PossibleSstiDot = 'PossibleSstiDot', SstiDot = 'SstiDot', PossibleCodeExecutionViaSstiDot = 'PossibleCodeExecutionViaSstiDot', CodeExecutionViaSstiDot = 'CodeExecutionViaSstiDot', PossibleSstiEjs = 'PossibleSstiEjs', SstiEjs = 'SstiEjs', PossibleCodeExecutionViaSstiEjs = 'PossibleCodeExecutionViaSstiEjs', CodeExecutionViaSstiEjs = 'CodeExecutionViaSstiEjs', PossibleCodeExecutionViaSstiMarko = 'PossibleCodeExecutionViaSstiMarko', CodeExecutionViaSstiMarko = 'CodeExecutionViaSstiMarko', PossibleCodeExecutionViaSstiTornado = 'PossibleCodeExecutionViaSstiTornado', CodeExecutionViaSstiTornado = 'CodeExecutionViaSstiTornado', PossibleCodeExecutionViaSstiFreeMarker = 'PossibleCodeExecutionViaSstiFreeMarker', CodeExecutionViaSstiFreeMarker = 'CodeExecutionViaSstiFreeMarker', PossibleSstiVelocity = 'PossibleSstiVelocity', SstiVelocity = 'SstiVelocity', PossibleCodeExecutionViaSstiVelocity = 'PossibleCodeExecutionViaSstiVelocity', CodeExecutionViaSstiVelocity = 'CodeExecutionViaSstiVelocity', PossibleSstiErb = 'PossibleSstiErb', SstiErb = 'SstiErb', PossibleCodeExecutionViaSstiErb = 'PossibleCodeExecutionViaSstiErb', CodeExecutionViaSstiErb = 'CodeExecutionViaSstiErb', PossibleCodeExecutionViaSstiSlim = 'PossibleCodeExecutionViaSstiSlim', CodeExecutionViaSstiSlim = 'CodeExecutionViaSstiSlim', PossibleCodeExecutionViaSstiJinja = 'PossibleCodeExecutionViaSstiJinja', CodeExecutionViaSstiJinja = 'CodeExecutionViaSstiJinja', PossibleSstiFreeMarker = 'PossibleSstiFreeMarker', SstiFreeMarker = 'SstiFreeMarker', OutOfBandCodeExecutionViaSsti = 'OutOfBandCodeExecutionViaSsti', OutOfBandCodeExecutionViaSstiMako = 'OutOfBandCodeExecutionViaSstiMako', OutOfBandCodeExecutionViaSstiTornado = 'OutOfBandCodeExecutionViaSstiTornado', OutOfBandCodeExecutionViaSstiJinja = 'OutOfBandCodeExecutionViaSstiJinja', OutOfBandCodeExecutionViaSstiMarko = 'OutOfBandCodeExecutionViaSstiMarko', OutOfBandCodeExecutionViaSstiDot = 'OutOfBandCodeExecutionViaSstiDot', OutOfBandCodeExecutionViaSstiNunjucks = 'OutOfBandCodeExecutionViaSstiNunjucks', OutOfBandCodeExecutionViaSstiJade = 'OutOfBandCodeExecutionViaSstiJade', OutOfBandCodeExecutionViaSstiSmarty = 'OutOfBandCodeExecutionViaSstiSmarty', ExpectCtIsMissing = 'ExpectCtIsMissing', ExpectCtShouldBeServedOverTls = 'ExpectCtShouldBeServedOverTls', ExpectCtReportOnlyModeIsEnabled = 'ExpectCtReportOnlyModeIsEnabled', ExpectCtErrors = 'ExpectCtErrors', AuthenticationRequired = 'AuthenticationRequired', CaddyWebServerIdentified = 'CaddyWebServerIdentified', AahGoServerIdentified = 'AahGoServerIdentified', JbossApplicationServerIdentified = 'JbossApplicationServerIdentified', JbossApplicationServerVersionDisclosure = 'JbossApplicationServerVersionDisclosure', Ckeditor5OutOfDate = 'Ckeditor5OutOfDate', CakePhpIdentified = 'CakePhpIdentified', CakePhpStackTraceDisclosure = 'CakePhpStackTraceDisclosure', DefaultPageCakePhp = 'DefaultPageCakePhp', CakePhpVersionDisclosure = 'CakePhpVersionDisclosure', CakePhpOutOfDate = 'CakePhpOutOfDate', CherryPyVersionDisclosure = 'CherryPyVersionDisclosure', CherryPyOutOfDate = 'CherryPyOutOfDate', OutOfBandCodeExecutionViaSstiEjs = 'OutOfBandCodeExecutionViaSstiEjs', OutOfBandCodeExecutionViaSstiTwig = 'OutOfBandCodeExecutionViaSstiTwig', OutOfBandCodeExecutionViaSstiFreeMarker = 'OutOfBandCodeExecutionViaSstiFreeMarker', OutOfBandCodeExecutionViaSstiVelocity = 'OutOfBandCodeExecutionViaSstiVelocity', CherryPyStackTraceDisclosure = 'CherryPyStackTraceDisclosure', IntrojsOutOfDate = 'IntrojsOutOfDate', AxiosOutOfDate = 'AxiosOutOfDate', Fingerprintjs2OutOfDate = 'Fingerprintjs2OutOfDate', XRegExpOutOfDate = 'XRegExpOutOfDate', DataTablesOutOfDate = 'DataTablesOutOfDate', LazyjsOutOfDate = 'LazyjsOutOfDate', FancyBoxOutOfDate = 'FancyBoxOutOfDate', UnderscorejsOutOfDate = 'UnderscorejsOutOfDate', LightboxOutOfDate = 'LightboxOutOfDate', JbossApplicationServerOutOfDate = 'JbossApplicationServerOutOfDate', SweetAlert2OutOfDate = 'SweetAlert2OutOfDate', LodashOutOfDate = 'LodashOutOfDate', BluebirdOutOfDate = 'BluebirdOutOfDate', PolymerOutOfDate = 'PolymerOutOfDate', ReviveAdserverIdentified = 'ReviveAdserverIdentified', ReviveAdserverOutOfDate = 'ReviveAdserverOutOfDate', B2evolutionIdentified = 'B2evolutionIdentified', B2evolutionOutOfDate = 'B2evolutionOutOfDate', DolphinIdentified = 'DolphinIdentified', DolphinOutOfDate = 'DolphinOutOfDate', Ph7CmsIdentified = 'PH7CMSIdentified', Ph7CmsOutOfDate = 'PH7CMSOutOfDate', QdPmIdentified = 'QdPMIdentified', QdPmOutOfDate = 'QdPMOutOfDate', VtigerIdentified = 'VtigerIdentified', VtigerOutOfDate = 'VtigerOutOfDate', DolibarrIdentified = 'DolibarrIdentified', DolibarrOutOfDate = 'DolibarrOutOfDate', ClipBucketIdentified = 'ClipBucketIdentified', ClipBucketOutOfDate = 'ClipBucketOutOfDate', ContaoIdentified = 'ContaoIdentified', ContaoOutOfDate = 'ContaoOutOfDate', MisconfiguredXFrameOptionsHeader = 'MisconfiguredXFrameOptionsHeader', RubyErrorDisclosure = 'RubyErrorDisclosure', WpEngineConfigurationFileDetected = 'WpEngineConfigurationFileDetected', SessionCookieNotMarkedAsSecure = 'SessionCookieNotMarkedAsSecure', PossibleHeaderInjection = 'PossibleHeaderInjection', OracleOutOfDate = 'OracleOutOfDate', TsWebIdentified = 'TsWebIdentified', DrupalRce = 'DrupalRce', MithrilOutOfDate = 'MithrilOutOfDate', EfJsOutOfDate = 'EfJsOutOfDate', MathJsOutOfDate = 'MathJsOutOfDate', ListJsOutOfDate = 'ListJsOutOfDate', RequireJsOutOfDate = 'RequireJsOutOfDate', RiotJsOutOfDate = 'RiotJsOutOfDate', InfernoOutOfDate = 'InfernoOutOfDate', MarionetteJsOutOfDate = 'MarionetteJsOutOfDate', GsapOutOfDate = 'GsapOutOfDate', TravisYamlIdentified = 'TravisYamlIdentified', UnicodeTransformationIssue = 'UnicodeTransformationIssue', MalwareIdentified = 'MalwareIdentified', RorFileContentDisclosure = 'RorFileContentDisclosure', AppSiteAssociationIdentified = 'AppSiteAssociationIdentified', OpenSearchIdentified = 'OpenSearchIdentified', ServletSourceCodeDisclosure = 'ServletSourceCodeDisclosure', JspSourceCodeDisclosure = 'JspSourceCodeDisclosure', HtaccessIdentified = 'HtaccessIdentified', RcePython = 'RcePython', PossibleRcePython = 'PossibleRcePython', OutOfBandRcePython = 'OutOfBandRcePython', RceRuby = 'RceRuby', PossibleRceRuby = 'PossibleRceRuby', OutOfBandRceRuby = 'OutOfBandRceRuby', SwaggerJsonIdentified = 'SwaggerJsonIdentified', SslNotImplemented = 'SslNotImplemented', SecurityTxtIdentified = 'SecurityTxtIdentified', RceApacheStrutsS2016 = 'RceApacheStrutsS2016', PossibleRceApacheStrutsS2016 = 'PossibleRceApacheStrutsS2016', SlickOutOfDate = 'SlickOutOfDate', ScrollRevealOutOfDate = 'ScrollRevealOutOfDate', MathJaxOutOfDate = 'MathJaxOutOfDate', RickshawOutOfDate = 'RickshawOutOfDate', HighchartsOutOfDate = 'HighchartsOutOfDate', SnapSvgOutOfDate = 'SnapSvgOutOfDate', FlickityOutOfDate = 'FlickityOutOfDate', D3JsOutOfDate = 'D3JsOutOfDate', GoogleChartsOutOfDate = 'GoogleChartsOutOfDate', HiawathaVersionDisclosure = 'HiawathaVersionDisclosure', CherokeeVersionDisclosure = 'CherokeeVersionDisclosure', HiawathaOutOfDate = 'HiawathaOutOfDate', CherokeeOutOfDate = 'CherokeeOutOfDate', WebLogicOutOfDate = 'WebLogicOutOfDate', WebCacheDeception = 'WebCacheDeception', IisOutOfDate = 'IisOutOfDate', ImmutablejsOutOfDate = 'ImmutablejsOutOfDate', AxwaySecureTransportDetected = 'AxwaySecureTransportDetected', MisconfiguredXFrameOptionsHeaderMultipleDirectives = 'MisconfiguredXFrameOptionsHeaderMultipleDirectives', TlsVersion11Support = 'TlsVersion11Support', PossibleSsrfOracleCloud = 'PossibleSsrfOracleCloud', PossibleSsrfPacketCloud = 'PossibleSsrfPacketCloud', ExtJsOutOfDate = 'ExtJsOutOfDate', PossibleHpp = 'PossibleHpp', PossibleBreachAttack = 'PossibleBreachAttack', TelerikWebUiVersionDisclosure = 'TelerikWebUiVersionDisclosure', TelerikWebUiOutOfDate = 'TelerikWebUiOutOfDate', JavaVersionDisclosure = 'JavaVersionDisclosure', GlassFishVersionDisclosure = 'GlassFishVersionDisclosure', JavaOutOfDate = 'JavaOutOfDate', GlassFishOutOfDate = 'GlassFishOutOfDate', WafIdentified = 'WafIdentified', AkamaiCdnIdentified = 'AkamaiCdnIdentified', AzureCdnIdentified = 'AzureCdnIdentified', GoogleCloudCdnIdentified = 'GoogleCloudCdnIdentified', ArvanCloudCdnIdentified = 'ArvanCloudCdnIdentified', FastlyCdnIdentified = 'FastlyCdnIdentified', IncapsulaCdnIdentified = 'IncapsulaCdnIdentified', SucuriCdnIdentified = 'SucuriCdnIdentified', NetlifyCdnIdentified = 'NetlifyCdnIdentified', MaxCdnIdentified = 'MaxCdnIdentified', KeyCdnIdentified = 'KeyCdnIdentified', FirebladeCdnIdentified = 'FirebladeCdnIdentified', AireeCdnIdentified = 'AireeCdnIdentified', West263CdnIdentified = 'West263CdnIdentified', InstartCdnIdentified = 'InstartCdnIdentified', QratorCdnIdentified = 'QratorCdnIdentified', PowerCdnIdentified = 'PowerCdnIdentified', Cdn77Identified = 'Cdn77Identified', F5BigIpProxyIdentified = 'F5BigIpProxyIdentified', EnvoyProxyIdentified = 'EnvoyProxyIdentified', CitrixNetScalerProxyIdentified = 'CitrixNetScalerProxyIdentified', ApacheTrafficServerProxyIdentified = 'ApacheTrafficServerProxyIdentified', HaProxyIdentified = 'HaProxyIdentified', SkipperProxyIdentified = 'SkipperProxyIdentified', LoginPageIdentified = 'LoginPageIdentified', SameSiteCookieNotMarkedAsSecure = 'SameSiteCookieNotMarkedAsSecure', LiferayPortalIdentified = 'LiferayPortalIdentified', LiferayPortalOutOfDate = 'LiferayPortalOutOfDate', ApacheTrafficServerVersionDisclosure = 'ApacheTrafficServerVersionDisclosure', ApacheTrafficServerOutOfDate = 'ApacheTrafficServerOutOfDate', UndertowWebServerVersionDisclosure = 'UndertowWebServerVersionDisclosure', UndertowWebServerOutOfDate = 'UndertowWebServerOutOfDate', JenkinsVersionDisclosure = 'JenkinsVersionDisclosure', JenkinsOutOfDate = 'JenkinsOutOfDate', KestrelIdentified = 'KestrelIdentified', TableauServerIdentified = 'TableauServerIdentified', BomgarIdentified = 'BomgarIdentified', JolokiaVersionDisclosure = 'JolokiaVersionDisclosure', JolokiaOutOfDate = 'JolokiaOutOfDate', F5BigIpLocalFileInclusion = 'F5BigIpLocalFileInclusion', PossibleF5BigIpLocalFileInclusion = 'PossibleF5BigIpLocalFileInclusion', PossibleSstiPebble = 'PossibleSstiPebble', SstiPebble = 'SstiPebble', PossibleCodeExecutionViaSstiPebble = 'PossibleCodeExecutionViaSstiPebble', CodeExecutionViaSstiPebble = 'CodeExecutionViaSstiPebble', SugarCrmIdentified = 'SugarCrmIdentified', SugarCrmOutOfDate = 'SugarCrmOutOfDate', GrafanaVersionDisclosure = 'GrafanaVersionDisclosure', GrafanaOutOfDate = 'GrafanaOutOfDate', PossibleSstiJinJava = 'PossibleSstiJinJava', SstiJinJava = 'SstiJinJava', PossibleCodeExecutionViaSstiJinJava = 'PossibleCodeExecutionViaSstiJinJava', CodeExecutionViaSstiJinJava = 'CodeExecutionViaSstiJinJava', PossibleSstiAspNetRazor = 'PossibleSstiAspNetRazor', SstiAspNetRazor = 'SstiAspNetRazor', PossibleCodeExecutionViaSstiAspNetRazor = 'PossibleCodeExecutionViaSstiAspNetRazor', CodeExecutionViaSstiAspNetRazor = 'CodeExecutionViaSstiAspNetRazor', PhpMagicQuotesGpcDisabled = 'PhpMagicQuotesGpcDisabled', PhpRegisterGlobalsEnabled = 'PhpRegisterGlobalsEnabled', PhpDisplayErrorsEnabled = 'PhpDisplayErrorsEnabled', PhpAllowUrlFopenEnabled = 'PhpAllowUrlFopenEnabled', PhpAllowUrlIncludeEnabled = 'PhpAllowUrlIncludeEnabled', PhpSessionUseTransSidEnabled = 'PhpSessionUseTransSidEnabled', PhpOpenBaseDirIsNotSet = 'PhpOpenBaseDirIsNotSet', PhpEnableDlEnabled = 'PhpEnableDlEnabled', AspNetApplicationTraceEnabled = 'AspNetApplicationTraceEnabled', AspNetCookilessSessionStateEnabled = 'AspNetCookilessSessionStateEnabled', AspNetCookilessAuthenticationEnabled = 'AspNetCookilessAuthenticationEnabled', AspNetNoSslAuth = 'AspNetNoSslAuth', AspNetLoginCredentialsPlainText = 'AspNetLoginCredentialsPlainText', AspNetValidateRequestDisabled = 'AspNetValidateRequestDisabled', AspNetViewStateUserKeyNotSet = 'AspNetViewStateUserKeyNotSet', JettyVersionDisclosure = 'JettyVersionDisclosure', TornadoWebServerVersionDisclosure = 'TornadoWebServerVersionDisclosure', TracyDebuggingToolVersionDisclosure = 'TracyDebuggingToolVersionDisclosure', AspNetCustomErrorsDisabled = 'AspNetCustomErrorsDisabled', WhoopsFrameworkIdentified = 'WhoopsFrameworkIdentified', PhpUseOnlyCookiesIsDisabled = 'PhpUseOnlyCookiesIsDisabled', CrushFtpServerIdentified = 'CrushFtpServerIdentified', RceWebLogic = 'RceWebLogic', WeblogicAuthenticationBypass = 'WeblogicAuthenticationBypass', ArbitraryFileCreation = 'ArbitraryFileCreation', ArbitraryFileDeletion = 'ArbitraryFileDeletion', WerkzeugIdentified = 'WerkzeugIdentified', WerkzeugVersionDisclosure = 'WerkzeugVersionDisclosure', WerkzeugOutOfDate = 'WerkzeugOutOfDate', OpenRestyIdentified = 'OpenRestyIdentified', OpenRestyVersionDisclosure = 'OpenRestyVersionDisclosure', OpenRestyOutOfDate = 'OpenRestyOutOfDate', LiteSpeedWebServerIdentified = 'LiteSpeedWebServerIdentified', TwistedWebHttpServerIdentified = 'TwistedWebHTTPServerIdentified', TwistedWebHttpServerVersionDisclosure = 'TwistedWebHTTPServerVersionDisclosure', TwistedWebHttpServerOutOfDate = 'TwistedWebHTTPServerOutOfDate', NextJsReactFrameworkIdentified = 'NextJsReactFrameworkIdentified', NextJsReactFrameworkVersionDisclosure = 'NextJsReactFrameworkVersionDisclosure', NextJsReactFrameworkOutOfDate = 'NextJsReactFrameworkOutOfDate', DaiquiriVersionDisclosure = 'DaiquiriVersionDisclosure', W3TotalCacheOutOfDate = 'W3TotalCacheOutOfDate', W3TotalCacheIdentified = 'W3TotalCacheIdentified', W3TotalCacheVersionDisclosure = 'W3TotalCacheVersionDisclosure', PhusionPassengerIdentified = 'PhusionPassengerIdentified', PhusionPassengerVersionDisclosure = 'PhusionPassengerVersionDisclosure', PhusionPassengerOutOfDate = 'PhusionPassengerOutOfDate', SqlInjectionIast = 'SqlInjectionIast', LfiIast = 'LfiIast', RcePhpIast = 'RcePhpIast', HeaderInjectionIast = 'HeaderInjectionIast', CommandInjectionIast = 'CommandInjectionIast', AxwaySecureTransportIdentified = 'AxwaySecureTransportIdentified', AxwaySecureTransportVersionDisclosure = 'AxwaySecureTransportVersionDisclosure', AxwaySecureTransportOutOfDate = 'AxwaySecureTransportOutOfDate', BurpCollaboratorServerIdentified = 'BurpCollaboratorServerIdentified', ResinApplicationServerIdentified = 'ResinApplicationServerIdentified', ResinApplicationServerVersionDisclosure = 'ResinApplicationServerVersionDisclosure', ResinApplicationServerOutOfDate = 'ResinApplicationServerOutOfDate', TracSoftwareProjectManagementToolIdentified = 'TracSoftwareProjectManagementToolIdentified', TracSoftwareProjectManagementToolVersionDisclosure = 'TracSoftwareProjectManagementToolVersionDisclosure', TracSoftwareProjectManagementToolOutOfDate = 'TracSoftwareProjectManagementToolOutOfDate', TornadoWebServerIdentified = 'TornadoWebServerIdentified', TornadoWebServerOutOfDate = 'TornadoWebServerOutOfDate', JettyWebServerIdentified = 'JettyWebServerIdentified', JettyWebServerOutOfDate = 'JettyWebServerOutOfDate', TracyDebuggingToolOutOfDate = 'TracyDebuggingToolOutOfDate', ZopeWebServerVersionDisclosure = 'ZopeWebServerVersionDisclosure', ZopeWebServerOutOfDate = 'ZopeWebServerOutOfDate', ArtifactoryIdentified = 'ArtifactoryIdentified', ArtifactoryVersionDisclosure = 'ArtifactoryVersionDisclosure', ArtifactoryOutOfDate = 'ArtifactoryOutOfDate', JBossEapIdentified = 'JBossEAPIdentified', WildFlyIdentified = 'WildFlyIdentified', GunicornIdentified = 'GunicornIdentified', GunicornVersionDisclosure = 'GunicornVersionDisclosure', GunicornOutOfDate = 'GunicornOutOfDate', JBossCsIdentified = 'JBossCSIdentified', WebSealIdentified = 'WebSealIdentified', OracleHttpIdentified = 'OracleHTTPIdentified', SonicWallSslvpnIdentified = 'SonicWallSSLVPNIdentified', PloneCmsIdentified = 'PloneCMSIdentified', PloneCmsVersionDisclosure = 'PloneCMSVersionDisclosure', PloneCmsOutOfDate = 'PloneCMSOutOfDate', GlassFishIdentified = 'GlassFishIdentified', IbmrtcIdentified = 'IBMRTCIdentified', IbmrtcVersionDisclosure = 'IBMRTCVersionDisclosure', IbmrtcOutOfDate = 'IBMRTCOutOfDate', NexusIdentified = 'NexusIdentified', NexusVersionDisclosure = 'NexusVersionDisclosure', NexusOutOfDate = 'NexusOutOfDate', IbmhttpServerIdentified = 'IBMHTTPServerIdentified', IbmhttpServerVersionDisclosure = 'IBMHTTPServerVersionDisclosure', IbmhttpServerOutOfDate = 'IBMHTTPServerOutOfDate', PythonWsgiServerIdentified = 'PythonWSGIServerIdentified', PythonWsgiServerVersionDisclosure = 'PythonWSGIServerVersionDisclosure', PythonWsgiServerOutOfDate = 'PythonWSGIServerOutOfDate', PlayFrameworkIdentified = 'PlayFrameworkIdentified', VarnishCacheIdentified = 'VarnishCacheIdentified', RestletFrameworkIdentified = 'RestletFrameworkIdentified', RestletFrameworkVersionDisclosure = 'RestletFrameworkVersionDisclosure', RestletFrameworkOutOfDate = 'RestletFrameworkOutOfDate', ZopeWebServerIdentified = 'ZopeWebServerIdentified', WebSealOutOfDate = 'WebSealOutOfDate', WebSealVersionDisclosure = 'WebSealVersionDisclosure', CowboyIdentified = 'CowboyIdentified', CowboyOutOfDate = 'CowboyOutOfDate', CowboyVersionDisclosure = 'CowboyVersionDisclosure', LiferayPortalVersionDisclosure = 'LiferayPortalVersionDisclosure', RevokedSslCertificate = 'RevokedSslCertificate', SslCertificateHostnameMismatch = 'SslCertificateHostnameMismatch', SslCertificateSignedByUntrustedRoot = 'SslCertificateSignedByUntrustedRoot', ExpiredSslCertificate = 'ExpiredSslCertificate', JwtNoneAlgorithmAllowed = 'JwtNoneAlgorithmAllowed', JwtSignatureNotChecked = 'JwtSignatureNotChecked', JwtInsecureSecretDetected = 'JwtInsecureSecretDetected', JwtSqlInjectionInKid = 'JwtSqlInjectionInKid', ZshHistoryFileDetected = 'ZshHistoryFileDetected', JwtPathTraversalInKid = 'JwtPathTraversalInKid', JwtJkuHijack = 'JwtJkuHijack', JwtJkuForgeryWithOpenRedirect = 'JwtJkuForgeryWithOpenRedirect', DaiquiriIdentified = 'DaiquiriIdentified', Typo3CmsIdentified = 'Typo3CmsIdentified', Typo3CmsOutOfDate = 'Typo3CmsOutOfDate', SslCertificateAboutToExpire = 'SslCertificateAboutToExpire', MagentoIdentified = 'MagentoIdentified', MagentoOutOfDate = 'MagentoOutOfDate', PleskLinIdentified = 'PleskLinIdentified', PleskWinIdentified = 'PleskWinIdentified', LighthouseIdentified = 'LighthouseIdentified', BitNinjaCaptchaServerIdentified = 'BitNinjaCaptchaServerIdentified', PardotServerIdentified = 'PardotServerIdentified', MasheryProxyIdentified = 'MasheryProxyIdentified', DaiquiriOutOfDate = 'DaiquiriOutOfDate', AtlassianProxyIdentified = 'AtlassianProxyIdentified', AtlassianProxyVersionDisclosure = 'AtlassianProxyVersionDisclosure', AtlassianProxyOutOfDate = 'AtlassianProxyOutOfDate', WindowsAzureWebIdentified = 'WindowsAzureWebIdentified', TaleoWebServerIdentified = 'TaleoWebServerIdentified', TaleoWebServerVersionDisclosure = 'TaleoWebServerVersionDisclosure', TaleoWebServerOutOfDate = 'TaleoWebServerOutOfDate', CraftCmsIdentified = 'CraftCmsIdentified', DataDomeIdentified = 'DataDomeIdentified', OpenVpnAccessServerIdentified = 'OpenVpnAccessServerIdentified', SquarespaceIdentified = 'SquarespaceIdentified', SquidIdentified = 'SquidIdentified', SugarCrmVersionDisclosure = 'SugarCrmVersionDisclosure', HubSpotIdentified = 'HubSpotIdentified', KongServerIdentified = 'KongServerIdentified', KongServerVersionDisclosure = 'KongServerVersionDisclosure', KongServerOutOfDate = 'KongServerOutOfDate', VegurIdentified = 'VegurIdentified', JavaServerPageIdentified = 'JavaServerPageIdentified', JavaServerPageVersionDisclosure = 'JavaServerPageVersionDisclosure', TomcatIdentified = 'TomcatIdentified', PhpIdentified = 'PHPIdentified', IisIdentified = 'IisIdentified', WebLogicIdentified = 'WebLogicIdentified', LighttpdIdentified = 'LighttpdIdentified', SharePointIdentified = 'SharePointIdentified', ApacheCoyoteIdentified = 'ApacheCoyoteIdentified', OracleApplicationServerIdentified = 'OracleApplicationServerIdentified', OpenSslIdentified = 'OpenSslIdentified', ApacheModuleIdentified = 'ApacheModuleIdentified', PerlIdentified = 'PerlIdentified', FrontPageIdentified = 'FrontPageIdentified', PythonIdentified = 'PythonIdentified', JavaServletIdentified = 'JavaServletIdentified', MvcIdentified = 'MvcIdentified', MongrelIdentified = 'MongrelIdentified', NuSoapIdentified = 'NuSoapIdentified', RorIdentified = 'RorIdentified', RubyGemsIdentified = 'RubyGemsIdentified', DjangoIdentified = 'DjangoIdentified', CherryPyIdentified = 'CherryPyIdentified', HiawathaIdentified = 'HiawathaIdentified', CherokeeIdentified = 'CherokeeIdentified', TelerikWebUiIdentified = 'TelerikWebUiIdentified', JavaIdentified = 'JavaIdentified', ApacheTrafficServerIdentified = 'ApacheTrafficServerIdentified', UndertowWebServerIdentified = 'UndertowWebServerIdentified', JenkinsIdentified = 'JenkinsIdentified', JolokiaIdentified = 'JolokiaIdentified', GrafanaIdentified = 'GrafanaIdentified', TracyDebuggingToolIdentified = 'TracyDebuggingToolIdentified', LiferayDxpIdentified = 'LiferayDXPIdentified', LiferayDxpVersionDisclosure = 'LiferayDXPVersionDisclosure', LiferayDxpOutOfDate = 'LiferayDXPOutOfDate', JavaServerPageOutOfDate = 'JavaServerPageOutOfDate', SquidVersionDisclosure = 'SquidVersionDisclosure', SquidOutOfDate = 'SquidOutOfDate', SharePointOutOfDate = 'SharePointOutOfDate', ApacheCoyoteOutOfDate = 'ApacheCoyoteOutOfDate', OracleApplicationServerOutOfDate = 'OracleApplicationServerOutOfDate', FrontPageOutOfDate = 'FrontPageOutOfDate', MvcOutOfDate = 'MvcOutOfDate', MongrelOutOfDate = 'MongrelOutOfDate', IbmBpmIdentified = 'IbmBpmIdentified', PhpMyAdminVersionDisclosure = 'PhpMyAdminVersionDisclosure', ShopifyIdentified = 'ShopifyIdentified', AtlassianConfluenceIdentified = 'AtlassianConfluenceIdentified', AtlassianConfluenceVersionDisclosure = 'AtlassianConfluenceVersionDisclosure', AtlassianConfluenceOutOfDate = 'AtlassianConfluenceOutOfDate', AtlassianJiraIdentified = 'AtlassianJiraIdentified', AtlassianJiraVersionDisclosure = 'AtlassianJiraVersionDisclosure', AtlassianJiraOutOfDate = 'AtlassianJiraOutOfDate', OutOfBandRceJavaLog4j = 'OutOfBandRceJavaLog4j', GqlIdentified = 'GqlIdentified', GrapheneIdentified = 'GrapheneIdentified', AriadneIdentified = 'AriadneIdentified', ApolloIdentified = 'ApolloIdentified', GraphqlGoIdentified = 'GraphqlGoIdentified', GqlgenIdentified = 'GqlgenIdentified', WpGraphQlIdentified = 'WPGraphQLIdentified', GraphQlApiWordPressIdentified = 'GraphQLApiWordPressIdentified', GraphQlRubyIdentified = 'GraphQLRubyIdentified', GraphQlphpIdentified = 'GraphQLPHPIdentified', HasuraIdentified = 'HasuraIdentified', GraphQlJavaIdentified = 'GraphQLJavaIdentified', JuniperIdentified = 'JuniperIdentified', SangriaIdentified = 'SangriaIdentified', TartifletteIdentified = 'TartifletteIdentified', DgraphIdentified = 'DgraphIdentified', DirectusIdentified = 'DirectusIdentified', XssViaFileUpload = 'XssViaFileUpload', NodeJsExpressDevModeEnabled = 'NodeJsExpressDevModeEnabled', NodeJsExpressSessionWeakSecret = 'NodeJsExpressSessionWeakSecret', NodeJsUncaughtException = 'NodeJsUncaughtException', NodeJsUnhandledRejection = 'NodeJsUnhandledRejection', JavaVerbTamperingMisconfiguredSecurityConstraint = 'JavaVerbTamperingMisconfiguredSecurityConstraint', JavaLongSessionTimeout = 'JavaLongSessionTimeout', JavaUnsafeSessionTrackingValue = 'JavaUnsafeSessionTrackingValue', JavaUnconfiguredCustomErrorPage = 'JavaUnconfiguredCustomErrorPage', JavaSpringBootActuatorAllEndpointsExposed = 'JavaSpringBootActuatorAllEndpointsExposed', JavaSpringBootActuatorShutdownExposed = 'JavaSpringBootActuatorShutdownExposed', JavaSpringBootDevToolsEnabled = 'JavaSpringBootDevToolsEnabled', JavaSpringBootUnsafeSessionTrackingValue = 'JavaSpringBootUnsafeSessionTrackingValue', JavaSpringLongSessionTimeout = 'JavaSpringLongSessionTimeout', JavaSpringH2ConsoleEnabled = 'JavaSpringH2ConsoleEnabled', JavaSpringDataSourceCredsStoredAsPlainText = 'JavaSpringDataSourceCredsStoredAsPlainText', JavaSpringMongoDbCredsStoredAsPlainText = 'JavaSpringMongoDbCredsStoredAsPlainText', JavaSpringBootAdminEnabled = 'JavaSpringBootAdminEnabled', JavaSpringBootActuatorEndpointSecurityDisabled = 'JavaSpringBootActuatorEndpointSecurityDisabled', JavaSpringHtmlEscapingDisabled = 'JavaSpringHtmlEscapingDisabled', StrutsConfigBrowserEnabled = 'StrutsConfigBrowserEnabled', StrutsDevModeEnabled = 'StrutsDevModeEnabled', AxisSystemConfigurationListingEnabled = 'AxisSystemConfigurationListingEnabled', AxisDevModeEnabled = 'AxisDevModeEnabled', OutOfBandRceNode = 'OutOfBandRceNode', HsqldbIdentified = 'HsqldbIdentified', PossibleRceSpring = 'PossibleRceSpring' } }