Movatterモバイル変換


[0]ホーム

URL:


CodeQL documentation
CodeQL resources

CWE coverage for Go

An overview of CWE coverage for Go in the latest release of CodeQL.

Overview

CWELanguageQuery idQuery name
CWE-20Gogo/constant-length-comparisonConstant length comparison
CWE-20Gogo/count-untrusted-data-external-apiFrequency counts for external APIs that are used with untrusted data
CWE-20Gogo/incomplete-hostname-regexpIncomplete regular expression for hostnames
CWE-20Gogo/incomplete-url-scheme-checkIncomplete URL scheme check
CWE-20Gogo/regex/missing-regexp-anchorMissing regular expression anchor
CWE-20Gogo/suspicious-character-in-regexSuspicious characters in a regular expression
CWE-20Gogo/untrusted-data-to-external-apiUntrusted data passed to external API
CWE-20Gogo/untrusted-data-to-unknown-external-apiUntrusted data passed to unknown external API
CWE-22Gogo/path-injectionUncontrolled data used in path expression
CWE-22Gogo/unsafe-unzip-symlinkArbitrary file write extracting an archive containing symbolic links
CWE-22Gogo/zipslipArbitrary file access during archive extraction ("Zip Slip")
CWE-23Gogo/path-injectionUncontrolled data used in path expression
CWE-36Gogo/path-injectionUncontrolled data used in path expression
CWE-73Gogo/path-injectionUncontrolled data used in path expression
CWE-74Gogo/path-injectionUncontrolled data used in path expression
CWE-74Gogo/command-injectionCommand built from user-controlled sources
CWE-74Gogo/stored-commandCommand built from stored data
CWE-74Gogo/html-template-escaping-bypass-xssCross-site scripting via HTML template escaping bypass
CWE-74Gogo/reflected-xssReflected cross-site scripting
CWE-74Gogo/stored-xssStored cross-site scripting
CWE-74Gogo/sql-injectionDatabase query built from user-controlled sources
CWE-74Gogo/unsafe-quotingPotentially unsafe quoting
CWE-74Gogo/xml/xpath-injectionXPath injection
CWE-74Gogo/ldap-injectionLDAP query built from user-controlled sources
CWE-74Gogo/dsn-injectionSQL Data-source URI built from user-controlled sources
CWE-74Gogo/dsn-injection-localSQL Data-source URI built from local user-controlled sources
CWE-77Gogo/command-injectionCommand built from user-controlled sources
CWE-77Gogo/stored-commandCommand built from stored data
CWE-77Gogo/unsafe-quotingPotentially unsafe quoting
CWE-78Gogo/command-injectionCommand built from user-controlled sources
CWE-78Gogo/stored-commandCommand built from stored data
CWE-78Gogo/unsafe-quotingPotentially unsafe quoting
CWE-79Gogo/html-template-escaping-bypass-xssCross-site scripting via HTML template escaping bypass
CWE-79Gogo/reflected-xssReflected cross-site scripting
CWE-79Gogo/stored-xssStored cross-site scripting
CWE-89Gogo/sql-injectionDatabase query built from user-controlled sources
CWE-89Gogo/unsafe-quotingPotentially unsafe quoting
CWE-90Gogo/ldap-injectionLDAP query built from user-controlled sources
CWE-91Gogo/xml/xpath-injectionXPath injection
CWE-94Gogo/unsafe-quotingPotentially unsafe quoting
CWE-99Gogo/path-injectionUncontrolled data used in path expression
CWE-116Gogo/html-template-escaping-bypass-xssCross-site scripting via HTML template escaping bypass
CWE-116Gogo/reflected-xssReflected cross-site scripting
CWE-116Gogo/stored-xssStored cross-site scripting
CWE-116Gogo/log-injectionLog entries created from user input
CWE-117Gogo/log-injectionLog entries created from user input
CWE-118Gogo/wrong-usage-of-unsafeWrong usage of package unsafe
CWE-119Gogo/wrong-usage-of-unsafeWrong usage of package unsafe
CWE-125Gogo/wrong-usage-of-unsafeWrong usage of package unsafe
CWE-126Gogo/wrong-usage-of-unsafeWrong usage of package unsafe
CWE-129Gogo/constant-length-comparisonConstant length comparison
CWE-183Gogo/cors-misconfigurationCORS misconfiguration
CWE-190Gogo/allocation-size-overflowSize computation for allocation may overflow
CWE-190Gogo/incorrect-integer-conversionIncorrect conversion between integer types
CWE-193Gogo/index-out-of-boundsOff-by-one comparison against length
CWE-197Gogo/shift-out-of-rangeShift out of range
CWE-200Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-200Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-200Gogo/timing-attackTiming attacks due to comparison of sensitive secrets
CWE-203Gogo/timing-attackTiming attacks due to comparison of sensitive secrets
CWE-209Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-247Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-248Gogo/redundant-recoverRedundant call to recover
CWE-252Gogo/missing-error-checkMissing error check
CWE-252Gogo/unhandled-writable-file-closeWritable file handle closed without error handling
CWE-259Gogo/hardcoded-credentialsHard-coded credentials
CWE-284Gogo/insecure-hostkeycallbackUse of insecure HostKeyCallback implementation
CWE-284Gogo/email-injectionEmail content injection
CWE-284Gogo/hardcoded-credentialsHard-coded credentials
CWE-284Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-284Gogo/improper-ldap-authImproper LDAP Authentication
CWE-284Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-284Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-284Gogo/cors-misconfigurationCORS misconfiguration
CWE-285Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-287Gogo/email-injectionEmail content injection
CWE-287Gogo/hardcoded-credentialsHard-coded credentials
CWE-287Gogo/improper-ldap-authImproper LDAP Authentication
CWE-287Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-287Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-290Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-295Gogo/disabled-certificate-checkDisabled TLS certificate check
CWE-311Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-312Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-315Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-321Gogo/hardcoded-credentialsHard-coded credentials
CWE-321Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-322Gogo/insecure-hostkeycallbackUse of insecure HostKeyCallback implementation
CWE-326Gogo/weak-crypto-keyUse of a weak cryptographic key
CWE-326Gogo/weak-crypto-algorithmUse of a weak cryptographic algorithm
CWE-327Gogo/insecure-tlsInsecure TLS configuration
CWE-327Gogo/weak-crypto-algorithmUse of a weak cryptographic algorithm
CWE-328Gogo/weak-crypto-algorithmUse of a weak cryptographic algorithm
CWE-330Gogo/insecure-randomnessUse of insufficient randomness as the key of a cryptographic algorithm
CWE-330Gogo/hardcoded-credentialsHard-coded credentials
CWE-330Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-338Gogo/insecure-randomnessUse of insufficient randomness as the key of a cryptographic algorithm
CWE-344Gogo/hardcoded-credentialsHard-coded credentials
CWE-344Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-345Gogo/missing-jwt-signature-checkMissing JWT signature check
CWE-345Gogo/constant-oauth2-stateUse of constantstate value in OAuth 2.0 URL
CWE-345Gogo/cors-misconfigurationCORS misconfiguration
CWE-346Gogo/cors-misconfigurationCORS misconfiguration
CWE-347Gogo/missing-jwt-signature-checkMissing JWT signature check
CWE-350Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-352Gogo/constant-oauth2-stateUse of constantstate value in OAuth 2.0 URL
CWE-359Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-369Gogo/divide-by-zeroDivide by zero
CWE-398Gogo/comparison-of-identical-expressionsComparison of identical values
CWE-398Gogo/useless-assignment-to-fieldUseless assignment to field
CWE-398Gogo/useless-assignment-to-localUseless assignment to local variable
CWE-398Gogo/duplicate-branchesDuplicate 'if' branches
CWE-398Gogo/duplicate-conditionDuplicate 'if' condition
CWE-398Gogo/duplicate-switch-caseDuplicate switch case
CWE-398Gogo/useless-expressionExpression has no effect
CWE-398Gogo/impossible-interface-nil-checkImpossible interface nil check
CWE-398Gogo/negative-length-checkRedundant check for negative value
CWE-398Gogo/redundant-operationIdentical operands
CWE-398Gogo/redundant-assignmentSelf assignment
CWE-398Gogo/unreachable-statementUnreachable statement
CWE-398Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-400Gogo/uncontrolled-allocation-sizeSlice memory allocation with excessive size value
CWE-405Gogo/uncontrolled-file-decompressionUncontrolled file decompression
CWE-409Gogo/uncontrolled-file-decompressionUncontrolled file decompression
CWE-441Gogo/request-forgeryUncontrolled data used in network request
CWE-441Gogo/ssrfUncontrolled data used in network request
CWE-480Gogo/mistyped-exponentiationBitwise exclusive-or used like exponentiation
CWE-480Gogo/useless-expressionExpression has no effect
CWE-480Gogo/redundant-operationIdentical operands
CWE-480Gogo/redundant-assignmentSelf assignment
CWE-497Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-561Gogo/comparison-of-identical-expressionsComparison of identical values
CWE-561Gogo/duplicate-branchesDuplicate 'if' branches
CWE-561Gogo/duplicate-conditionDuplicate 'if' condition
CWE-561Gogo/duplicate-switch-caseDuplicate switch case
CWE-561Gogo/useless-expressionExpression has no effect
CWE-561Gogo/impossible-interface-nil-checkImpossible interface nil check
CWE-561Gogo/negative-length-checkRedundant check for negative value
CWE-561Gogo/redundant-operationIdentical operands
CWE-561Gogo/redundant-assignmentSelf assignment
CWE-561Gogo/unreachable-statementUnreachable statement
CWE-561Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-563Gogo/useless-assignment-to-fieldUseless assignment to field
CWE-563Gogo/useless-assignment-to-localUseless assignment to local variable
CWE-570Gogo/comparison-of-identical-expressionsComparison of identical values
CWE-570Gogo/impossible-interface-nil-checkImpossible interface nil check
CWE-571Gogo/comparison-of-identical-expressionsComparison of identical values
CWE-571Gogo/negative-length-checkRedundant check for negative value
CWE-592Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-601Gogo/bad-redirect-checkBad redirect check
CWE-601Gogo/unvalidated-url-redirectionOpen URL redirect
CWE-610Gogo/path-injectionUncontrolled data used in path expression
CWE-610Gogo/bad-redirect-checkBad redirect check
CWE-610Gogo/unvalidated-url-redirectionOpen URL redirect
CWE-610Gogo/request-forgeryUncontrolled data used in network request
CWE-610Gogo/ssrfUncontrolled data used in network request
CWE-640Gogo/email-injectionEmail content injection
CWE-642Gogo/path-injectionUncontrolled data used in path expression
CWE-643Gogo/xml/xpath-injectionXPath injection
CWE-657Gogo/hardcoded-credentialsHard-coded credentials
CWE-657Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-664Gogo/shift-out-of-rangeShift out of range
CWE-664Gogo/path-injectionUncontrolled data used in path expression
CWE-664Gogo/unsafe-unzip-symlinkArbitrary file write extracting an archive containing symbolic links
CWE-664Gogo/zipslipArbitrary file access during archive extraction ("Zip Slip")
CWE-664Gogo/unsafe-quotingPotentially unsafe quoting
CWE-664Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-664Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-664Gogo/insecure-hostkeycallbackUse of insecure HostKeyCallback implementation
CWE-664Gogo/bad-redirect-checkBad redirect check
CWE-664Gogo/unvalidated-url-redirectionOpen URL redirect
CWE-664Gogo/email-injectionEmail content injection
CWE-664Gogo/incorrect-integer-conversionIncorrect conversion between integer types
CWE-664Gogo/uncontrolled-allocation-sizeSlice memory allocation with excessive size value
CWE-664Gogo/hardcoded-credentialsHard-coded credentials
CWE-664Gogo/request-forgeryUncontrolled data used in network request
CWE-664Gogo/timing-attackTiming attacks due to comparison of sensitive secrets
CWE-664Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-664Gogo/improper-ldap-authImproper LDAP Authentication
CWE-664Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-664Gogo/uncontrolled-file-decompressionUncontrolled file decompression
CWE-664Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-664Gogo/ssrfUncontrolled data used in network request
CWE-664Gogo/cors-misconfigurationCORS misconfiguration
CWE-665Gogo/uncontrolled-allocation-sizeSlice memory allocation with excessive size value
CWE-668Gogo/path-injectionUncontrolled data used in path expression
CWE-668Gogo/unsafe-unzip-symlinkArbitrary file write extracting an archive containing symbolic links
CWE-668Gogo/zipslipArbitrary file access during archive extraction ("Zip Slip")
CWE-668Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-668Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-668Gogo/timing-attackTiming attacks due to comparison of sensitive secrets
CWE-668Gogo/cors-misconfigurationCORS misconfiguration
CWE-670Gogo/mistyped-exponentiationBitwise exclusive-or used like exponentiation
CWE-670Gogo/whitespace-contradicts-precedenceWhitespace contradicts operator precedence
CWE-670Gogo/useless-expressionExpression has no effect
CWE-670Gogo/redundant-operationIdentical operands
CWE-670Gogo/redundant-assignmentSelf assignment
CWE-671Gogo/hardcoded-credentialsHard-coded credentials
CWE-671Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-681Gogo/shift-out-of-rangeShift out of range
CWE-681Gogo/incorrect-integer-conversionIncorrect conversion between integer types
CWE-682Gogo/index-out-of-boundsOff-by-one comparison against length
CWE-682Gogo/allocation-size-overflowSize computation for allocation may overflow
CWE-682Gogo/incorrect-integer-conversionIncorrect conversion between integer types
CWE-682Gogo/divide-by-zeroDivide by zero
CWE-691Gogo/inconsistent-loop-directionInconsistent direction of for loop
CWE-691Gogo/mistyped-exponentiationBitwise exclusive-or used like exponentiation
CWE-691Gogo/whitespace-contradicts-precedenceWhitespace contradicts operator precedence
CWE-691Gogo/useless-expressionExpression has no effect
CWE-691Gogo/redundant-operationIdentical operands
CWE-691Gogo/redundant-recoverRedundant call to recover
CWE-691Gogo/redundant-assignmentSelf assignment
CWE-691Gogo/unsafe-quotingPotentially unsafe quoting
CWE-693Gogo/constant-length-comparisonConstant length comparison
CWE-693Gogo/count-untrusted-data-external-apiFrequency counts for external APIs that are used with untrusted data
CWE-693Gogo/incomplete-hostname-regexpIncomplete regular expression for hostnames
CWE-693Gogo/incomplete-url-scheme-checkIncomplete URL scheme check
CWE-693Gogo/regex/missing-regexp-anchorMissing regular expression anchor
CWE-693Gogo/suspicious-character-in-regexSuspicious characters in a regular expression
CWE-693Gogo/untrusted-data-to-external-apiUntrusted data passed to external API
CWE-693Gogo/untrusted-data-to-unknown-external-apiUntrusted data passed to unknown external API
CWE-693Gogo/disabled-certificate-checkDisabled TLS certificate check
CWE-693Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-693Gogo/insecure-hostkeycallbackUse of insecure HostKeyCallback implementation
CWE-693Gogo/weak-crypto-keyUse of a weak cryptographic key
CWE-693Gogo/insecure-tlsInsecure TLS configuration
CWE-693Gogo/missing-jwt-signature-checkMissing JWT signature check
CWE-693Gogo/constant-oauth2-stateUse of constantstate value in OAuth 2.0 URL
CWE-693Gogo/email-injectionEmail content injection
CWE-693Gogo/hardcoded-credentialsHard-coded credentials
CWE-693Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-693Gogo/improper-ldap-authImproper LDAP Authentication
CWE-693Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-693Gogo/weak-crypto-algorithmUse of a weak cryptographic algorithm
CWE-693Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-693Gogo/cors-misconfigurationCORS misconfiguration
CWE-697Gogo/cors-misconfigurationCORS misconfiguration
CWE-703Gogo/missing-error-checkMissing error check
CWE-703Gogo/unhandled-writable-file-closeWritable file handle closed without error handling
CWE-703Gogo/redundant-recoverRedundant call to recover
CWE-703Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-704Gogo/shift-out-of-rangeShift out of range
CWE-704Gogo/incorrect-integer-conversionIncorrect conversion between integer types
CWE-705Gogo/redundant-recoverRedundant call to recover
CWE-706Gogo/path-injectionUncontrolled data used in path expression
CWE-706Gogo/unsafe-unzip-symlinkArbitrary file write extracting an archive containing symbolic links
CWE-706Gogo/zipslipArbitrary file access during archive extraction ("Zip Slip")
CWE-707Gogo/path-injectionUncontrolled data used in path expression
CWE-707Gogo/command-injectionCommand built from user-controlled sources
CWE-707Gogo/stored-commandCommand built from stored data
CWE-707Gogo/html-template-escaping-bypass-xssCross-site scripting via HTML template escaping bypass
CWE-707Gogo/reflected-xssReflected cross-site scripting
CWE-707Gogo/stored-xssStored cross-site scripting
CWE-707Gogo/sql-injectionDatabase query built from user-controlled sources
CWE-707Gogo/unsafe-quotingPotentially unsafe quoting
CWE-707Gogo/log-injectionLog entries created from user input
CWE-707Gogo/xml/xpath-injectionXPath injection
CWE-707Gogo/ldap-injectionLDAP query built from user-controlled sources
CWE-707Gogo/dsn-injectionSQL Data-source URI built from user-controlled sources
CWE-707Gogo/dsn-injection-localSQL Data-source URI built from local user-controlled sources
CWE-710Gogo/comparison-of-identical-expressionsComparison of identical values
CWE-710Gogo/useless-assignment-to-fieldUseless assignment to field
CWE-710Gogo/useless-assignment-to-localUseless assignment to local variable
CWE-710Gogo/duplicate-branchesDuplicate 'if' branches
CWE-710Gogo/duplicate-conditionDuplicate 'if' condition
CWE-710Gogo/duplicate-switch-caseDuplicate switch case
CWE-710Gogo/useless-expressionExpression has no effect
CWE-710Gogo/impossible-interface-nil-checkImpossible interface nil check
CWE-710Gogo/negative-length-checkRedundant check for negative value
CWE-710Gogo/redundant-operationIdentical operands
CWE-710Gogo/redundant-assignmentSelf assignment
CWE-710Gogo/unreachable-statementUnreachable statement
CWE-710Gogo/hardcoded-credentialsHard-coded credentials
CWE-710Gogo/pam-auth-bypassPAM authorization bypass due to incorrect usage
CWE-710Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-754Gogo/missing-error-checkMissing error check
CWE-754Gogo/unhandled-writable-file-closeWritable file handle closed without error handling
CWE-755Gogo/stack-trace-exposureInformation exposure through a stack trace
CWE-770Gogo/uncontrolled-allocation-sizeSlice memory allocation with excessive size value
CWE-783Gogo/whitespace-contradicts-precedenceWhitespace contradicts operator precedence
CWE-788Gogo/wrong-usage-of-unsafeWrong usage of package unsafe
CWE-798Gogo/hardcoded-credentialsHard-coded credentials
CWE-798Gogo/parse-jwt-with-hardcoded-keyDecoding JWT with hardcoded key
CWE-807Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-834Gogo/inconsistent-loop-directionInconsistent direction of for loop
CWE-835Gogo/inconsistent-loop-directionInconsistent direction of for loop
CWE-913Gogo/unsafe-quotingPotentially unsafe quoting
CWE-918Gogo/request-forgeryUncontrolled data used in network request
CWE-918Gogo/ssrfUncontrolled data used in network request
CWE-922Gogo/clear-text-loggingClear-text logging of sensitive information
CWE-923Gogo/insecure-hostkeycallbackUse of insecure HostKeyCallback implementation
CWE-923Gogo/sensitive-condition-bypassUser-controlled bypassing of sensitive action
CWE-942Gogo/cors-misconfigurationCORS misconfiguration
CWE-943Gogo/sql-injectionDatabase query built from user-controlled sources
CWE-943Gogo/unsafe-quotingPotentially unsafe quoting
CWE-943Gogo/xml/xpath-injectionXPath injection
CWE-943Gogo/ldap-injectionLDAP query built from user-controlled sources
CWE-1004Gogo/cookie-httponly-not-set'HttpOnly' attribute is not set to true

[8]ページ先頭

©2009-2025 Movatter.jp