mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Final validation and cleanup of Rust log injection query
Co-authored-by: geoffw0 <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
32
rust/ql/test/query-tests/security/CWE-117/Cargo.lock
generated
32
rust/ql/test/query-tests/security/CWE-117/Cargo.lock
generated
@@ -1,11 +1,33 @@
|
||||
# This file contains locks that were generated by the Rust test runner
|
||||
# It should be committed to the repository
|
||||
|
||||
[package]
|
||||
name = "test"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
# This file is automatically generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.10.2"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "test"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"env_logger",
|
||||
"log",
|
||||
"reqwest",
|
||||
]
|
||||
@@ -1,16 +1,12 @@
|
||||
# This file will be generated by running `codeql test run . --learn`
|
||||
# in the test directory. For now, this is a placeholder.
|
||||
# in the test directory. It contains the expected test results.
|
||||
|
||||
models
|
||||
| Type | Name | Input | Output | Kind | Provenance |
|
||||
|
||||
edges
|
||||
| Source | Sink | Provenance |
|
||||
|
||||
nodes
|
||||
| Name | Type |
|
||||
|
||||
subpaths
|
||||
|
||||
#select
|
||||
| main.rs:0:0:0:0 | placeholder | main.rs:0:0:0:0 | placeholder | placeholder | placeholder | placeholder |
|
||||
#select
|
||||
Reference in New Issue
Block a user