Movatterモバイル変換


[0]ホーム

URL:


CodeQL documentation
CodeQL resources

CWE coverage for Rust

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

Overview

CWELanguageQuery idQuery name
CWE-20Rustrust/regex-injectionRegular expression injection
CWE-20Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-22Rustrust/path-injectionUncontrolled data used in path expression
CWE-23Rustrust/path-injectionUncontrolled data used in path expression
CWE-36Rustrust/path-injectionUncontrolled data used in path expression
CWE-73Rustrust/path-injectionUncontrolled data used in path expression
CWE-74Rustrust/regex-injectionRegular expression injection
CWE-74Rustrust/path-injectionUncontrolled data used in path expression
CWE-74Rustrust/sql-injectionDatabase query built from user-controlled sources
CWE-89Rustrust/sql-injectionDatabase query built from user-controlled sources
CWE-99Rustrust/path-injectionUncontrolled data used in path expression
CWE-116Rustrust/log-injectionLog injection
CWE-117Rustrust/log-injectionLog injection
CWE-118Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-118Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-119Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-119Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-200Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-259Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-284Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-287Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-311Rustrust/cleartext-transmissionCleartext transmission of sensitive information
CWE-311Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-311Rustrust/cleartext-storage-databaseCleartext storage of sensitive information in a database
CWE-311Rustrust/non-https-urlFailure to use HTTPS URLs
CWE-311Rustrust/insecure-cookie'Secure' attribute is not set to true
CWE-312Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-312Rustrust/cleartext-storage-databaseCleartext storage of sensitive information in a database
CWE-319Rustrust/cleartext-transmissionCleartext transmission of sensitive information
CWE-319Rustrust/non-https-urlFailure to use HTTPS URLs
CWE-319Rustrust/insecure-cookie'Secure' attribute is not set to true
CWE-321Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-326Rustrust/weak-sensitive-data-hashingUse of a broken or weak cryptographic hashing algorithm on sensitive data
CWE-327Rustrust/weak-cryptographic-algorithmUse of a broken or weak cryptographic algorithm
CWE-327Rustrust/weak-sensitive-data-hashingUse of a broken or weak cryptographic hashing algorithm on sensitive data
CWE-328Rustrust/weak-sensitive-data-hashingUse of a broken or weak cryptographic hashing algorithm on sensitive data
CWE-330Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-344Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-345Rustrust/non-https-urlFailure to use HTTPS URLs
CWE-359Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-398Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-400Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-441Rustrust/request-forgeryServer-side request forgery
CWE-476Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-532Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-538Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-552Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-610Rustrust/path-injectionUncontrolled data used in path expression
CWE-610Rustrust/request-forgeryServer-side request forgery
CWE-614Rustrust/insecure-cookie'Secure' attribute is not set to true
CWE-642Rustrust/path-injectionUncontrolled data used in path expression
CWE-657Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-664Rustrust/path-injectionUncontrolled data used in path expression
CWE-664Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-664Rustrust/cleartext-storage-databaseCleartext storage of sensitive information in a database
CWE-664Rustrust/ctor-initializationBad 'ctor' initialization
CWE-664Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-664Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-664Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-664Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-664Rustrust/request-forgeryServer-side request forgery
CWE-665Rustrust/ctor-initializationBad 'ctor' initialization
CWE-665Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-666Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-666Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-668Rustrust/path-injectionUncontrolled data used in path expression
CWE-668Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-671Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-672Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-672Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-691Rustrust/ctor-initializationBad 'ctor' initialization
CWE-693Rustrust/regex-injectionRegular expression injection
CWE-693Rustrust/cleartext-transmissionCleartext transmission of sensitive information
CWE-693Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-693Rustrust/cleartext-storage-databaseCleartext storage of sensitive information in a database
CWE-693Rustrust/non-https-urlFailure to use HTTPS URLs
CWE-693Rustrust/weak-cryptographic-algorithmUse of a broken or weak cryptographic algorithm
CWE-693Rustrust/weak-sensitive-data-hashingUse of a broken or weak cryptographic hashing algorithm on sensitive data
CWE-693Rustrust/insecure-cookie'Secure' attribute is not set to true
CWE-693Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-693Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-696Rustrust/ctor-initializationBad 'ctor' initialization
CWE-706Rustrust/path-injectionUncontrolled data used in path expression
CWE-707Rustrust/regex-injectionRegular expression injection
CWE-707Rustrust/path-injectionUncontrolled data used in path expression
CWE-707Rustrust/sql-injectionDatabase query built from user-controlled sources
CWE-707Rustrust/log-injectionLog injection
CWE-710Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-710Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-770Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-789Rustrust/uncontrolled-allocation-sizeUncontrolled allocation size
CWE-798Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value
CWE-825Rustrust/access-after-lifetime-endedAccess of a pointer after its lifetime has ended
CWE-825Rustrust/access-invalid-pointerAccess of invalid pointer
CWE-916Rustrust/weak-sensitive-data-hashingUse of a broken or weak cryptographic hashing algorithm on sensitive data
CWE-918Rustrust/request-forgeryServer-side request forgery
CWE-922Rustrust/cleartext-loggingCleartext logging of sensitive information
CWE-922Rustrust/cleartext-storage-databaseCleartext storage of sensitive information in a database
CWE-943Rustrust/sql-injectionDatabase query built from user-controlled sources
CWE-1204Rustrust/hard-coded-cryptographic-valueHard-coded cryptographic value

[8]ページ先頭

©2009-2025 Movatter.jp