mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'main' into redsun82/codegen-rename-dbscheme
This commit is contained in:
455
Cargo.lock
generated
455
Cargo.lock
generated
@@ -18,13 +18,10 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "always-assert"
|
name = "allocator-api2"
|
||||||
version = "0.2.0"
|
version = "0.2.21"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892"
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
||||||
dependencies = [
|
|
||||||
"tracing",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "android-tzdata"
|
name = "android-tzdata"
|
||||||
@@ -93,9 +90,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.96"
|
version = "1.0.97"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
|
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "argfile"
|
name = "argfile"
|
||||||
@@ -170,6 +167,15 @@ dependencies = [
|
|||||||
"cfg_aliases",
|
"cfg_aliases",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "boxcar"
|
||||||
|
version = "0.2.11"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6740c6e2fc6360fa57c35214c7493826aee95993926092606f27c983b40837be"
|
||||||
|
dependencies = [
|
||||||
|
"loom",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bstr"
|
name = "bstr"
|
||||||
version = "1.11.3"
|
version = "1.11.3"
|
||||||
@@ -253,9 +259,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chalk-derive"
|
name = "chalk-derive"
|
||||||
version = "0.99.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "572583d9b97f9d277e5c7607f8239a30e2e04d3ed3b47c87d1cb2152ae724073"
|
checksum = "ab2d131019373f0d0d1f2af0abd4f719739f6583c1b33965112455f643a910af"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -265,9 +271,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chalk-ir"
|
name = "chalk-ir"
|
||||||
version = "0.99.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e60e0ef9c81dce1336a9ed3c76f08775f5b623151d96d85ba45f7b10de76d1c7"
|
checksum = "4f114996bda14c0213f014a4ef31a7867dcf5f539a3900477fc6b20138e7a17b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
"chalk-derive",
|
"chalk-derive",
|
||||||
@@ -275,9 +281,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chalk-recursive"
|
name = "chalk-recursive"
|
||||||
version = "0.99.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5a06350d614e22b03a69b8105e3541614450a7ea48bc58ecc6c6bd92731a3995"
|
checksum = "551e956e031c09057c7b21f17d48d91de99c9b6b6e34bceaf5e7202d71021268"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chalk-derive",
|
"chalk-derive",
|
||||||
"chalk-ir",
|
"chalk-ir",
|
||||||
@@ -288,9 +294,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chalk-solve"
|
name = "chalk-solve"
|
||||||
version = "0.99.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e428761e9b55bee516bfe2457caed8b6d1b86353f92ae825bbe438a36ce91e8"
|
checksum = "cd7ca50181156ce649efe8e5dd00580f573651554e4dcd11afa4e2ac93f53324"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chalk-derive",
|
"chalk-derive",
|
||||||
"chalk-ir",
|
"chalk-ir",
|
||||||
@@ -304,9 +310,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.39"
|
version = "0.4.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
@@ -314,14 +320,14 @@ dependencies = [
|
|||||||
"num-traits",
|
"num-traits",
|
||||||
"serde",
|
"serde",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"windows-targets 0.52.6",
|
"windows-link",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.31"
|
version = "4.5.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
|
checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -329,9 +335,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.31"
|
version = "4.5.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
|
checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -341,11 +347,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_derive"
|
name = "clap_derive"
|
||||||
version = "4.5.28"
|
version = "4.5.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
@@ -505,6 +511,15 @@ dependencies = [
|
|||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "crossbeam-queue"
|
||||||
|
version = "0.3.12"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
||||||
|
dependencies = [
|
||||||
|
"crossbeam-utils",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crossbeam-utils"
|
name = "crossbeam-utils"
|
||||||
version = "0.8.21"
|
version = "0.8.21"
|
||||||
@@ -559,6 +574,20 @@ dependencies = [
|
|||||||
"parking_lot_core",
|
"parking_lot_core",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dashmap"
|
||||||
|
version = "6.1.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
||||||
|
dependencies = [
|
||||||
|
"cfg-if",
|
||||||
|
"crossbeam-utils",
|
||||||
|
"hashbrown 0.14.5",
|
||||||
|
"lock_api",
|
||||||
|
"once_cell",
|
||||||
|
"parking_lot_core",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deranged"
|
name = "deranged"
|
||||||
version = "0.3.11"
|
version = "0.3.11"
|
||||||
@@ -583,9 +612,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "either"
|
name = "either"
|
||||||
version = "1.14.0"
|
version = "1.15.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ena"
|
name = "ena"
|
||||||
@@ -714,6 +743,12 @@ version = "1.0.7"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "foldhash"
|
||||||
|
version = "0.1.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fs-err"
|
name = "fs-err"
|
||||||
version = "2.11.0"
|
version = "2.11.0"
|
||||||
@@ -738,6 +773,19 @@ version = "0.4.7"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "generator"
|
||||||
|
version = "0.8.4"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
|
||||||
|
dependencies = [
|
||||||
|
"cfg-if",
|
||||||
|
"libc",
|
||||||
|
"log 0.4.25",
|
||||||
|
"rustversion",
|
||||||
|
"windows",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "getrandom"
|
name = "getrandom"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
@@ -786,12 +834,20 @@ name = "hashbrown"
|
|||||||
version = "0.15.2"
|
version = "0.15.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
||||||
|
dependencies = [
|
||||||
|
"allocator-api2",
|
||||||
|
"equivalent",
|
||||||
|
"foldhash",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "hashlink"
|
||||||
version = "0.4.1"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
||||||
|
dependencies = [
|
||||||
|
"hashbrown 0.15.2",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
@@ -831,7 +887,7 @@ dependencies = [
|
|||||||
"iana-time-zone-haiku",
|
"iana-time-zone-haiku",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"windows-core",
|
"windows-core 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1027,6 +1083,19 @@ version = "0.4.25"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "loom"
|
||||||
|
version = "0.7.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
||||||
|
dependencies = [
|
||||||
|
"cfg-if",
|
||||||
|
"generator",
|
||||||
|
"scoped-tls",
|
||||||
|
"tracing",
|
||||||
|
"tracing-subscriber",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lz4_flex"
|
name = "lz4_flex"
|
||||||
version = "0.11.3"
|
version = "0.11.3"
|
||||||
@@ -1271,6 +1340,12 @@ version = "0.2.16"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "portable-atomic"
|
||||||
|
version = "1.11.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "powerfmt"
|
name = "powerfmt"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@@ -1288,9 +1363,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.93"
|
version = "1.0.94"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
@@ -1310,18 +1385,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "1.0.38"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_abi"
|
name = "ra-ap-rustc_abi"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3829c3355d1681ffeaf1450ec71edcdace6820fe2e86469d8fc1ad45e2c96460"
|
checksum = "f1651b0f7e8c3eb7c27a88f39d277e69c32bfe58e3be174d286c1a24d6a7a4d8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
"ra-ap-rustc_hashes",
|
"ra-ap-rustc_hashes",
|
||||||
@@ -1331,18 +1406,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_hashes"
|
name = "ra-ap-rustc_hashes"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1bd4d6d4c434bec08e02370a4f64a4985312097215a62e82d0f757f3a98e502e"
|
checksum = "2bcd85e93dc0ea850bcfe7957a115957df799ccbc9eea488bdee5ec6780d212b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc-stable-hash",
|
"rustc-stable-hash",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_index"
|
name = "ra-ap-rustc_index"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bad6fc4bd7522e31096e2de5b0351144fe0684b608791ee26c842bf2da1b19ae"
|
checksum = "62b295fc0640cd9fe0ecab872ee4a17a96f90a3998ec9f0c4765e9b8415c12cc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ra-ap-rustc_index_macros",
|
"ra-ap-rustc_index_macros",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
@@ -1350,9 +1425,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_index_macros"
|
name = "ra-ap-rustc_index_macros"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cfb234e1f84b92be45276c3025bee18789e9bc95bec8789bec961e78edb01c52"
|
checksum = "c675f4257023aa933882906f13802cae287e88cc39ab13cbb96809083db0c801"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -1361,9 +1436,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_lexer"
|
name = "ra-ap-rustc_lexer"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7a3a40bd11dc43d1cb110e730b80620cf8102f4cca8920a02b65954da0ed931f"
|
checksum = "c8358702c2a510ea84ba5801ddc047d9ad9520902cfb0e6173277610cdce2c9c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"unicode-properties",
|
"unicode-properties",
|
||||||
@@ -1372,9 +1447,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_parse_format"
|
name = "ra-ap-rustc_parse_format"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5feb877478994cb4c0c0c7a5116a352eefc0634aefc8636feb00a893fa5b7135"
|
checksum = "b98f402011d46732c35c47bfd111dec0495747fef2ec900ddee7fe15d78449a7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ra-ap-rustc_index",
|
"ra-ap-rustc_index",
|
||||||
"ra-ap-rustc_lexer",
|
"ra-ap-rustc_lexer",
|
||||||
@@ -1382,9 +1457,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra-ap-rustc_pattern_analysis"
|
name = "ra-ap-rustc_pattern_analysis"
|
||||||
version = "0.97.0"
|
version = "0.100.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a76774d35934d464c4115908cde16f76a4f7e540fe1eea6b79336c556e37bdd3"
|
checksum = "bef3ff73fa4653252ffe1d1e9177a446f49ef46d97140e4816b7ff2dad59ed53"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ra-ap-rustc_index",
|
"ra-ap-rustc_index",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
@@ -1395,20 +1470,22 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_base_db"
|
name = "ra_ap_base_db"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5d8e4a327f1a8ace5afced54ebaa1a34f8cf0bb535a28aefb8300e8ea49a7d6e"
|
checksum = "4baa9734d254af14fd603528ad594650dea601b1764492bd39988da38598ae67"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"dashmap 5.5.3",
|
||||||
"la-arena",
|
"la-arena",
|
||||||
"lz4_flex",
|
"lz4_flex",
|
||||||
"ra_ap_cfg",
|
"ra_ap_cfg",
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
"ra_ap_salsa",
|
"ra_ap_query-group-macro",
|
||||||
"ra_ap_span",
|
"ra_ap_span",
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
"ra_ap_vfs",
|
"ra_ap_vfs",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
|
"salsa",
|
||||||
"semver",
|
"semver",
|
||||||
"tracing",
|
"tracing",
|
||||||
"triomphe",
|
"triomphe",
|
||||||
@@ -1416,9 +1493,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_cfg"
|
name = "ra_ap_cfg"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4d974450788b1f90243c5f2231875ed4d7087444975c0190a1c2cb02c3ed465d"
|
checksum = "0ef2ba45636c5e585040c0c4bee640737a6001b08309f1a25ca78cf04abfbf90"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
"ra_ap_tt",
|
"ra_ap_tt",
|
||||||
@@ -1428,15 +1505,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_edition"
|
name = "ra_ap_edition"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3b1b961a84cb09a4e06e44d06b2e77bcf546d0c2623df9545ba9cc694880989"
|
checksum = "8955c1484d5e7274f755187788ba0d51eb149f870c69cdf0d87c3b7edea20ea0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_hir"
|
name = "ra_ap_hir"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff0672e35a6cf12333cb6b9e3fd18aba4bc724fa7c7b24c3253df4730be1f9c3"
|
checksum = "a51d7955beff2212701b149bea36d4cf2dc0f5cd129652c9bcf0cb5c0b021078"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"either",
|
"either",
|
||||||
@@ -1460,14 +1537,14 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_hir_def"
|
name = "ra_ap_hir_def"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fde2fb9361257e31e73e63eb2d07445ea3fd4cd1e7bae7f45e7ba82bcfcde29a"
|
checksum = "e5c97e617e4c585d24b3d4f668861452aedddfbe0262f4c53235dcea77e62f9b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
"dashmap",
|
"dashmap 5.5.3",
|
||||||
"drop_bomb",
|
"drop_bomb",
|
||||||
"either",
|
"either",
|
||||||
"fst",
|
"fst",
|
||||||
@@ -1483,12 +1560,14 @@ dependencies = [
|
|||||||
"ra_ap_hir_expand",
|
"ra_ap_hir_expand",
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
"ra_ap_mbe",
|
"ra_ap_mbe",
|
||||||
|
"ra_ap_query-group-macro",
|
||||||
"ra_ap_span",
|
"ra_ap_span",
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
"ra_ap_tt",
|
"ra_ap_tt",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"rustc_apfloat",
|
"rustc_apfloat",
|
||||||
|
"salsa",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"text-size",
|
"text-size",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -1497,9 +1576,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_hir_expand"
|
name = "ra_ap_hir_expand"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1823b649710bf1829c894f774dfe66acb33a3e5bc7409ff7836cd19f6e09c250"
|
checksum = "be57c0d7e3f2180dd8ea584b11447f34060eadc06f0f6d559e2a790f6e91b6c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
"either",
|
"either",
|
||||||
@@ -1511,12 +1590,14 @@ dependencies = [
|
|||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
"ra_ap_mbe",
|
"ra_ap_mbe",
|
||||||
"ra_ap_parser",
|
"ra_ap_parser",
|
||||||
|
"ra_ap_query-group-macro",
|
||||||
"ra_ap_span",
|
"ra_ap_span",
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
"ra_ap_syntax-bridge",
|
"ra_ap_syntax-bridge",
|
||||||
"ra_ap_tt",
|
"ra_ap_tt",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
|
"salsa",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"tracing",
|
"tracing",
|
||||||
"triomphe",
|
"triomphe",
|
||||||
@@ -1524,9 +1605,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_hir_ty"
|
name = "ra_ap_hir_ty"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72a591a02787bd2e938c25fceb1f831d0929b9c08726e6d831f85c4a9fba04b5"
|
checksum = "f260f35748f3035b46a8afcdebda7cb75d95c24750105fad86101d09a9d387c8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
@@ -1535,6 +1616,7 @@ dependencies = [
|
|||||||
"chalk-recursive",
|
"chalk-recursive",
|
||||||
"chalk-solve",
|
"chalk-solve",
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
|
"dashmap 5.5.3",
|
||||||
"either",
|
"either",
|
||||||
"ena",
|
"ena",
|
||||||
"indexmap 2.7.0",
|
"indexmap 2.7.0",
|
||||||
@@ -1543,18 +1625,19 @@ dependencies = [
|
|||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"oorandom",
|
"oorandom",
|
||||||
"ra-ap-rustc_abi",
|
"ra-ap-rustc_abi",
|
||||||
"ra-ap-rustc_hashes",
|
|
||||||
"ra-ap-rustc_index",
|
"ra-ap-rustc_index",
|
||||||
"ra-ap-rustc_pattern_analysis",
|
"ra-ap-rustc_pattern_analysis",
|
||||||
"ra_ap_base_db",
|
"ra_ap_base_db",
|
||||||
"ra_ap_hir_def",
|
"ra_ap_hir_def",
|
||||||
"ra_ap_hir_expand",
|
"ra_ap_hir_expand",
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
|
"ra_ap_query-group-macro",
|
||||||
"ra_ap_span",
|
"ra_ap_span",
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"rustc_apfloat",
|
"rustc_apfloat",
|
||||||
|
"salsa",
|
||||||
"scoped-tls",
|
"scoped-tls",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -1564,14 +1647,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_ide_db"
|
name = "ra_ap_ide_db"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c74386061453edc3ebfd52141c7c3cde109a7427faff9792a303c3c09a762a01"
|
checksum = "0426263be26e27cb55a3b9ef88b120511b66fe7d9b418a2473d6d5f3ac2fe0a6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
"dashmap 5.5.3",
|
||||||
"either",
|
"either",
|
||||||
"fst",
|
"fst",
|
||||||
"indexmap 2.7.0",
|
"indexmap 2.7.0",
|
||||||
@@ -1583,22 +1667,25 @@ dependencies = [
|
|||||||
"ra_ap_hir",
|
"ra_ap_hir",
|
||||||
"ra_ap_parser",
|
"ra_ap_parser",
|
||||||
"ra_ap_profile",
|
"ra_ap_profile",
|
||||||
|
"ra_ap_query-group-macro",
|
||||||
"ra_ap_span",
|
"ra_ap_span",
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
|
"ra_ap_vfs",
|
||||||
"rayon",
|
"rayon",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
|
"salsa",
|
||||||
"tracing",
|
"tracing",
|
||||||
"triomphe",
|
"triomphe",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_intern"
|
name = "ra_ap_intern"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8239ffde688b558a4335f03d14fa42dcebb203f452367830554b18e17ff1c683"
|
checksum = "f6ea8c9615b3b0688cf557e7310dbd9432f43860c8ea766d54f4416cbecf3571"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap",
|
"dashmap 5.5.3",
|
||||||
"hashbrown 0.14.5",
|
"hashbrown 0.14.5",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"triomphe",
|
"triomphe",
|
||||||
@@ -1606,9 +1693,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_load-cargo"
|
name = "ra_ap_load-cargo"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "01dd50ca287042b06ca3cc62b60e6891bacee3886d39381d26f9f966e509b1c7"
|
checksum = "570907e16725c13a678bfd8050ce8839af2831da042a0878b75ee8c41b0f7b0c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
@@ -1628,9 +1715,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_mbe"
|
name = "ra_ap_mbe"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c193592a0d1dcd315cf8c60f25d37a15c6b50c2b58bfbc6eac38b123e45c8c21"
|
checksum = "e893fe03b04b30c9b5a339ac2bf39ce32ac9c05a8b50121b7d89ce658346e164"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
@@ -1649,9 +1736,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_parser"
|
name = "ra_ap_parser"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b380f96951dd56b8231eeb47884fea12c57b8515ac748eedd590b26cd156681c"
|
checksum = "6fd9a264120968b14a66b6ba756cd7f99435385b5dbc2f0a611cf3a12221c385"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"drop_bomb",
|
"drop_bomb",
|
||||||
"ra-ap-rustc_lexer",
|
"ra-ap-rustc_lexer",
|
||||||
@@ -1661,18 +1748,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_paths"
|
name = "ra_ap_paths"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0801105582f532bc59a2b5714a30966c4cf9bd3e5b66f4161763c1d974d2c7d5"
|
checksum = "f47817351651e36b56ff3afc483b41600053c9cb7e67d945467c0abe93416032"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"camino",
|
"camino",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_proc_macro_api"
|
name = "ra_ap_proc_macro_api"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da377b243e376b82819f875c1c6624125d27b682a740bd4cafc30b4f496d0ffa"
|
checksum = "d96da3b8b9f6b813a98f5357eef303905450741f47ba90adaab8a5371b748416"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.7.0",
|
"indexmap 2.7.0",
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
@@ -1689,9 +1776,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_profile"
|
name = "ra_ap_profile"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4d6d1391bee4f86e56385438a2dcb739cbb96bd0fbf49799a492332d57e6db62"
|
checksum = "13637377287c84f88a628e40229d271ef0081c0d683956bd99a6c8278a4f8b14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -1701,9 +1788,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_project_model"
|
name = "ra_ap_project_model"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e8b1ac2712d5f6a20197b360890031e64b4ea097b511f50e2cb8ab1a0e24f577"
|
checksum = "053c5207a638fc7a752c7a454bc952b28b0d02f0bf9f6d7ec785ec809579d8fa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
@@ -1726,71 +1813,54 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_salsa"
|
name = "ra_ap_query-group-macro"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc3a0a272f50e2ab831452bd3f4e7f8a571ccf01282d76f4a078f661135ed0ce"
|
checksum = "0f1a38f07b442e47a234cbe2e8fd1b8a41ff0cc5123cb1cf994c5ce20edb5bd6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.7.0",
|
"heck",
|
||||||
"itertools 0.12.1",
|
|
||||||
"lock_api",
|
|
||||||
"oorandom",
|
|
||||||
"parking_lot",
|
|
||||||
"ra_ap_salsa-macros",
|
|
||||||
"rustc-hash 2.1.1",
|
|
||||||
"smallvec",
|
|
||||||
"tracing",
|
|
||||||
"triomphe",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ra_ap_salsa-macros"
|
|
||||||
version = "0.0.266"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "d5d59b47a54fd5468ce0dc03b146afd0932ae0f3d05a5c15ca78d29d5e85bc31"
|
|
||||||
dependencies = [
|
|
||||||
"heck 0.4.1",
|
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
"salsa",
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_span"
|
name = "ra_ap_span"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f10dbdd611d2546be7c400934007865e85bb37570566c715edb3aac76367a782"
|
checksum = "8818680c6f7da3b32cb2bb0992940b24264b1aa90203aa94812e09ab34d362d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown 0.14.5",
|
"hashbrown 0.14.5",
|
||||||
"la-arena",
|
"la-arena",
|
||||||
"ra_ap_salsa",
|
|
||||||
"ra_ap_stdx",
|
"ra_ap_stdx",
|
||||||
"ra_ap_syntax",
|
"ra_ap_syntax",
|
||||||
"ra_ap_vfs",
|
"ra_ap_vfs",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
|
"salsa",
|
||||||
"text-size",
|
"text-size",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_stdx"
|
name = "ra_ap_stdx"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b7d5c58fcda9b35d61e23f334b2b11221abf53e7f5e4344fc7eb1de18b2cbf68"
|
checksum = "f1c10bee1b03fc48083862c13cf06bd3ed17760463ecce2734103a2f511e5ed4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"always-assert",
|
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"itertools 0.12.1",
|
"itertools 0.12.1",
|
||||||
"jod-thread",
|
"jod-thread",
|
||||||
"libc",
|
"libc",
|
||||||
"miow",
|
"miow",
|
||||||
|
"tracing",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_syntax"
|
name = "ra_ap_syntax"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "75334f45a8095223823ef1d2789c085460b7b9368c63a6430d46f6f2b9bd5cb5"
|
checksum = "92bc32f3946fc5fcbdc79e61b7e26a8c2a3a56f3ef6ab27c7d298a9e21a462f2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
"either",
|
"either",
|
||||||
@@ -1808,9 +1878,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_syntax-bridge"
|
name = "ra_ap_syntax-bridge"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b331a50f90ae587d230b1b55b3852ebf67ab740dec33c1a4b0900005037e77c2"
|
checksum = "a42052c44c98c122c37aac476260c8f19d8fec495edc9c05835307c9ae86194d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ra_ap_intern",
|
"ra_ap_intern",
|
||||||
"ra_ap_parser",
|
"ra_ap_parser",
|
||||||
@@ -1824,9 +1894,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_toolchain"
|
name = "ra_ap_toolchain"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8d56e1b3a34eac0448e54afccf63a6b7699ef14a734b2f1b340246ccdd00c0d3"
|
checksum = "75996e70b3a0c68cd5157ba01f018964c7c6a5d7b209047d449b393139d0b57f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"camino",
|
"camino",
|
||||||
"home",
|
"home",
|
||||||
@@ -1834,9 +1904,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_tt"
|
name = "ra_ap_tt"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4b974b1211e0b1e17e44b1f256ca1b4a3734d4d98f43ba09ee0a8476fc3a5b83"
|
checksum = "0e4ee31e93bfabe83e6720b7469db88d7ad7ec5c59a1f011efec4aa1327ffc5c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"ra-ap-rustc_lexer",
|
"ra-ap-rustc_lexer",
|
||||||
@@ -1847,9 +1917,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_vfs"
|
name = "ra_ap_vfs"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2b004e20f901dae213cb1673111a2b56fec4f0d1c4c894b62668a0f69ce25065"
|
checksum = "f6aac1e277ac70bb073f40f8a3fc44e4b1bb9e4d4b1d0e0bd2f8269543560f80"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"fst",
|
"fst",
|
||||||
@@ -1863,9 +1933,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ra_ap_vfs-notify"
|
name = "ra_ap_vfs-notify"
|
||||||
version = "0.0.266"
|
version = "0.0.270"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "95f9e8df03407d76e044f99ef45fafd686d775508aa7d1ba836e9eca58b833a3"
|
checksum = "cd95285146049621ee8f7a512c982a008bf036321fcc9b01a95c1ad7e6aeae57"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"notify",
|
"notify",
|
||||||
@@ -2030,12 +2100,59 @@ dependencies = [
|
|||||||
"smallvec",
|
"smallvec",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustversion"
|
||||||
|
version = "1.0.20"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ryu"
|
name = "ryu"
|
||||||
version = "1.0.19"
|
version = "1.0.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "salsa"
|
||||||
|
version = "0.19.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "dd55c6549513b2a42884dae31e3d4f4ac8a6cc51062e68e24d162133889f327c"
|
||||||
|
dependencies = [
|
||||||
|
"boxcar",
|
||||||
|
"crossbeam-queue",
|
||||||
|
"dashmap 6.1.0",
|
||||||
|
"hashbrown 0.15.2",
|
||||||
|
"hashlink",
|
||||||
|
"indexmap 2.7.0",
|
||||||
|
"parking_lot",
|
||||||
|
"portable-atomic",
|
||||||
|
"rayon",
|
||||||
|
"rustc-hash 2.1.1",
|
||||||
|
"salsa-macro-rules",
|
||||||
|
"salsa-macros",
|
||||||
|
"smallvec",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "salsa-macro-rules"
|
||||||
|
version = "0.19.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2619b4b451beab0a7e4364ff1e6f31950e7e418888fd9bf2f28889671563166a"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "salsa-macros"
|
||||||
|
version = "0.19.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "4be57a99b3896e8d26850428a6874fb86849e2db874e1db3528e5cee4337d277"
|
||||||
|
dependencies = [
|
||||||
|
"heck",
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn",
|
||||||
|
"synstructure",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "same-file"
|
name = "same-file"
|
||||||
version = "1.0.6"
|
version = "1.0.6"
|
||||||
@@ -2068,18 +2185,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.218"
|
version = "1.0.219"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.218"
|
version = "1.0.219"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -2088,9 +2205,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.139"
|
version = "1.0.140"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
@@ -2201,9 +2318,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "2.0.98"
|
version = "2.0.100"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -2636,6 +2753,16 @@ version = "0.4.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows"
|
||||||
|
version = "0.58.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
||||||
|
dependencies = [
|
||||||
|
"windows-core 0.58.0",
|
||||||
|
"windows-targets 0.52.6",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-core"
|
name = "windows-core"
|
||||||
version = "0.52.0"
|
version = "0.52.0"
|
||||||
@@ -2645,6 +2772,66 @@ dependencies = [
|
|||||||
"windows-targets 0.52.6",
|
"windows-targets 0.52.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-core"
|
||||||
|
version = "0.58.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
||||||
|
dependencies = [
|
||||||
|
"windows-implement",
|
||||||
|
"windows-interface",
|
||||||
|
"windows-result",
|
||||||
|
"windows-strings",
|
||||||
|
"windows-targets 0.52.6",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-implement"
|
||||||
|
version = "0.58.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-interface"
|
||||||
|
version = "0.58.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-link"
|
||||||
|
version = "0.1.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-result"
|
||||||
|
version = "0.2.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
||||||
|
dependencies = [
|
||||||
|
"windows-targets 0.52.6",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-strings"
|
||||||
|
version = "0.1.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
||||||
|
dependencies = [
|
||||||
|
"windows-result",
|
||||||
|
"windows-targets 0.52.6",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-sys"
|
name = "windows-sys"
|
||||||
version = "0.48.0"
|
version = "0.48.0"
|
||||||
|
|||||||
52
MODULE.bazel
52
MODULE.bazel
@@ -71,13 +71,13 @@ use_repo(
|
|||||||
tree_sitter_extractors_deps = use_extension("//misc/bazel/3rdparty:tree_sitter_extractors_extension.bzl", "r")
|
tree_sitter_extractors_deps = use_extension("//misc/bazel/3rdparty:tree_sitter_extractors_extension.bzl", "r")
|
||||||
use_repo(
|
use_repo(
|
||||||
tree_sitter_extractors_deps,
|
tree_sitter_extractors_deps,
|
||||||
"vendor_ts__anyhow-1.0.96",
|
"vendor_ts__anyhow-1.0.97",
|
||||||
"vendor_ts__argfile-0.2.1",
|
"vendor_ts__argfile-0.2.1",
|
||||||
"vendor_ts__chalk-ir-0.99.0",
|
"vendor_ts__chalk-ir-0.100.0",
|
||||||
"vendor_ts__chrono-0.4.39",
|
"vendor_ts__chrono-0.4.40",
|
||||||
"vendor_ts__clap-4.5.31",
|
"vendor_ts__clap-4.5.32",
|
||||||
"vendor_ts__dunce-1.0.5",
|
"vendor_ts__dunce-1.0.5",
|
||||||
"vendor_ts__either-1.14.0",
|
"vendor_ts__either-1.15.0",
|
||||||
"vendor_ts__encoding-0.2.33",
|
"vendor_ts__encoding-0.2.33",
|
||||||
"vendor_ts__figment-0.10.19",
|
"vendor_ts__figment-0.10.19",
|
||||||
"vendor_ts__flate2-1.1.0",
|
"vendor_ts__flate2-1.1.0",
|
||||||
@@ -88,31 +88,31 @@ use_repo(
|
|||||||
"vendor_ts__mustache-0.9.0",
|
"vendor_ts__mustache-0.9.0",
|
||||||
"vendor_ts__num-traits-0.2.19",
|
"vendor_ts__num-traits-0.2.19",
|
||||||
"vendor_ts__num_cpus-1.16.0",
|
"vendor_ts__num_cpus-1.16.0",
|
||||||
"vendor_ts__proc-macro2-1.0.93",
|
"vendor_ts__proc-macro2-1.0.94",
|
||||||
"vendor_ts__quote-1.0.38",
|
"vendor_ts__quote-1.0.40",
|
||||||
"vendor_ts__ra_ap_base_db-0.0.266",
|
"vendor_ts__ra_ap_base_db-0.0.270",
|
||||||
"vendor_ts__ra_ap_cfg-0.0.266",
|
"vendor_ts__ra_ap_cfg-0.0.270",
|
||||||
"vendor_ts__ra_ap_hir-0.0.266",
|
"vendor_ts__ra_ap_hir-0.0.270",
|
||||||
"vendor_ts__ra_ap_hir_def-0.0.266",
|
"vendor_ts__ra_ap_hir_def-0.0.270",
|
||||||
"vendor_ts__ra_ap_hir_expand-0.0.266",
|
"vendor_ts__ra_ap_hir_expand-0.0.270",
|
||||||
"vendor_ts__ra_ap_hir_ty-0.0.266",
|
"vendor_ts__ra_ap_hir_ty-0.0.270",
|
||||||
"vendor_ts__ra_ap_ide_db-0.0.266",
|
"vendor_ts__ra_ap_ide_db-0.0.270",
|
||||||
"vendor_ts__ra_ap_intern-0.0.266",
|
"vendor_ts__ra_ap_intern-0.0.270",
|
||||||
"vendor_ts__ra_ap_load-cargo-0.0.266",
|
"vendor_ts__ra_ap_load-cargo-0.0.270",
|
||||||
"vendor_ts__ra_ap_parser-0.0.266",
|
"vendor_ts__ra_ap_parser-0.0.270",
|
||||||
"vendor_ts__ra_ap_paths-0.0.266",
|
"vendor_ts__ra_ap_paths-0.0.270",
|
||||||
"vendor_ts__ra_ap_project_model-0.0.266",
|
"vendor_ts__ra_ap_project_model-0.0.270",
|
||||||
"vendor_ts__ra_ap_span-0.0.266",
|
"vendor_ts__ra_ap_span-0.0.270",
|
||||||
"vendor_ts__ra_ap_stdx-0.0.266",
|
"vendor_ts__ra_ap_stdx-0.0.270",
|
||||||
"vendor_ts__ra_ap_syntax-0.0.266",
|
"vendor_ts__ra_ap_syntax-0.0.270",
|
||||||
"vendor_ts__ra_ap_vfs-0.0.266",
|
"vendor_ts__ra_ap_vfs-0.0.270",
|
||||||
"vendor_ts__rand-0.9.0",
|
"vendor_ts__rand-0.9.0",
|
||||||
"vendor_ts__rayon-1.10.0",
|
"vendor_ts__rayon-1.10.0",
|
||||||
"vendor_ts__regex-1.11.1",
|
"vendor_ts__regex-1.11.1",
|
||||||
"vendor_ts__serde-1.0.218",
|
"vendor_ts__serde-1.0.219",
|
||||||
"vendor_ts__serde_json-1.0.139",
|
"vendor_ts__serde_json-1.0.140",
|
||||||
"vendor_ts__serde_with-3.12.0",
|
"vendor_ts__serde_with-3.12.0",
|
||||||
"vendor_ts__syn-2.0.98",
|
"vendor_ts__syn-2.0.100",
|
||||||
"vendor_ts__toml-0.8.20",
|
"vendor_ts__toml-0.8.20",
|
||||||
"vendor_ts__tracing-0.1.41",
|
"vendor_ts__tracing-0.1.41",
|
||||||
"vendor_ts__tracing-flame-0.2.0",
|
"vendor_ts__tracing-flame-0.2.0",
|
||||||
|
|||||||
@@ -1007,9 +1007,11 @@ private module DataFlowIntegrationInput implements SsaImpl::DataFlowIntegrationI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
predicate guardControlsBlock(Guard guard, SsaInput::BasicBlock bb, boolean branch) {
|
predicate guardDirectlyControlsBlock(Guard guard, SsaInput::BasicBlock bb, boolean branch) {
|
||||||
guard.(IRGuards::IRGuardCondition).controls(bb, branch)
|
guard.(IRGuards::IRGuardCondition).controls(bb, branch)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
predicate keepAllPhiInputBackEdges() { any() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private module DataFlowIntegrationImpl = SsaImpl::DataFlowIntegration<DataFlowIntegrationInput>;
|
private module DataFlowIntegrationImpl = SsaImpl::DataFlowIntegration<DataFlowIntegrationInput>;
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ where
|
|||||||
or
|
or
|
||||||
warning instanceof ExtractionUnknownProblem
|
warning instanceof ExtractionUnknownProblem
|
||||||
select warning,
|
select warning,
|
||||||
"Extraction failed in " + warning.getFile() + " with warning " + warning.getProblemMessage(),
|
"Extraction failed in " + warning.getFile() + " with warning " +
|
||||||
warning.getSeverity()
|
warning.getProblemMessage().replaceAll("$", "$$"), warning.getSeverity()
|
||||||
|
|||||||
@@ -17,5 +17,6 @@ from ExtractionError error
|
|||||||
where
|
where
|
||||||
error instanceof ExtractionUnknownError or
|
error instanceof ExtractionUnknownError or
|
||||||
exists(error.getFile().getRelativePath())
|
exists(error.getFile().getRelativePath())
|
||||||
select error, "Extraction failed in " + error.getFile() + " with error " + error.getErrorMessage(),
|
select error,
|
||||||
error.getSeverity()
|
"Extraction failed in " + error.getFile() + " with error " +
|
||||||
|
error.getErrorMessage().replaceAll("$", "$$"), error.getSeverity()
|
||||||
|
|||||||
@@ -68,31 +68,23 @@
|
|||||||
| test.cpp:10:8:10:9 | t2 | test.cpp:11:7:11:8 | [input] SSA phi read(t2) |
|
| test.cpp:10:8:10:9 | t2 | test.cpp:11:7:11:8 | [input] SSA phi read(t2) |
|
||||||
| test.cpp:10:8:10:9 | t2 | test.cpp:11:7:11:8 | [input] SSA phi(*t2) |
|
| test.cpp:10:8:10:9 | t2 | test.cpp:11:7:11:8 | [input] SSA phi(*t2) |
|
||||||
| test.cpp:10:8:10:9 | t2 | test.cpp:13:10:13:11 | t2 |
|
| test.cpp:10:8:10:9 | t2 | test.cpp:13:10:13:11 | t2 |
|
||||||
| test.cpp:11:7:11:8 | [input] SSA phi read(t2) | test.cpp:15:3:15:6 | SSA phi read(t2) |
|
| test.cpp:11:7:11:8 | [input] SSA phi read(t2) | test.cpp:15:8:15:9 | t2 |
|
||||||
| test.cpp:11:7:11:8 | [input] SSA phi(*t2) | test.cpp:15:3:15:6 | SSA phi(*t2) |
|
| test.cpp:11:7:11:8 | [input] SSA phi(*t2) | test.cpp:15:8:15:9 | t2 |
|
||||||
| test.cpp:11:7:11:8 | t1 | test.cpp:21:8:21:9 | t1 |
|
| test.cpp:11:7:11:8 | t1 | test.cpp:21:8:21:9 | t1 |
|
||||||
| test.cpp:12:5:12:10 | ... = ... | test.cpp:13:10:13:11 | t2 |
|
| test.cpp:12:5:12:10 | ... = ... | test.cpp:13:10:13:11 | t2 |
|
||||||
| test.cpp:12:10:12:10 | 0 | test.cpp:12:5:12:10 | ... = ... |
|
| test.cpp:12:10:12:10 | 0 | test.cpp:12:5:12:10 | ... = ... |
|
||||||
| test.cpp:13:5:13:8 | [input] SSA phi read(t2) | test.cpp:15:3:15:6 | SSA phi read(t2) |
|
| test.cpp:13:10:13:11 | t2 | test.cpp:15:8:15:9 | t2 |
|
||||||
| test.cpp:13:5:13:8 | [input] SSA phi(*t2) | test.cpp:15:3:15:6 | SSA phi(*t2) |
|
| test.cpp:13:10:13:11 | t2 | test.cpp:15:8:15:9 | t2 |
|
||||||
| test.cpp:13:10:13:11 | t2 | test.cpp:13:5:13:8 | [input] SSA phi read(t2) |
|
|
||||||
| test.cpp:13:10:13:11 | t2 | test.cpp:13:5:13:8 | [input] SSA phi(*t2) |
|
|
||||||
| test.cpp:15:3:15:6 | SSA phi read(t2) | test.cpp:15:8:15:9 | t2 |
|
|
||||||
| test.cpp:15:3:15:6 | SSA phi(*t2) | test.cpp:15:8:15:9 | t2 |
|
|
||||||
| test.cpp:15:8:15:9 | t2 | test.cpp:23:15:23:16 | [input] SSA phi read(*t2) |
|
| test.cpp:15:8:15:9 | t2 | test.cpp:23:15:23:16 | [input] SSA phi read(*t2) |
|
||||||
| test.cpp:15:8:15:9 | t2 | test.cpp:23:15:23:16 | [input] SSA phi read(t2) |
|
| test.cpp:15:8:15:9 | t2 | test.cpp:23:15:23:16 | [input] SSA phi read(t2) |
|
||||||
| test.cpp:17:3:17:8 | ... = ... | test.cpp:21:8:21:9 | t1 |
|
| test.cpp:17:3:17:8 | ... = ... | test.cpp:21:8:21:9 | t1 |
|
||||||
| test.cpp:17:8:17:8 | 0 | test.cpp:17:3:17:8 | ... = ... |
|
| test.cpp:17:8:17:8 | 0 | test.cpp:17:3:17:8 | ... = ... |
|
||||||
| test.cpp:21:8:21:9 | t1 | test.cpp:23:15:23:16 | [input] SSA phi read(t1) |
|
| test.cpp:21:8:21:9 | t1 | test.cpp:23:19:23:19 | SSA phi read(t1) |
|
||||||
| test.cpp:21:8:21:9 | t1 | test.cpp:23:15:23:16 | [input] SSA phi(*t1) |
|
| test.cpp:21:8:21:9 | t1 | test.cpp:23:19:23:19 | SSA phi(*t1) |
|
||||||
| test.cpp:23:15:23:16 | 0 | test.cpp:23:15:23:16 | 0 |
|
| test.cpp:23:15:23:16 | 0 | test.cpp:23:15:23:16 | 0 |
|
||||||
| test.cpp:23:15:23:16 | 0 | test.cpp:23:15:23:16 | [input] SSA phi(*i) |
|
| test.cpp:23:15:23:16 | 0 | test.cpp:23:19:23:19 | SSA phi(*i) |
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi read(*t2) | test.cpp:23:19:23:19 | SSA phi read(*t2) |
|
| test.cpp:23:15:23:16 | [input] SSA phi read(*t2) | test.cpp:23:19:23:19 | SSA phi read(*t2) |
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi read(i) | test.cpp:23:19:23:19 | SSA phi read(i) |
|
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi read(t1) | test.cpp:23:19:23:19 | SSA phi read(t1) |
|
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi read(t2) | test.cpp:23:19:23:19 | SSA phi read(t2) |
|
| test.cpp:23:15:23:16 | [input] SSA phi read(t2) | test.cpp:23:19:23:19 | SSA phi read(t2) |
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi(*i) | test.cpp:23:19:23:19 | SSA phi(*i) |
|
|
||||||
| test.cpp:23:15:23:16 | [input] SSA phi(*t1) | test.cpp:23:19:23:19 | SSA phi(*t1) |
|
|
||||||
| test.cpp:23:19:23:19 | SSA phi read(*t2) | test.cpp:24:10:24:11 | t2 |
|
| test.cpp:23:19:23:19 | SSA phi read(*t2) | test.cpp:24:10:24:11 | t2 |
|
||||||
| test.cpp:23:19:23:19 | SSA phi read(i) | test.cpp:23:19:23:19 | i |
|
| test.cpp:23:19:23:19 | SSA phi read(i) | test.cpp:23:19:23:19 | i |
|
||||||
| test.cpp:23:19:23:19 | SSA phi read(t1) | test.cpp:23:23:23:24 | t1 |
|
| test.cpp:23:19:23:19 | SSA phi read(t1) | test.cpp:23:23:23:24 | t1 |
|
||||||
|
|||||||
@@ -75,3 +75,124 @@ templateClassContext<int> tcci;
|
|||||||
defined(BAR)
|
defined(BAR)
|
||||||
#warning BAR defined
|
#warning BAR defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined MACROTHREE/**hello*/ && /*world*/\
|
||||||
|
/*hw*/ (defined(MACROONE)) /* macroone */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined SIMPLE_COMMENT //this comment \
|
||||||
|
(defined(SIMPLE_COMMENT)) spans over multiple lines
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(FOO) &&\
|
||||||
|
defined(BAR)
|
||||||
|
#define CONDITIONAL_MACRO_1 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(FOO) && \
|
||||||
|
defined(BAR) && \
|
||||||
|
!defined(BAZ)
|
||||||
|
#define CONDITIONAL_MACRO_2 2
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define FOO 8
|
||||||
|
#define BAR 2
|
||||||
|
#define BAZ 4
|
||||||
|
#if ((FOO / BAR) \
|
||||||
|
== 4) && ((BAZ \
|
||||||
|
* QUX) \
|
||||||
|
> 10)
|
||||||
|
#define CONDITIONAL_MACRO_3 3
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// Testing \t spaced PreprocessorIf
|
||||||
|
#if defined(FOO) && \
|
||||||
|
defined(BAR) && \
|
||||||
|
defined(BAZ)
|
||||||
|
#define CONDITIONAL_MACRO_4 4
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if defined /* //test */ SIMPLE_COMMENT //this comment \
|
||||||
|
(defined(SIMPLE_COMMENT)) spans over multiple lines
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#warning foo \
|
||||||
|
|
||||||
|
#warning foo \
|
||||||
|
\
|
||||||
|
/* a comment */
|
||||||
|
|
||||||
|
#warning foo \
|
||||||
|
\
|
||||||
|
|
||||||
|
#warning foo \
|
||||||
|
\
|
||||||
|
// a comment
|
||||||
|
|
||||||
|
|
||||||
|
#define FOO 8
|
||||||
|
#define BAR 2
|
||||||
|
#define BAZ 4
|
||||||
|
#if ((FOO / BAR) \
|
||||||
|
== 4) && ((BAZ \
|
||||||
|
/** comment */ \
|
||||||
|
* QUX) \
|
||||||
|
/** comment */ \
|
||||||
|
> 10)
|
||||||
|
#define CONDITIONAL_MACRO_3 3
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define X 1
|
||||||
|
#define Y 2
|
||||||
|
#if defined(X) && \
|
||||||
|
/*this is a comment*/ defined(Y) \
|
||||||
|
// another comment
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#warning FOO\
|
||||||
|
\
|
||||||
|
\
|
||||||
|
\
|
||||||
|
BAR
|
||||||
|
|
||||||
|
|
||||||
|
#warning foo \
|
||||||
|
\
|
||||||
|
/* comment */ \
|
||||||
|
\
|
||||||
|
|
||||||
|
|
||||||
|
#if/** */A/* ... */&&B
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if/** */ /**/ A
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if \
|
||||||
|
\
|
||||||
|
A && B
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef /*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*/ FOOBAR
|
||||||
|
#warning a
|
||||||
|
#else
|
||||||
|
#warning b
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if /*
|
||||||
|
|
||||||
|
//test
|
||||||
|
|
||||||
|
*/ FOOBAR
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if/*...*//*...*/A
|
||||||
|
#endif
|
||||||
@@ -33,14 +33,61 @@
|
|||||||
| pp.cpp:0:0:0:0 | pp.cpp | 50 | 2 | 50 | 48 | Macro | MACRO_TEMPLATECLASSCONTEXT_REFERENCED | 5 |
|
| pp.cpp:0:0:0:0 | pp.cpp | 50 | 2 | 50 | 48 | Macro | MACRO_TEMPLATECLASSCONTEXT_REFERENCED | 5 |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 54 | 3 | 54 | 39 | Macro | MACRO_TEMPLATEMETHODCONTEXT | 6 |
|
| pp.cpp:0:0:0:0 | pp.cpp | 54 | 3 | 54 | 39 | Macro | MACRO_TEMPLATEMETHODCONTEXT | 6 |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 57 | 1 | 57 | 21 | PreprocessorIfdef | INSTANTIATION | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 57 | 1 | 57 | 21 | PreprocessorIfdef | INSTANTIATION | N/A |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 59 | 1 | 59 | 6 | PreprocessorElse | N/A | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 59 | 1 | 59 | 6 | PreprocessorElse | | N/A |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 60 | 3 | 60 | 21 | Macro | IN_TEMPLATE | |
|
| pp.cpp:0:0:0:0 | pp.cpp | 60 | 3 | 60 | 21 | Macro | IN_TEMPLATE | |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 61 | 1 | 61 | 7 | PreprocessorEndif | N/A | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 61 | 1 | 61 | 7 | PreprocessorEndif | | N/A |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 69 | 1 | 69 | 21 | Macro | INSTANTIATION | |
|
| pp.cpp:0:0:0:0 | pp.cpp | 69 | 1 | 69 | 21 | Macro | INSTANTIATION | |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 72 | 1 | 72 | 11 | Macro | BAR | |
|
| pp.cpp:0:0:0:0 | pp.cpp | 72 | 1 | 72 | 11 | Macro | BAR | |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 74 | 1 | 74 | 21 | PreprocessorIf | defined(BAR) && \\ | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 74 | 1 | 75 | 14 | PreprocessorIf | defined(BAR) && defined(BAR) | N/A |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 76 | 1 | 76 | 20 | PreprocessorWarning | BAR defined | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 76 | 1 | 76 | 20 | PreprocessorWarning | BAR defined | N/A |
|
||||||
| pp.cpp:0:0:0:0 | pp.cpp | 77 | 1 | 77 | 6 | PreprocessorEndif | N/A | N/A |
|
| pp.cpp:0:0:0:0 | pp.cpp | 77 | 1 | 77 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 79 | 1 | 80 | 26 | PreprocessorIf | defined MACROTHREE && (defined(MACROONE)) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 81 | 1 | 81 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 83 | 1 | 83 | 26 | PreprocessorIf | defined SIMPLE_COMMENT | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 85 | 1 | 85 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 87 | 1 | 88 | 16 | PreprocessorIf | defined(FOO) && defined(BAR) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 90 | 1 | 90 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 92 | 1 | 94 | 17 | PreprocessorIf | defined(FOO) && defined(BAR) && !defined(BAZ) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 96 | 1 | 96 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 98 | 1 | 98 | 13 | Macro | FOO | 8 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 99 | 1 | 99 | 13 | Macro | BAR | 2 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 100 | 1 | 100 | 13 | Macro | BAZ | 4 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 101 | 1 | 104 | 8 | PreprocessorIf | ((FOO / BAR) == 4) && ((BAZ * QUX) > 10) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 106 | 1 | 106 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 109 | 1 | 111 | 13 | PreprocessorIf | defined(FOO) && defined(BAR) && defined(BAZ) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 112 | 1 | 112 | 29 | Macro | CONDITIONAL_MACRO_4 | 4 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 113 | 1 | 113 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 116 | 1 | 116 | 39 | PreprocessorIf | defined SIMPLE_COMMENT | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 118 | 1 | 118 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 120 | 1 | 120 | 12 | PreprocessorWarning | foo | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 122 | 1 | 122 | 12 | PreprocessorWarning | foo | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 126 | 1 | 126 | 12 | PreprocessorWarning | foo | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 129 | 1 | 129 | 12 | PreprocessorWarning | foo | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 134 | 1 | 134 | 13 | Macro | FOO | 8 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 135 | 1 | 135 | 13 | Macro | BAR | 2 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 136 | 1 | 136 | 13 | Macro | BAZ | 4 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 137 | 1 | 142 | 8 | PreprocessorIf | ((FOO / BAR) == 4) && ((BAZ * QUX) > 10) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 144 | 1 | 144 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 146 | 1 | 146 | 11 | Macro | X | 1 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 147 | 1 | 147 | 11 | Macro | Y | 2 |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 148 | 1 | 149 | 36 | PreprocessorIf | defined(X) && defined(Y) | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 151 | 1 | 151 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 153 | 1 | 157 | 3 | PreprocessorWarning | FOO BAR | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 160 | 1 | 160 | 12 | PreprocessorWarning | foo | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 166 | 1 | 166 | 22 | PreprocessorIf | A &&B | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 167 | 1 | 167 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 170 | 1 | 170 | 20 | PreprocessorIf | A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 171 | 1 | 171 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 173 | 1 | 175 | 6 | PreprocessorIf | A && B | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 176 | 1 | 176 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 179 | 1 | 183 | 9 | PreprocessorIfdef | FOOBAR | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 185 | 1 | 185 | 5 | PreprocessorElse | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 186 | 1 | 186 | 10 | PreprocessorWarning | b | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 187 | 1 | 187 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 190 | 1 | 194 | 9 | PreprocessorIf | FOOBAR | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 195 | 1 | 195 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 197 | 1 | 197 | 18 | PreprocessorIf | A | N/A |
|
||||||
|
| pp.cpp:0:0:0:0 | pp.cpp | 198 | 1 | 198 | 6 | PreprocessorEndif | N/A | N/A |
|
||||||
| pp.h:0:0:0:0 | pp.h | 1 | 1 | 1 | 12 | PreprocessorPragma | once | N/A |
|
| pp.h:0:0:0:0 | pp.h | 1 | 1 | 1 | 12 | PreprocessorPragma | once | N/A |
|
||||||
| pp.h:0:0:0:0 | pp.h | 2 | 1 | 2 | 29 | PreprocessorWarning | "This should happen" | N/A |
|
| pp.h:0:0:0:0 | pp.h | 2 | 1 | 2 | 29 | PreprocessorWarning | "This should happen" | N/A |
|
||||||
| pp.h:0:0:0:0 | pp.h | 3 | 1 | 3 | 27 | PreprocessorLine | 33 "emerald_city.h" | N/A |
|
| pp.h:0:0:0:0 | pp.h | 3 | 1 | 3 | 27 | PreprocessorLine | 33 "emerald_city.h" | N/A |
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
|
| containserror.cpp:9:14:9:14 | Recoverable extraction error: 'x' has already been declared in the current scope | Extraction failed in containserror.cpp with error "containserror.cpp", line 9: error: "x" has already been declared in the current scope\n \tconst char *x = "Foo2 $$@ bar2 $$@ baz2";\n \t ^\n\n | 2 |
|
||||||
| doesnotcompile.cpp:4:2:4:2 | Recoverable extraction error: identifier 'This' is undefined | Extraction failed in doesnotcompile.cpp with error "doesnotcompile.cpp", line 4: error: identifier "This" is undefined\n \tThis is not correct C/C++ code.\n \t^\n\n | 2 |
|
| doesnotcompile.cpp:4:2:4:2 | Recoverable extraction error: identifier 'This' is undefined | Extraction failed in doesnotcompile.cpp with error "doesnotcompile.cpp", line 4: error: identifier "This" is undefined\n \tThis is not correct C/C++ code.\n \t^\n\n | 2 |
|
||||||
| doesnotcompile.cpp:4:10:4:10 | Recoverable extraction error: expected a ';' | Extraction failed in doesnotcompile.cpp with error "doesnotcompile.cpp", line 4: error: expected a ";"\n \tThis is not correct C/C++ code.\n \t ^\n\n | 2 |
|
| doesnotcompile.cpp:4:10:4:10 | Recoverable extraction error: expected a ';' | Extraction failed in doesnotcompile.cpp with error "doesnotcompile.cpp", line 4: error: expected a ";"\n \tThis is not correct C/C++ code.\n \t ^\n\n | 2 |
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
|
| containserror.cpp:9:14:9:14 | Recoverable extraction error: 'x' has already been declared in the current scope | Extraction failed in containserror.cpp with warning "containserror.cpp", line 9: error: "x" has already been declared in the current scope\n \tconst char *x = "Foo2 $$@ bar2 $$@ baz2";\n \t ^\n\n | 1 |
|
||||||
| doesnotcompile.cpp:4:2:4:2 | Recoverable extraction error: identifier 'This' is undefined | Extraction failed in doesnotcompile.cpp with warning "doesnotcompile.cpp", line 4: error: identifier "This" is undefined\n \tThis is not correct C/C++ code.\n \t^\n\n | 1 |
|
| doesnotcompile.cpp:4:2:4:2 | Recoverable extraction error: identifier 'This' is undefined | Extraction failed in doesnotcompile.cpp with warning "doesnotcompile.cpp", line 4: error: identifier "This" is undefined\n \tThis is not correct C/C++ code.\n \t^\n\n | 1 |
|
||||||
| doesnotcompile.cpp:4:10:4:10 | Recoverable extraction error: expected a ';' | Extraction failed in doesnotcompile.cpp with warning "doesnotcompile.cpp", line 4: error: expected a ";"\n \tThis is not correct C/C++ code.\n \t ^\n\n | 1 |
|
| doesnotcompile.cpp:4:10:4:10 | Recoverable extraction error: expected a ';' | Extraction failed in doesnotcompile.cpp with warning "doesnotcompile.cpp", line 4: error: expected a ";"\n \tThis is not correct C/C++ code.\n \t ^\n\n | 1 |
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
| containserror.cpp:0:0:0:0 | containserror.cpp | containserror.cpp | fromSource, normalTermination |
|
| containserror.cpp:0:0:0:0 | containserror.cpp | containserror.cpp | ExtractionProblem (severity 1), fromSource, normalTermination |
|
||||||
| containswarning.cpp:0:0:0:0 | containswarning.cpp | containswarning.cpp | fromSource, normalTermination |
|
| containswarning.cpp:0:0:0:0 | containswarning.cpp | containswarning.cpp | fromSource, normalTermination |
|
||||||
| doesnotcompile.cpp:0:0:0:0 | doesnotcompile.cpp | doesnotcompile.cpp | ExtractionProblem (severity 1), fromSource, normalTermination |
|
| doesnotcompile.cpp:0:0:0:0 | doesnotcompile.cpp | doesnotcompile.cpp | ExtractionProblem (severity 1), fromSource, normalTermination |
|
||||||
| file://:0:0:0:0 | | | |
|
| file://:0:0:0:0 | | | |
|
||||||
|
|||||||
@@ -3,3 +3,8 @@
|
|||||||
void containserror() {
|
void containserror() {
|
||||||
#error An error!
|
#error An error!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void error_with_placeholder() {
|
||||||
|
const char *x = "Foo1 $@ bar1 $@ baz1";
|
||||||
|
const char *x = "Foo2 $@ bar2 $@ baz2";
|
||||||
|
}
|
||||||
@@ -34,30 +34,18 @@ private module Input implements InputSig<Location, CsharpDataFlow> {
|
|||||||
n instanceof FlowSummaryNode
|
n instanceof FlowSummaryNode
|
||||||
or
|
or
|
||||||
n.asExpr().(ObjectCreation).hasInitializer()
|
n.asExpr().(ObjectCreation).hasInitializer()
|
||||||
|
or
|
||||||
|
exists(
|
||||||
|
n.(PostUpdateNode).getPreUpdateNode().asExprAtNode(LocalFlow::getPostUpdateReverseStep(_))
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
predicate argHasPostUpdateExclude(ArgumentNode n) {
|
predicate argHasPostUpdateExclude(ArgumentNode n) {
|
||||||
n instanceof FlowSummaryNode
|
n instanceof FlowSummaryNode
|
||||||
or
|
or
|
||||||
not exists(LocalFlow::getAPostUpdateNodeForArg(n.getControlFlowNode()))
|
|
||||||
or
|
|
||||||
n instanceof ParamsArgumentNode
|
n instanceof ParamsArgumentNode
|
||||||
}
|
or
|
||||||
|
n.asExpr() = any(Expr e | not exprMayHavePostUpdateNode(e))
|
||||||
predicate postHasUniquePreExclude(PostUpdateNode n) {
|
|
||||||
exists(ControlFlow::Nodes::ExprNode e, ControlFlow::Nodes::ExprNode arg |
|
|
||||||
e = LocalFlow::getAPostUpdateNodeForArg(arg) and
|
|
||||||
e != arg and
|
|
||||||
n = TExprPostUpdateNode(e)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
predicate uniquePostUpdateExclude(Node n) {
|
|
||||||
exists(ControlFlow::Nodes::ExprNode e, ControlFlow::Nodes::ExprNode arg |
|
|
||||||
e = LocalFlow::getAPostUpdateNodeForArg(arg) and
|
|
||||||
e != arg and
|
|
||||||
n.asExpr() = arg.getExpr()
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
|
predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
|
||||||
|
|||||||
@@ -691,19 +691,22 @@ module LocalFlow {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Gets a node for which to construct a post-update node for argument `arg`. */
|
/**
|
||||||
ControlFlow::Nodes::ExprNode getAPostUpdateNodeForArg(ControlFlow::Nodes::ExprNode arg) {
|
* Holds if a reverse local flow step should be added from the post-update node
|
||||||
arg.getExpr() instanceof Argument and
|
* for `e` to the post-update node for the result.
|
||||||
result = getALastEvalNode*(arg) and
|
*
|
||||||
exists(Expr e, Type t | result.getExpr() = e and t = e.stripCasts().getType() |
|
* This is needed to allow for side-effects on compound expressions to propagate
|
||||||
t instanceof RefType and
|
* to sub components. For example, in
|
||||||
not t instanceof NullType
|
*
|
||||||
or
|
* ```csharp
|
||||||
t = any(TypeParameter tp | not tp.isValueType())
|
* m(b ? x : y)
|
||||||
or
|
* ```
|
||||||
t.isRefLikeType()
|
*
|
||||||
) and
|
* we add a reverse flow step from `[post] b ? x : y` to `[post] x` and to
|
||||||
not exists(getALastEvalNode(result))
|
* `[post] y`, in order for the side-effect of `m` to reach both `x` and `y`.
|
||||||
|
*/
|
||||||
|
ControlFlow::Nodes::ExprNode getPostUpdateReverseStep(ControlFlow::Nodes::ExprNode e) {
|
||||||
|
result = getALastEvalNode(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -763,6 +766,13 @@ predicate simpleLocalFlowStep(Node nodeFrom, Node nodeTo, string model) {
|
|||||||
VariableCapture::valueStep(nodeFrom, nodeTo)
|
VariableCapture::valueStep(nodeFrom, nodeTo)
|
||||||
or
|
or
|
||||||
nodeTo = nodeFrom.(LocalFunctionCreationNode).getAnAccess(true)
|
nodeTo = nodeFrom.(LocalFunctionCreationNode).getAnAccess(true)
|
||||||
|
or
|
||||||
|
nodeTo.(PostUpdateNode).getPreUpdateNode().(ExprNode).getControlFlowNode() =
|
||||||
|
LocalFlow::getPostUpdateReverseStep(nodeFrom
|
||||||
|
.(PostUpdateNode)
|
||||||
|
.getPreUpdateNode()
|
||||||
|
.(ExprNode)
|
||||||
|
.getControlFlowNode())
|
||||||
) and
|
) and
|
||||||
model = ""
|
model = ""
|
||||||
or
|
or
|
||||||
@@ -1061,6 +1071,20 @@ private class FieldOrPropertyUsedInSource extends FieldOrProperty {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hold if `e` has a type that allows for it to have a post-update node.
|
||||||
|
*/
|
||||||
|
predicate exprMayHavePostUpdateNode(Expr e) {
|
||||||
|
exists(Type t | t = e.stripCasts().getType() |
|
||||||
|
t instanceof RefType and
|
||||||
|
not t instanceof NullType
|
||||||
|
or
|
||||||
|
t = any(TypeParameter tp | not tp.isValueType())
|
||||||
|
or
|
||||||
|
t.isRefLikeType()
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
/** A collection of cached types and predicates to be evaluated in the same stage. */
|
/** A collection of cached types and predicates to be evaluated in the same stage. */
|
||||||
cached
|
cached
|
||||||
private module Cached {
|
private module Cached {
|
||||||
@@ -1106,7 +1130,15 @@ private module Cached {
|
|||||||
cfn.getAstNode().(ObjectCreation).hasInitializer()
|
cfn.getAstNode().(ObjectCreation).hasInitializer()
|
||||||
} or
|
} or
|
||||||
TExprPostUpdateNode(ControlFlow::Nodes::ExprNode cfn) {
|
TExprPostUpdateNode(ControlFlow::Nodes::ExprNode cfn) {
|
||||||
cfn = LocalFlow::getAPostUpdateNodeForArg(_)
|
(
|
||||||
|
cfn.getExpr() instanceof Argument
|
||||||
|
or
|
||||||
|
cfn =
|
||||||
|
LocalFlow::getPostUpdateReverseStep(any(ControlFlow::Nodes::ExprNode e |
|
||||||
|
exists(any(SourcePostUpdateNode p).getPreUpdateNode().asExprAtNode(e))
|
||||||
|
))
|
||||||
|
) and
|
||||||
|
exprMayHavePostUpdateNode(cfn.getExpr())
|
||||||
or
|
or
|
||||||
exists(Expr e | e = cfn.getExpr() |
|
exists(Expr e | e = cfn.getExpr() |
|
||||||
fieldOrPropertyStore(_, _, _, e, true)
|
fieldOrPropertyStore(_, _, _, e, true)
|
||||||
@@ -2722,17 +2754,23 @@ abstract class PostUpdateNode extends Node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module PostUpdateNodes {
|
module PostUpdateNodes {
|
||||||
class ObjectCreationNode extends PostUpdateNode, ExprNode, TExprNode {
|
abstract class SourcePostUpdateNode extends PostUpdateNode {
|
||||||
|
abstract Node getPreUpdateSourceNode();
|
||||||
|
|
||||||
|
final override Node getPreUpdateNode() { result = this.getPreUpdateSourceNode() }
|
||||||
|
}
|
||||||
|
|
||||||
|
class ObjectCreationNode extends SourcePostUpdateNode, ExprNode, TExprNode {
|
||||||
private ObjectCreation oc;
|
private ObjectCreation oc;
|
||||||
|
|
||||||
ObjectCreationNode() { this = TExprNode(oc.getAControlFlowNode()) }
|
ObjectCreationNode() { this = TExprNode(oc.getAControlFlowNode()) }
|
||||||
|
|
||||||
override Node getPreUpdateNode() {
|
override Node getPreUpdateSourceNode() {
|
||||||
exists(ControlFlow::Nodes::ElementNode cfn | this = TExprNode(cfn) |
|
exists(ControlFlow::Nodes::ElementNode cfn | this = TExprNode(cfn) |
|
||||||
result.(ObjectInitializerNode).getControlFlowNode() = cfn
|
result = TObjectInitializerNode(cfn)
|
||||||
or
|
or
|
||||||
not oc.hasInitializer() and
|
not oc.hasInitializer() and
|
||||||
result.(MallocNode).getControlFlowNode() = cfn
|
result = TMallocNode(cfn)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2744,7 +2782,7 @@ module PostUpdateNodes {
|
|||||||
* Such a node acts as both a post-update node for the `MallocNode`, as well as
|
* Such a node acts as both a post-update node for the `MallocNode`, as well as
|
||||||
* a pre-update node for the `ObjectCreationNode`.
|
* a pre-update node for the `ObjectCreationNode`.
|
||||||
*/
|
*/
|
||||||
class ObjectInitializerNode extends PostUpdateNode, NodeImpl, ArgumentNodeImpl,
|
class ObjectInitializerNode extends SourcePostUpdateNode, NodeImpl, ArgumentNodeImpl,
|
||||||
TObjectInitializerNode
|
TObjectInitializerNode
|
||||||
{
|
{
|
||||||
private ObjectCreation oc;
|
private ObjectCreation oc;
|
||||||
@@ -2758,7 +2796,7 @@ module PostUpdateNodes {
|
|||||||
/** Gets the initializer to which this initializer node belongs. */
|
/** Gets the initializer to which this initializer node belongs. */
|
||||||
ObjectOrCollectionInitializer getInitializer() { result = oc.getInitializer() }
|
ObjectOrCollectionInitializer getInitializer() { result = oc.getInitializer() }
|
||||||
|
|
||||||
override MallocNode getPreUpdateNode() { result.getControlFlowNode() = cfn }
|
override MallocNode getPreUpdateSourceNode() { result = TMallocNode(cfn) }
|
||||||
|
|
||||||
override predicate argumentOf(DataFlowCall call, ArgumentPosition pos) {
|
override predicate argumentOf(DataFlowCall call, ArgumentPosition pos) {
|
||||||
pos.isQualifier() and
|
pos.isQualifier() and
|
||||||
@@ -2781,23 +2819,12 @@ module PostUpdateNodes {
|
|||||||
override string toStringImpl() { result = "[pre-initializer] " + cfn }
|
override string toStringImpl() { result = "[pre-initializer] " + cfn }
|
||||||
}
|
}
|
||||||
|
|
||||||
class ExprPostUpdateNode extends PostUpdateNode, NodeImpl, TExprPostUpdateNode {
|
class ExprPostUpdateNode extends SourcePostUpdateNode, NodeImpl, TExprPostUpdateNode {
|
||||||
private ControlFlow::Nodes::ElementNode cfn;
|
private ControlFlow::Nodes::ElementNode cfn;
|
||||||
|
|
||||||
ExprPostUpdateNode() { this = TExprPostUpdateNode(cfn) }
|
ExprPostUpdateNode() { this = TExprPostUpdateNode(cfn) }
|
||||||
|
|
||||||
override ExprNode getPreUpdateNode() {
|
override ExprNode getPreUpdateSourceNode() { result = TExprNode(cfn) }
|
||||||
// For compound arguments, such as `m(b ? x : y)`, we want the leaf nodes
|
|
||||||
// `[post] x` and `[post] y` to have two pre-update nodes: (1) the compound argument,
|
|
||||||
// `if b then x else y`; and the (2) the underlying expressions; `x` and `y`,
|
|
||||||
// respectively.
|
|
||||||
//
|
|
||||||
// This ensures that we get flow out of the call into both leafs (1), while still
|
|
||||||
// maintaining the invariant that the underlying expression is a pre-update node (2).
|
|
||||||
cfn = LocalFlow::getAPostUpdateNodeForArg(result.getControlFlowNode())
|
|
||||||
or
|
|
||||||
cfn = result.getControlFlowNode()
|
|
||||||
}
|
|
||||||
|
|
||||||
override DataFlowCallable getEnclosingCallableImpl() {
|
override DataFlowCallable getEnclosingCallableImpl() {
|
||||||
result.getAControlFlowNode() = cfn
|
result.getAControlFlowNode() = cfn
|
||||||
@@ -2825,41 +2852,41 @@ module PostUpdateNodes {
|
|||||||
override Node getPreUpdateNode() { result.(FlowSummaryNode).getSummaryNode() = preUpdateNode }
|
override Node getPreUpdateNode() { result.(FlowSummaryNode).getSummaryNode() = preUpdateNode }
|
||||||
}
|
}
|
||||||
|
|
||||||
private class InstanceParameterAccessPostUpdateNode extends PostUpdateNode,
|
private class InstanceParameterAccessPostUpdateNode extends SourcePostUpdateNode,
|
||||||
InstanceParameterAccessNode
|
InstanceParameterAccessNode
|
||||||
{
|
{
|
||||||
InstanceParameterAccessPostUpdateNode() { isPostUpdate = true }
|
InstanceParameterAccessPostUpdateNode() { isPostUpdate = true }
|
||||||
|
|
||||||
override InstanceParameterAccessPreNode getPreUpdateNode() {
|
override InstanceParameterAccessPreNode getPreUpdateSourceNode() {
|
||||||
result = TInstanceParameterAccessNode(cfn, false)
|
result = TInstanceParameterAccessNode(cfn, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
override string toStringImpl() { result = "[post] this" }
|
override string toStringImpl() { result = "[post] this" }
|
||||||
}
|
}
|
||||||
|
|
||||||
private class PrimaryConstructorThisAccessPostUpdateNode extends PostUpdateNode,
|
private class PrimaryConstructorThisAccessPostUpdateNode extends SourcePostUpdateNode,
|
||||||
PrimaryConstructorThisAccessNode
|
PrimaryConstructorThisAccessNode
|
||||||
{
|
{
|
||||||
PrimaryConstructorThisAccessPostUpdateNode() { isPostUpdate = true }
|
PrimaryConstructorThisAccessPostUpdateNode() { isPostUpdate = true }
|
||||||
|
|
||||||
override PrimaryConstructorThisAccessPreNode getPreUpdateNode() {
|
override PrimaryConstructorThisAccessPreNode getPreUpdateSourceNode() {
|
||||||
result = TPrimaryConstructorThisAccessNode(p, false, callable)
|
result = TPrimaryConstructorThisAccessNode(p, false, callable)
|
||||||
}
|
}
|
||||||
|
|
||||||
override string toStringImpl() { result = "[post] this" }
|
override string toStringImpl() { result = "[post] this" }
|
||||||
}
|
}
|
||||||
|
|
||||||
class LocalFunctionCreationPostUpdateNode extends LocalFunctionCreationNode, PostUpdateNode {
|
class LocalFunctionCreationPostUpdateNode extends LocalFunctionCreationNode, SourcePostUpdateNode {
|
||||||
LocalFunctionCreationPostUpdateNode() { isPostUpdate = true }
|
LocalFunctionCreationPostUpdateNode() { isPostUpdate = true }
|
||||||
|
|
||||||
override LocalFunctionCreationPreNode getPreUpdateNode() {
|
override LocalFunctionCreationPreNode getPreUpdateSourceNode() {
|
||||||
result = TLocalFunctionCreationNode(cfn, false)
|
result = TLocalFunctionCreationNode(cfn, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
override string toStringImpl() { result = "[post] " + cfn }
|
override string toStringImpl() { result = "[post] " + cfn }
|
||||||
}
|
}
|
||||||
|
|
||||||
private class CapturePostUpdateNode extends PostUpdateNode, CaptureNode {
|
private class CapturePostUpdateNode extends SourcePostUpdateNode, CaptureNode {
|
||||||
private CaptureNode pre;
|
private CaptureNode pre;
|
||||||
|
|
||||||
CapturePostUpdateNode() {
|
CapturePostUpdateNode() {
|
||||||
@@ -2867,7 +2894,7 @@ module PostUpdateNodes {
|
|||||||
pre.getSynthesizedCaptureNode())
|
pre.getSynthesizedCaptureNode())
|
||||||
}
|
}
|
||||||
|
|
||||||
override CaptureNode getPreUpdateNode() { result = pre }
|
override CaptureNode getPreUpdateSourceNode() { result = pre }
|
||||||
|
|
||||||
override string toStringImpl() { result = "[post] " + cn }
|
override string toStringImpl() { result = "[post] " + cn }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1062,7 +1062,7 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Holds if the guard `guard` controls block `bb` upon evaluating to `branch`. */
|
/** Holds if the guard `guard` controls block `bb` upon evaluating to `branch`. */
|
||||||
predicate guardControlsBlock(Guard guard, ControlFlow::BasicBlock bb, boolean branch) {
|
predicate guardDirectlyControlsBlock(Guard guard, ControlFlow::BasicBlock bb, boolean branch) {
|
||||||
exists(ConditionBlock conditionBlock, ControlFlow::SuccessorTypes::ConditionalSuccessor s |
|
exists(ConditionBlock conditionBlock, ControlFlow::SuccessorTypes::ConditionalSuccessor s |
|
||||||
guard.getAControlFlowNode() = conditionBlock.getLastNode() and
|
guard.getAControlFlowNode() = conditionBlock.getLastNode() and
|
||||||
s.getValue() = branch and
|
s.getValue() = branch and
|
||||||
|
|||||||
@@ -252,7 +252,7 @@
|
|||||||
| CSharp7.cs:233:28:233:29 | access to local variable i1 | CSharp7.cs:235:38:235:39 | access to local variable i1 |
|
| CSharp7.cs:233:28:233:29 | access to local variable i1 | CSharp7.cs:235:38:235:39 | access to local variable i1 |
|
||||||
| CSharp7.cs:233:28:233:33 | ... > ... | CSharp7.cs:233:13:233:33 | [false] ... && ... |
|
| CSharp7.cs:233:28:233:33 | ... > ... | CSharp7.cs:233:13:233:33 | [false] ... && ... |
|
||||||
| CSharp7.cs:233:28:233:33 | ... > ... | CSharp7.cs:233:13:233:33 | [true] ... && ... |
|
| CSharp7.cs:233:28:233:33 | ... > ... | CSharp7.cs:233:13:233:33 | [true] ... && ... |
|
||||||
| CSharp7.cs:235:13:235:42 | [input] SSA phi read(o) | CSharp7.cs:248:9:274:9 | SSA phi read(o) |
|
| CSharp7.cs:235:13:235:42 | [input] SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
||||||
| CSharp7.cs:235:33:235:36 | "int " | CSharp7.cs:235:31:235:41 | $"..." |
|
| CSharp7.cs:235:33:235:36 | "int " | CSharp7.cs:235:31:235:41 | $"..." |
|
||||||
| CSharp7.cs:235:38:235:39 | access to local variable i1 | CSharp7.cs:235:31:235:41 | $"..." |
|
| CSharp7.cs:235:38:235:39 | access to local variable i1 | CSharp7.cs:235:31:235:41 | $"..." |
|
||||||
| CSharp7.cs:237:18:237:18 | access to local variable o | CSharp7.cs:237:23:237:31 | String s1 |
|
| CSharp7.cs:237:18:237:18 | access to local variable o | CSharp7.cs:237:23:237:31 | String s1 |
|
||||||
@@ -260,18 +260,17 @@
|
|||||||
| CSharp7.cs:237:18:237:18 | access to local variable o | CSharp7.cs:241:18:241:18 | access to local variable o |
|
| CSharp7.cs:237:18:237:18 | access to local variable o | CSharp7.cs:241:18:241:18 | access to local variable o |
|
||||||
| CSharp7.cs:237:23:237:31 | SSA def(s1) | CSharp7.cs:239:41:239:42 | access to local variable s1 |
|
| CSharp7.cs:237:23:237:31 | SSA def(s1) | CSharp7.cs:239:41:239:42 | access to local variable s1 |
|
||||||
| CSharp7.cs:237:23:237:31 | String s1 | CSharp7.cs:237:23:237:31 | SSA def(s1) |
|
| CSharp7.cs:237:23:237:31 | String s1 | CSharp7.cs:237:23:237:31 | SSA def(s1) |
|
||||||
| CSharp7.cs:239:13:239:45 | [input] SSA phi read(o) | CSharp7.cs:248:9:274:9 | SSA phi read(o) |
|
| CSharp7.cs:239:13:239:45 | [input] SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
||||||
| CSharp7.cs:239:33:239:39 | "string " | CSharp7.cs:239:31:239:44 | $"..." |
|
| CSharp7.cs:239:33:239:39 | "string " | CSharp7.cs:239:31:239:44 | $"..." |
|
||||||
| CSharp7.cs:239:41:239:42 | access to local variable s1 | CSharp7.cs:239:31:239:44 | $"..." |
|
| CSharp7.cs:239:41:239:42 | access to local variable s1 | CSharp7.cs:239:31:239:44 | $"..." |
|
||||||
| CSharp7.cs:241:18:241:18 | access to local variable o | CSharp7.cs:242:9:243:9 | [input] SSA phi read(o) |
|
| CSharp7.cs:241:18:241:18 | access to local variable o | CSharp7.cs:242:9:243:9 | [input] SSA phi read(o) |
|
||||||
| CSharp7.cs:241:18:241:18 | access to local variable o | CSharp7.cs:244:18:244:18 | access to local variable o |
|
| CSharp7.cs:241:18:241:18 | access to local variable o | CSharp7.cs:244:18:244:18 | access to local variable o |
|
||||||
| CSharp7.cs:242:9:243:9 | [input] SSA phi read(o) | CSharp7.cs:248:9:274:9 | SSA phi read(o) |
|
| CSharp7.cs:242:9:243:9 | [input] SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
||||||
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:244:18:244:28 | [input] SSA phi read(o) |
|
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:244:18:244:28 | [input] SSA phi read(o) |
|
||||||
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:244:23:244:28 | Object v1 |
|
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:244:23:244:28 | Object v1 |
|
||||||
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:245:9:246:9 | [input] SSA phi read(o) |
|
| CSharp7.cs:244:18:244:18 | access to local variable o | CSharp7.cs:245:9:246:9 | [input] SSA phi read(o) |
|
||||||
| CSharp7.cs:244:18:244:28 | [input] SSA phi read(o) | CSharp7.cs:248:9:274:9 | SSA phi read(o) |
|
| CSharp7.cs:244:18:244:28 | [input] SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
||||||
| CSharp7.cs:245:9:246:9 | [input] SSA phi read(o) | CSharp7.cs:248:9:274:9 | SSA phi read(o) |
|
| CSharp7.cs:245:9:246:9 | [input] SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
||||||
| CSharp7.cs:248:9:274:9 | SSA phi read(o) | CSharp7.cs:248:17:248:17 | access to local variable o |
|
|
||||||
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:254:27:254:27 | access to local variable o |
|
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:254:27:254:27 | access to local variable o |
|
||||||
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:257:18:257:23 | Int32 i2 |
|
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:257:18:257:23 | Int32 i2 |
|
||||||
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:260:18:260:23 | Int32 i3 |
|
| CSharp7.cs:248:17:248:17 | access to local variable o | CSharp7.cs:260:18:260:23 | Int32 i3 |
|
||||||
@@ -312,10 +311,8 @@
|
|||||||
| CSharp7.cs:285:39:285:42 | access to local variable list | CSharp7.cs:287:36:287:39 | access to local variable list |
|
| CSharp7.cs:285:39:285:42 | access to local variable list | CSharp7.cs:287:36:287:39 | access to local variable list |
|
||||||
| CSharp7.cs:287:36:287:39 | access to local variable list | CSharp7.cs:289:32:289:35 | access to local variable list |
|
| CSharp7.cs:287:36:287:39 | access to local variable list | CSharp7.cs:289:32:289:35 | access to local variable list |
|
||||||
| CSharp7.cs:297:18:297:18 | access to local variable x | CSharp7.cs:297:18:297:22 | SSA def(x) |
|
| CSharp7.cs:297:18:297:18 | access to local variable x | CSharp7.cs:297:18:297:22 | SSA def(x) |
|
||||||
| CSharp7.cs:297:18:297:22 | SSA def(x) | CSharp7.cs:297:18:297:22 | [input] SSA phi(x) |
|
| CSharp7.cs:297:18:297:22 | SSA def(x) | CSharp7.cs:297:25:297:25 | access to local variable x |
|
||||||
| CSharp7.cs:297:18:297:22 | [input] SSA phi(x) | CSharp7.cs:297:25:297:25 | SSA phi(x) |
|
|
||||||
| CSharp7.cs:297:22:297:22 | 0 | CSharp7.cs:297:18:297:18 | access to local variable x |
|
| CSharp7.cs:297:22:297:22 | 0 | CSharp7.cs:297:18:297:18 | access to local variable x |
|
||||||
| CSharp7.cs:297:25:297:25 | SSA phi(x) | CSharp7.cs:297:25:297:25 | access to local variable x |
|
|
||||||
| CSharp7.cs:297:25:297:25 | access to local variable x | CSharp7.cs:297:25:297:30 | ... < ... |
|
| CSharp7.cs:297:25:297:25 | access to local variable x | CSharp7.cs:297:25:297:30 | ... < ... |
|
||||||
| CSharp7.cs:297:25:297:25 | access to local variable x | CSharp7.cs:297:35:297:35 | access to local variable x |
|
| CSharp7.cs:297:25:297:25 | access to local variable x | CSharp7.cs:297:35:297:35 | access to local variable x |
|
||||||
| CSharp7.cs:297:25:297:30 | ... < ... | CSharp7.cs:297:25:297:44 | [false] ... && ... |
|
| CSharp7.cs:297:25:297:30 | ... < ... | CSharp7.cs:297:25:297:44 | [false] ... && ... |
|
||||||
@@ -326,6 +323,5 @@
|
|||||||
| CSharp7.cs:297:35:297:44 | [true] ... is ... | CSharp7.cs:297:25:297:44 | [true] ... && ... |
|
| CSharp7.cs:297:35:297:44 | [true] ... is ... | CSharp7.cs:297:25:297:44 | [true] ... && ... |
|
||||||
| CSharp7.cs:297:40:297:44 | Int32 y | CSharp7.cs:297:40:297:44 | SSA def(y) |
|
| CSharp7.cs:297:40:297:44 | Int32 y | CSharp7.cs:297:40:297:44 | SSA def(y) |
|
||||||
| CSharp7.cs:297:40:297:44 | SSA def(y) | CSharp7.cs:299:31:299:31 | access to local variable y |
|
| CSharp7.cs:297:40:297:44 | SSA def(y) | CSharp7.cs:299:31:299:31 | access to local variable y |
|
||||||
| CSharp7.cs:297:47:297:49 | SSA def(x) | CSharp7.cs:297:47:297:49 | [input] SSA phi(x) |
|
| CSharp7.cs:297:47:297:49 | SSA def(x) | CSharp7.cs:297:25:297:25 | access to local variable x |
|
||||||
| CSharp7.cs:297:47:297:49 | [input] SSA phi(x) | CSharp7.cs:297:25:297:25 | SSA phi(x) |
|
|
||||||
| CSharp7.cs:297:49:297:49 | access to local variable x | CSharp7.cs:297:47:297:49 | SSA def(x) |
|
| CSharp7.cs:297:49:297:49 | access to local variable x | CSharp7.cs:297:47:297:49 | SSA def(x) |
|
||||||
|
|||||||
@@ -421,46 +421,40 @@ edges
|
|||||||
| GlobalDataFlow.cs:469:21:469:21 | s : String | GlobalDataFlow.cs:469:32:469:32 | access to parameter s | provenance | |
|
| GlobalDataFlow.cs:469:21:469:21 | s : String | GlobalDataFlow.cs:469:32:469:32 | access to parameter s | provenance | |
|
||||||
| GlobalDataFlow.cs:470:15:470:17 | access to parameter arg : String | GlobalDataFlow.cs:469:21:469:21 | s : String | provenance | |
|
| GlobalDataFlow.cs:470:15:470:17 | access to parameter arg : String | GlobalDataFlow.cs:469:21:469:21 | s : String | provenance | |
|
||||||
| GlobalDataFlow.cs:473:28:473:41 | "taint source" : String | GlobalDataFlow.cs:466:53:466:55 | arg : String | provenance | |
|
| GlobalDataFlow.cs:473:28:473:41 | "taint source" : String | GlobalDataFlow.cs:466:53:466:55 | arg : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | provenance | |
|
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | GlobalDataFlow.cs:558:46:558:46 | access to local variable x : String | provenance | |
|
| GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | GlobalDataFlow.cs:558:46:558:46 | access to local variable x : String | provenance | |
|
||||||
@@ -880,43 +874,37 @@ nodes
|
|||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | semmle.label | sc [Return] : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | semmle.label | sc [Return] : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | semmle.label | "taint source" : String |
|
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | semmle.label | "taint source" : String |
|
||||||
| GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | semmle.label | [post] access to local variable x1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | semmle.label | [post] ... ? ... : ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | semmle.label | [post] access to local variable x2 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | semmle.label | access to local variable x1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | semmle.label | access to local variable x1 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:491:15:491:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:491:15:491:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | semmle.label | access to local variable x2 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | semmle.label | access to local variable x2 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:492:15:492:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:492:15:492:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | semmle.label | [post] ... ? ... : ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y2 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y3 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | semmle.label | access to local variable y1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | semmle.label | access to local variable y1 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:498:15:498:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:498:15:498:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | semmle.label | access to local variable y2 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | semmle.label | access to local variable y2 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:499:15:499:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:499:15:499:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | semmle.label | access to local variable y3 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | semmle.label | access to local variable y3 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:500:15:500:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:500:15:500:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | semmle.label | [post] access to local variable x : SubSimpleClass [field field] : String |
|
| GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | semmle.label | [post] (...) ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | semmle.label | access to local variable x : SubSimpleClass [field field] : String |
|
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:509:15:509:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:509:15:509:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | semmle.label | [post] access to parameter x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | semmle.label | [post] ... ?? ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | semmle.label | [post] access to local variable y : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | semmle.label | access to parameter x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | semmle.label | access to parameter x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:516:15:516:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:516:15:516:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:517:15:517:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:517:15:517:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | semmle.label | [post] access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | semmle.label | [post] ... switch { ... } : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | semmle.label | [post] access to local variable y : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | semmle.label | [post] access to local variable z : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:531:15:531:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:531:15:531:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:532:15:532:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:532:15:532:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | semmle.label | access to local variable z : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | semmle.label | access to local variable z : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:533:15:533:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:533:15:533:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | semmle.label | [post] ...! : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | semmle.label | access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | semmle.label | access to parameter sc : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:539:15:539:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:539:15:539:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | semmle.label | [post] access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | semmle.label | [post] ... = ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:547:15:547:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:547:15:547:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | semmle.label | e : null [element] : String |
|
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | semmle.label | e : null [element] : String |
|
||||||
|
|||||||
@@ -461,46 +461,40 @@ edges
|
|||||||
| GlobalDataFlow.cs:469:21:469:21 | s : String | GlobalDataFlow.cs:469:32:469:32 | access to parameter s | provenance | |
|
| GlobalDataFlow.cs:469:21:469:21 | s : String | GlobalDataFlow.cs:469:32:469:32 | access to parameter s | provenance | |
|
||||||
| GlobalDataFlow.cs:470:15:470:17 | access to parameter arg : String | GlobalDataFlow.cs:469:21:469:21 | s : String | provenance | |
|
| GlobalDataFlow.cs:470:15:470:17 | access to parameter arg : String | GlobalDataFlow.cs:469:21:469:21 | s : String | provenance | |
|
||||||
| GlobalDataFlow.cs:473:28:473:41 | "taint source" : String | GlobalDataFlow.cs:466:53:466:55 | arg : String | provenance | |
|
| GlobalDataFlow.cs:473:28:473:41 | "taint source" : String | GlobalDataFlow.cs:466:53:466:55 | arg : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | provenance | |
|
|
||||||
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | GlobalDataFlow.cs:491:15:491:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | GlobalDataFlow.cs:492:15:492:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | GlobalDataFlow.cs:498:15:498:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | GlobalDataFlow.cs:499:15:499:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | GlobalDataFlow.cs:500:15:500:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:509:15:509:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | GlobalDataFlow.cs:516:15:516:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:517:15:517:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:531:15:531:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | GlobalDataFlow.cs:532:15:532:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | GlobalDataFlow.cs:533:15:533:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:22 | access to field field | provenance | |
|
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | GlobalDataFlow.cs:539:15:539:22 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
| GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:21 | access to field field | provenance | |
|
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | GlobalDataFlow.cs:547:15:547:21 | access to field field | provenance | |
|
||||||
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | provenance | |
|
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | provenance | |
|
||||||
| GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | GlobalDataFlow.cs:558:46:558:46 | access to local variable x : String | provenance | |
|
| GlobalDataFlow.cs:556:27:556:27 | access to parameter e : null [element] : String | GlobalDataFlow.cs:558:46:558:46 | access to local variable x : String | provenance | |
|
||||||
@@ -983,43 +977,37 @@ nodes
|
|||||||
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | semmle.label | sc [Return] : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:481:41:481:42 | sc [Return] : SimpleClass [field field] : String | semmle.label | sc [Return] : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:483:9:483:10 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | semmle.label | "taint source" : String |
|
| GlobalDataFlow.cs:483:20:483:33 | "taint source" : String | semmle.label | "taint source" : String |
|
||||||
| GlobalDataFlow.cs:490:25:490:26 | [post] access to local variable x1 : SimpleClass [field field] : String | semmle.label | [post] access to local variable x1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:490:20:490:31 | [post] ... ? ... : ... : SimpleClass [field field] : String | semmle.label | [post] ... ? ... : ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:490:30:490:31 | [post] access to local variable x2 : SimpleClass [field field] : String | semmle.label | [post] access to local variable x2 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | semmle.label | access to local variable x1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:491:15:491:16 | access to local variable x1 : SimpleClass [field field] : String | semmle.label | access to local variable x1 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:491:15:491:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:491:15:491:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | semmle.label | access to local variable x2 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:492:15:492:16 | access to local variable x2 : SimpleClass [field field] : String | semmle.label | access to local variable x2 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:492:15:492:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:492:15:492:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:497:31:497:32 | [post] access to local variable y1 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:497:20:497:43 | [post] ... ? ... : ... : SimpleClass [field field] : String | semmle.label | [post] ... ? ... : ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:497:36:497:37 | [post] access to local variable y2 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y2 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:497:42:497:43 | [post] access to local variable y3 : SimpleClass [field field] : String | semmle.label | [post] access to local variable y3 : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | semmle.label | access to local variable y1 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:498:15:498:16 | access to local variable y1 : SimpleClass [field field] : String | semmle.label | access to local variable y1 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:498:15:498:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:498:15:498:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | semmle.label | access to local variable y2 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:499:15:499:16 | access to local variable y2 : SimpleClass [field field] : String | semmle.label | access to local variable y2 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:499:15:499:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:499:15:499:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | semmle.label | access to local variable y3 : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:500:15:500:16 | access to local variable y3 : SimpleClass [field field] : String | semmle.label | access to local variable y3 : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:500:15:500:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:500:15:500:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:508:33:508:33 | [post] access to local variable x : SubSimpleClass [field field] : String | semmle.label | [post] access to local variable x : SubSimpleClass [field field] : String |
|
| GlobalDataFlow.cs:508:20:508:33 | [post] (...) ... : SimpleClass [field field] : String | semmle.label | [post] (...) ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SubSimpleClass [field field] : String | semmle.label | access to local variable x : SubSimpleClass [field field] : String |
|
| GlobalDataFlow.cs:509:15:509:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:509:15:509:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:509:15:509:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:515:20:515:20 | [post] access to parameter x : SimpleClass [field field] : String | semmle.label | [post] access to parameter x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:515:20:515:25 | [post] ... ?? ... : SimpleClass [field field] : String | semmle.label | [post] ... ?? ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:515:25:515:25 | [post] access to local variable y : SimpleClass [field field] : String | semmle.label | [post] access to local variable y : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | semmle.label | access to parameter x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:516:15:516:15 | access to parameter x : SimpleClass [field field] : String | semmle.label | access to parameter x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:516:15:516:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:516:15:516:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:517:15:517:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:517:15:517:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:517:15:517:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:527:20:527:20 | [post] access to local variable x : SimpleClass [field field] : String | semmle.label | [post] access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:525:20:530:9 | [post] ... switch { ... } : SimpleClass [field field] : String | semmle.label | [post] ... switch { ... } : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:528:20:528:20 | [post] access to local variable y : SimpleClass [field field] : String | semmle.label | [post] access to local variable y : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:529:18:529:18 | [post] access to local variable z : SimpleClass [field field] : String | semmle.label | [post] access to local variable z : SimpleClass [field field] : String |
|
|
||||||
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:531:15:531:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:531:15:531:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:531:15:531:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:532:15:532:15 | access to local variable y : SimpleClass [field field] : String | semmle.label | access to local variable y : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:532:15:532:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:532:15:532:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | semmle.label | access to local variable z : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:533:15:533:15 | access to local variable z : SimpleClass [field field] : String | semmle.label | access to local variable z : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:533:15:533:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:533:15:533:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:538:20:538:21 | [post] access to parameter sc : SimpleClass [field field] : String | semmle.label | [post] access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:538:20:538:22 | [post] ...! : SimpleClass [field field] : String | semmle.label | [post] ...! : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | semmle.label | access to parameter sc : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:539:15:539:16 | access to parameter sc : SimpleClass [field field] : String | semmle.label | access to parameter sc : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:539:15:539:22 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:539:15:539:22 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:546:24:546:24 | [post] access to local variable x : SimpleClass [field field] : String | semmle.label | [post] access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:546:20:546:24 | [post] ... = ... : SimpleClass [field field] : String | semmle.label | [post] ... = ... : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
| GlobalDataFlow.cs:547:15:547:15 | access to local variable x : SimpleClass [field field] : String | semmle.label | access to local variable x : SimpleClass [field field] : String |
|
||||||
| GlobalDataFlow.cs:547:15:547:21 | access to field field | semmle.label | access to field field |
|
| GlobalDataFlow.cs:547:15:547:21 | access to field field | semmle.label | access to field field |
|
||||||
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | semmle.label | e : null [element] : String |
|
| GlobalDataFlow.cs:553:71:553:71 | e : null [element] : String | semmle.label | e : null [element] : String |
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -349,6 +349,48 @@ Note that this flow is already recognized by the CodeQL JS analysis, but for thi
|
|||||||
- The last column, **value**, indicates the kind of flow to add. The value **value** means the input value is unchanged as
|
- The last column, **value**, indicates the kind of flow to add. The value **value** means the input value is unchanged as
|
||||||
it flows to the output.
|
it flows to the output.
|
||||||
|
|
||||||
|
|
||||||
|
Example: Modeling properties injected by a middleware function
|
||||||
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
In this example, we'll show how to model a hypothetical middleware function that adds a tainted value
|
||||||
|
on the incoming request objects:
|
||||||
|
|
||||||
|
.. code-block:: js
|
||||||
|
|
||||||
|
const express = require('express')
|
||||||
|
const app = express()
|
||||||
|
|
||||||
|
app.use(require('@example/middleware').injectData())
|
||||||
|
|
||||||
|
app.get('/foo', (req, res) => {
|
||||||
|
req.data; // <-- mark 'req.data' as a taint source
|
||||||
|
});
|
||||||
|
|
||||||
|
This can be achieved with the following data extension:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
extensions:
|
||||||
|
- addsTo:
|
||||||
|
pack: codeql/javascript-all
|
||||||
|
extensible: sourceModel
|
||||||
|
data:
|
||||||
|
- [
|
||||||
|
"@example/middleware",
|
||||||
|
"Member[injectData].ReturnValue.GuardedRouteHandler.Parameter[0].Member[data]",
|
||||||
|
"remote",
|
||||||
|
]
|
||||||
|
|
||||||
|
- Since we're adding a new taint source, we add a tuple to the **sourceModel** extensible predicate.
|
||||||
|
- The first column, **"@example/middleware"**, begins the search at imports of the hypothetical NPM package **@example/middleware**.
|
||||||
|
- **Member[injectData]** selects accesses to the **injectData** member.
|
||||||
|
- **ReturnValue** selects the return value of the call to **injectData**.
|
||||||
|
- **GuardedRouteHandler** interprets the current value as a middleware function and selects all route handlers guarded by that middleware. Since the current value is passd to **app.use()**, the callback subsequently passed to **app.get()** is seen as a guarded route handler.
|
||||||
|
- **Parameter[0]** selects the first parameter of the callback (the parameter named **req**).
|
||||||
|
- **Member[data]** selects accesses to the **data** property of the **req** object.
|
||||||
|
- Finally, the kind **remote** indicates that this is considered a source of remote flow.
|
||||||
|
|
||||||
Reference material
|
Reference material
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
@@ -494,6 +536,12 @@ Components related to decorators:
|
|||||||
- **DecoratedParameter** selects a parameter that is decorated by the current value.
|
- **DecoratedParameter** selects a parameter that is decorated by the current value.
|
||||||
- **DecoratedMember** selects a method, field, or accessor that is decorated by the current value.
|
- **DecoratedMember** selects a method, field, or accessor that is decorated by the current value.
|
||||||
|
|
||||||
|
Additionally there is a component related to middleware functions:
|
||||||
|
|
||||||
|
- **GuardedRouteHandler** interprets the current value as a middleware function, and selects any route handler function that comes after it in the routing hierarchy.
|
||||||
|
This can be used to model properties injected onto request and response objects, such as **req.db** after a middleware that injects a database connection.
|
||||||
|
Note that this currently over-approximates the set of route handlers but may be made more accurate in the future.
|
||||||
|
|
||||||
Additional notes about the syntax of operands:
|
Additional notes about the syntax of operands:
|
||||||
|
|
||||||
- Multiple operands may be given to a single component, as a shorthand for the union of the operands. For example, **Member[foo,bar]** matches the union of **Member[foo]** and **Member[bar]**.
|
- Multiple operands may be given to a single component, as a shorthand for the union of the operands. For example, **Member[foo,bar]** matches the union of **Member[foo]** and **Member[bar]**.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ errors,,,3,,,,,,,,,,,,,,,,,,,,,,,3,
|
|||||||
expvar,,,6,,,,,,,,,,,,,,,,,,,,,,,6,
|
expvar,,,6,,,,,,,,,,,,,,,,,,,,,,,6,
|
||||||
fmt,3,,16,,,,3,,,,,,,,,,,,,,,,,,,16,
|
fmt,3,,16,,,,3,,,,,,,,,,,,,,,,,,,16,
|
||||||
github.com/ChrisTrenkamp/goxpath,3,,,,,,,,,,,,,,,,,,3,,,,,,,,
|
github.com/ChrisTrenkamp/goxpath,3,,,,,,,,,,,,,,,,,,3,,,,,,,,
|
||||||
github.com/Masterminds/squirrel,32,,,,,,,,,,,,,,32,,,,,,,,,,,,
|
github.com/Masterminds/squirrel,32,27,,,,,,,,,,,,,32,,,,,,27,,,,,,
|
||||||
github.com/Sirupsen/logrus,145,,,,,,145,,,,,,,,,,,,,,,,,,,,
|
github.com/Sirupsen/logrus,145,,,,,,145,,,,,,,,,,,,,,,,,,,,
|
||||||
github.com/antchfx/htmlquery,4,,,,,,,,,,,,,,,,,,4,,,,,,,,
|
github.com/antchfx/htmlquery,4,,,,,,,,,,,,,,,,,,4,,,,,,,,
|
||||||
github.com/antchfx/jsonquery,4,,,,,,,,,,,,,,,,,,4,,,,,,,,
|
github.com/antchfx/jsonquery,4,,,,,,,,,,,,,,,,,,4,,,,,,,,
|
||||||
@@ -77,7 +77,7 @@ github.com/kataras/iris/server/web/context,6,,,,,,,,6,,,,,,,,,,,,,,,,,,
|
|||||||
github.com/kataras/jwt,5,,,,5,,,,,,,,,,,,,,,,,,,,,,
|
github.com/kataras/jwt,5,,,,5,,,,,,,,,,,,,,,,,,,,,,
|
||||||
github.com/kelseyhightower/envconfig,,6,,,,,,,,,,,,,,,,,,,,6,,,,,
|
github.com/kelseyhightower/envconfig,,6,,,,,,,,,,,,,,,,,,,,6,,,,,
|
||||||
github.com/labstack/echo,3,12,2,,,,,,2,,,,,,,1,,,,,,,,12,,2,
|
github.com/labstack/echo,3,12,2,,,,,,2,,,,,,,1,,,,,,,,12,,2,
|
||||||
github.com/lann/squirrel,32,,,,,,,,,,,,,,32,,,,,,,,,,,,
|
github.com/lann/squirrel,32,27,,,,,,,,,,,,,32,,,,,,27,,,,,,
|
||||||
github.com/lestrrat-go/jwx,2,,,,2,,,,,,,,,,,,,,,,,,,,,,
|
github.com/lestrrat-go/jwx,2,,,,2,,,,,,,,,,,,,,,,,,,,,,
|
||||||
github.com/lestrrat-go/libxml2/parser,3,,,,,,,,,,,,,,,,,,3,,,,,,,,
|
github.com/lestrrat-go/libxml2/parser,3,,,,,,,,,,,,,,,,,,3,,,,,,,,
|
||||||
github.com/lestrrat/go-jwx/jwk,1,,,,1,,,,,,,,,,,,,,,,,,,,,,
|
github.com/lestrrat/go-jwx/jwk,1,,,,1,,,,,,,,,,,,,,,,,,,,,,
|
||||||
@@ -106,7 +106,7 @@ google.golang.org/protobuf/internal/encoding/text,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
|
|||||||
google.golang.org/protobuf/internal/impl,,,2,,,,,,,,,,,,,,,,,,,,,,,2,
|
google.golang.org/protobuf/internal/impl,,,2,,,,,,,,,,,,,,,,,,,,,,,2,
|
||||||
google.golang.org/protobuf/proto,,,8,,,,,,,,,,,,,,,,,,,,,,,8,
|
google.golang.org/protobuf/proto,,,8,,,,,,,,,,,,,,,,,,,,,,,8,
|
||||||
google.golang.org/protobuf/reflect/protoreflect,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
|
google.golang.org/protobuf/reflect/protoreflect,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
|
||||||
gopkg.in/Masterminds/squirrel,32,,,,,,,,,,,,,,32,,,,,,,,,,,,
|
gopkg.in/Masterminds/squirrel,32,27,,,,,,,,,,,,,32,,,,,,27,,,,,,
|
||||||
gopkg.in/couchbase/gocb,8,22,48,,,,,8,,,,,,,,,,,,,22,,,,,48,
|
gopkg.in/couchbase/gocb,8,22,48,,,,,8,,,,,,,,,,,,,22,,,,,48,
|
||||||
gopkg.in/glog,90,,,,,,90,,,,,,,,,,,,,,,,,,,,
|
gopkg.in/glog,90,,,,,,90,,,,,,,,,,,,,,,,,,,,
|
||||||
gopkg.in/go-jose/go-jose,3,,4,,2,1,,,,,,,,,,,,,,,,,,,,4,
|
gopkg.in/go-jose/go-jose,3,,4,,2,1,,,,,,,,,,,,,,,,,,,,4,
|
||||||
|
|||||||
|
@@ -31,7 +31,7 @@ Go framework & library support
|
|||||||
`MongoDB Go Driver <https://www.mongodb.com/docs/drivers/go/current/>`_,``go.mongodb.org/mongo-driver*``,11,5,14
|
`MongoDB Go Driver <https://www.mongodb.com/docs/drivers/go/current/>`_,``go.mongodb.org/mongo-driver*``,11,5,14
|
||||||
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,4
|
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,4
|
||||||
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
|
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
|
||||||
`Squirrel <https://github.com/Masterminds/squirrel>`_,"``github.com/Masterminds/squirrel*``, ``github.com/lann/squirrel*``, ``gopkg.in/Masterminds/squirrel``",,,96
|
`Squirrel <https://github.com/Masterminds/squirrel>`_,"``github.com/Masterminds/squirrel*``, ``github.com/lann/squirrel*``, ``gopkg.in/Masterminds/squirrel``",81,,96
|
||||||
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``, ``weak``",52,609,104
|
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``, ``weak``",52,609,104
|
||||||
`XORM <https://xorm.io>`_,"``github.com/go-xorm/xorm*``, ``xorm.io/xorm*``",,,68
|
`XORM <https://xorm.io>`_,"``github.com/go-xorm/xorm*``, ``xorm.io/xorm*``",,,68
|
||||||
`XPath <https://github.com/antchfx/xpath>`_,``github.com/antchfx/xpath*``,,,4
|
`XPath <https://github.com/antchfx/xpath>`_,``github.com/antchfx/xpath*``,,,4
|
||||||
@@ -74,5 +74,5 @@ Go framework & library support
|
|||||||
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
|
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
|
||||||
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,33
|
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,33
|
||||||
Others,``github.com/kanikanema/gorqlite``,8,2,24
|
Others,``github.com/kanikanema/gorqlite``,8,2,24
|
||||||
Totals,,560,1048,1556
|
Totals,,641,1048,1556
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Added `database` source models for the `github.com/Masterminds/squirrel` ORM package.
|
||||||
|
|
||||||
@@ -6,6 +6,37 @@ extensions:
|
|||||||
- ["squirrel", "github.com/Masterminds/squirrel"]
|
- ["squirrel", "github.com/Masterminds/squirrel"]
|
||||||
- ["squirrel", "gopkg.in/Masterminds/squirrel"]
|
- ["squirrel", "gopkg.in/Masterminds/squirrel"]
|
||||||
- ["squirrel", "github.com/lann/squirrel"]
|
- ["squirrel", "github.com/lann/squirrel"]
|
||||||
|
- addsTo:
|
||||||
|
pack: codeql/go-all
|
||||||
|
extensible: sourceModel
|
||||||
|
data:
|
||||||
|
- ["group:squirrel", "", True, "QueryContextWith", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "", True, "QueryRowContextWith", "", "", "ReturnValue", "database", "manual"]
|
||||||
|
- ["group:squirrel", "", True, "QueryRowWith", "", "", "ReturnValue", "database", "manual"]
|
||||||
|
- ["group:squirrel", "", True, "QueryWith", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "DeleteBuilder", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "DeleteBuilder", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "DeleteBuilder", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "InsertBuilder", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "InsertBuilder", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "InsertBuilder", True, "QueryRow", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "InsertBuilder", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "QueryRower", True, "QueryRow", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "QueryRowerContext", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "Queryer", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "QueryerContext", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "SelectBuilder", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "SelectBuilder", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "SelectBuilder", True, "QueryRow", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "SelectBuilder", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "StdSql", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "StdSql", True, "QueryRow", "", "", "ReturnValue", "database", "manual"]
|
||||||
|
- ["group:squirrel", "StdSqlCtx", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "StdSqlCtx", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"]
|
||||||
|
- ["group:squirrel", "UpdateBuilder", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "UpdateBuilder", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "UpdateBuilder", True, "QueryRow", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
|
- ["group:squirrel", "UpdateBuilder", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
|
||||||
- addsTo:
|
- addsTo:
|
||||||
pack: codeql/go-all
|
pack: codeql/go-all
|
||||||
extensible: sinkModel
|
extensible: sinkModel
|
||||||
@@ -49,3 +80,5 @@ extensions:
|
|||||||
- ["group:squirrel", "UpdateBuilder", True, "Suffix", "", "", "Argument[0]", "sql-injection", "manual"]
|
- ["group:squirrel", "UpdateBuilder", True, "Suffix", "", "", "Argument[0]", "sql-injection", "manual"]
|
||||||
- ["group:squirrel", "UpdateBuilder", True, "Table", "", "", "Argument[0]", "sql-injection", "manual"]
|
- ["group:squirrel", "UpdateBuilder", True, "Table", "", "", "Argument[0]", "sql-injection", "manual"]
|
||||||
# UpdateBuilder.Where has to be modeled in QL to avoid FPs when a non-string argument is used
|
# UpdateBuilder.Where has to be modeled in QL to avoid FPs when a non-string argument is used
|
||||||
|
|
||||||
|
# There are summary models for Row.Scan, RowScanner.Scan, {Insert,Delete,Select,Update}Builder.Scan and {Insert,Delete,Select,Update}Builder.ScanContext modeled in QL
|
||||||
@@ -57,6 +57,7 @@ import semmle.go.frameworks.Protobuf
|
|||||||
import semmle.go.frameworks.Revel
|
import semmle.go.frameworks.Revel
|
||||||
import semmle.go.frameworks.Spew
|
import semmle.go.frameworks.Spew
|
||||||
import semmle.go.frameworks.SQL
|
import semmle.go.frameworks.SQL
|
||||||
|
import semmle.go.frameworks.Squirrel
|
||||||
import semmle.go.frameworks.Stdlib
|
import semmle.go.frameworks.Stdlib
|
||||||
import semmle.go.frameworks.SystemCommandExecutors
|
import semmle.go.frameworks.SystemCommandExecutors
|
||||||
import semmle.go.frameworks.Testing
|
import semmle.go.frameworks.Testing
|
||||||
|
|||||||
85
go/ql/lib/semmle/go/frameworks/Squirrel.qll
Normal file
85
go/ql/lib/semmle/go/frameworks/Squirrel.qll
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
/**
|
||||||
|
* Provides classes modeling security-relevant aspects of the `squirrel` ORM package.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import go
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides classes modeling security-relevant aspects of the `squirrel` ORM package.
|
||||||
|
*/
|
||||||
|
module Squirrel {
|
||||||
|
private string packagePath() {
|
||||||
|
result =
|
||||||
|
package([
|
||||||
|
"github.com/Masterminds/squirrel",
|
||||||
|
"github.com/lann/squirrel",
|
||||||
|
"gopkg.in/Masterminds/squirrel",
|
||||||
|
], "")
|
||||||
|
}
|
||||||
|
|
||||||
|
private class RowScan extends TaintTracking::FunctionModel, Method {
|
||||||
|
FunctionInput inp;
|
||||||
|
FunctionOutput outp;
|
||||||
|
|
||||||
|
RowScan() {
|
||||||
|
// signature: func (r *Row) Scan(dest ...interface{}) error
|
||||||
|
this.hasQualifiedName(packagePath(), "Row", "Scan") and
|
||||||
|
inp.isReceiver() and
|
||||||
|
outp.isParameter(_)
|
||||||
|
}
|
||||||
|
|
||||||
|
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
|
||||||
|
input = inp and output = outp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private class RowScannerScan extends TaintTracking::FunctionModel, Method {
|
||||||
|
FunctionInput inp;
|
||||||
|
FunctionOutput outp;
|
||||||
|
|
||||||
|
RowScannerScan() {
|
||||||
|
// signature: func (rs *RowScanner) Scan(dest ...interface{}) error
|
||||||
|
this.hasQualifiedName(packagePath(), "RowScanner", "Scan") and
|
||||||
|
inp.isReceiver() and
|
||||||
|
outp.isParameter(_)
|
||||||
|
}
|
||||||
|
|
||||||
|
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
|
||||||
|
input = inp and output = outp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private class BuilderScan extends TaintTracking::FunctionModel, Method {
|
||||||
|
FunctionInput inp;
|
||||||
|
FunctionOutput outp;
|
||||||
|
|
||||||
|
BuilderScan() {
|
||||||
|
// signature: func (b {Insert,Delete,Select,Update}Builder) Scan(dest ...interface{}) error
|
||||||
|
this.hasQualifiedName(packagePath(),
|
||||||
|
["DeleteBuilder", "InsertBuilder", "SelectBuilder", "UpdateBuilder"], "Scan") and
|
||||||
|
inp.isReceiver() and
|
||||||
|
outp.isParameter(_)
|
||||||
|
}
|
||||||
|
|
||||||
|
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
|
||||||
|
input = inp and output = outp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private class BuilderScanContext extends TaintTracking::FunctionModel, Method {
|
||||||
|
FunctionInput inp;
|
||||||
|
FunctionOutput outp;
|
||||||
|
|
||||||
|
BuilderScanContext() {
|
||||||
|
// signature: func (b {Insert,Delete,Select,Update}Builder) ScanContext(ctx context.Context, dest ...interface{}) error
|
||||||
|
this.hasQualifiedName(packagePath(),
|
||||||
|
["DeleteBuilder", "InsertBuilder", "SelectBuilder", "UpdateBuilder"], "ScanContext") and
|
||||||
|
inp.isReceiver() and
|
||||||
|
exists(int i | i > 0 | outp.isParameter(i))
|
||||||
|
}
|
||||||
|
|
||||||
|
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
|
||||||
|
input = inp and output = outp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -8,9 +8,11 @@ require (
|
|||||||
github.com/couchbase/gocb v1.6.7
|
github.com/couchbase/gocb v1.6.7
|
||||||
github.com/couchbase/gocb/v2 v2.9.4
|
github.com/couchbase/gocb/v2 v2.9.4
|
||||||
github.com/jmoiron/sqlx v1.4.0
|
github.com/jmoiron/sqlx v1.4.0
|
||||||
|
github.com/Masterminds/squirrel v1.5.4
|
||||||
github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
|
github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
|
||||||
go.mongodb.org/mongo-driver v1.17.3
|
go.mongodb.org/mongo-driver v1.17.3
|
||||||
gorm.io/gorm v1.25.12
|
gorm.io/gorm v1.25.12
|
||||||
|
github.com/nonexistent/sources v0.0.0-20250300000000-000000000000
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|||||||
@@ -4,3 +4,8 @@ extensions:
|
|||||||
extensible: threatModelConfiguration
|
extensible: threatModelConfiguration
|
||||||
data:
|
data:
|
||||||
- ["database", true, 0]
|
- ["database", true, 0]
|
||||||
|
- addsTo:
|
||||||
|
pack: codeql/go-all
|
||||||
|
extensible: sourceModel
|
||||||
|
data:
|
||||||
|
- ["github.com/nonexistent/sources", "", False, "Source", "", "", "ReturnValue", "database", "manual"]
|
||||||
@@ -5,3 +5,9 @@ extensions:
|
|||||||
extensible: threatModelConfiguration
|
extensible: threatModelConfiguration
|
||||||
data:
|
data:
|
||||||
- ["database", true, 0]
|
- ["database", true, 0]
|
||||||
|
|
||||||
|
- addsTo:
|
||||||
|
pack: codeql/go-all
|
||||||
|
extensible: sourceModel
|
||||||
|
data:
|
||||||
|
- ["github.com/nonexistent/sources", "", False, "Source", "", "", "ReturnValue", "database", "manual"]
|
||||||
@@ -0,0 +1,291 @@
|
|||||||
|
package test
|
||||||
|
|
||||||
|
//go:generate depstubber -vendor github.com/Masterminds/squirrel DeleteBuilder,InsertBuilder,QueryRower,QueryRowerContext,Queryer,QueryerContext,SelectBuilder,StdSql,StdSqlCtx,UpdateBuilder QueryContextWith,QueryRowContextWith,QueryRowWith,QueryWith
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/Masterminds/squirrel"
|
||||||
|
src "github.com/nonexistent/sources"
|
||||||
|
)
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_QueryRower(ctx context.Context, db squirrel.QueryRower, sqlizer squirrel.Sqlizer) {
|
||||||
|
scanner := db.QueryRow("") // $ source
|
||||||
|
|
||||||
|
var r1, r2, r3 string
|
||||||
|
scanner.Scan(&r1, &r2, &r3)
|
||||||
|
|
||||||
|
sink(r1) // $ hasTaintFlow="r1"
|
||||||
|
sink(r2) // $ hasTaintFlow="r2"
|
||||||
|
sink(r3) // $ hasTaintFlow="r3"
|
||||||
|
|
||||||
|
scanner2 := squirrel.QueryRowWith(db, sqlizer) // $ source
|
||||||
|
|
||||||
|
var r4, r5, r6 string
|
||||||
|
scanner2.Scan(&r4, &r5, &r6)
|
||||||
|
|
||||||
|
sink(r4) // $ hasTaintFlow="r4"
|
||||||
|
sink(r5) // $ hasTaintFlow="r5"
|
||||||
|
sink(r6) // $ hasTaintFlow="r6"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_QueryRowerContext(ctx context.Context, db squirrel.QueryRowerContext, sqlizer squirrel.Sqlizer) {
|
||||||
|
scanner := db.QueryRowContext(ctx, "") // $ source
|
||||||
|
|
||||||
|
var r1, r2, r3 string
|
||||||
|
scanner.Scan(&r1, &r2, &r3)
|
||||||
|
|
||||||
|
sink(r1) // $ hasTaintFlow="r1"
|
||||||
|
sink(r2) // $ hasTaintFlow="r2"
|
||||||
|
sink(r3) // $ hasTaintFlow="r3"
|
||||||
|
|
||||||
|
scanner2 := squirrel.QueryRowContextWith(ctx, db, sqlizer) // $ source
|
||||||
|
|
||||||
|
var r4, r5, r6 string
|
||||||
|
scanner2.Scan(&r4, &r5, &r6)
|
||||||
|
|
||||||
|
sink(r4) // $ hasTaintFlow="r4"
|
||||||
|
sink(r5) // $ hasTaintFlow="r5"
|
||||||
|
sink(r6) // $ hasTaintFlow="r6"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_Queryer(ctx context.Context, db squirrel.Queryer, sqlizer squirrel.Sqlizer) {
|
||||||
|
v1, err := db.Query("") // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := squirrel.QueryWith(db, sqlizer) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_QueryerContext(ctx context.Context, db squirrel.QueryerContext, sqlizer squirrel.Sqlizer) {
|
||||||
|
v1, err := db.QueryContext(ctx, "") // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := squirrel.QueryContextWith(ctx, db, sqlizer) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
}
|
||||||
|
|
||||||
|
// StdSqlCtx extends StdSql so we can test both with a StdSqlCtx
|
||||||
|
func test_Masterminds_squirrel_StdSql_StdSqlCtx(ctx context.Context, std squirrel.StdSqlCtx) {
|
||||||
|
v1, err := std.Query("") // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := std.QueryContext(ctx, "") // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
|
||||||
|
s3 := std.QueryRow("") // $ source
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
var r31, r32, r33 string
|
||||||
|
s3.Scan(&r31, &r32, &r33)
|
||||||
|
|
||||||
|
sink(r31) // $ hasTaintFlow="r31"
|
||||||
|
sink(r32) // $ hasTaintFlow="r32"
|
||||||
|
sink(r33) // $ hasTaintFlow="r33"
|
||||||
|
|
||||||
|
s4 := std.QueryRowContext(ctx, "") // $ source
|
||||||
|
|
||||||
|
var r41, r42, r43 string
|
||||||
|
s4.Scan(&r41, &r42, &r43)
|
||||||
|
|
||||||
|
sink(r41) // $ hasTaintFlow="r41"
|
||||||
|
sink(r42) // $ hasTaintFlow="r42"
|
||||||
|
sink(r43) // $ hasTaintFlow="r43"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_DeleteBuilder(ctx context.Context, builder squirrel.DeleteBuilder) {
|
||||||
|
v1, err := builder.Query() // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := builder.QueryContext(ctx) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
|
||||||
|
s3 := builder.QueryRowContext(ctx) // $ source
|
||||||
|
|
||||||
|
var r31, r32, r33 string
|
||||||
|
s3.Scan(&r31, &r32, &r33)
|
||||||
|
|
||||||
|
sink(r31) // $ hasTaintFlow="r31"
|
||||||
|
sink(r32) // $ hasTaintFlow="r32"
|
||||||
|
sink(r33) // $ hasTaintFlow="r33"
|
||||||
|
|
||||||
|
builder2 := src.Source[squirrel.DeleteBuilder]() // $ source
|
||||||
|
|
||||||
|
var r41, r42, r43 string
|
||||||
|
builder2.ScanContext(ctx, &r41, &r42, &r43)
|
||||||
|
|
||||||
|
sink(r41) // $ hasTaintFlow="r41"
|
||||||
|
sink(r42) // $ hasTaintFlow="r42"
|
||||||
|
sink(r43) // $ hasTaintFlow="r43"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_InsertBuilder(ctx context.Context, builder squirrel.InsertBuilder) {
|
||||||
|
v1, err := builder.Query() // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := builder.QueryContext(ctx) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
|
||||||
|
s3 := builder.QueryRow() // $ source
|
||||||
|
|
||||||
|
var r31, r32, r33 string
|
||||||
|
s3.Scan(&r31, &r32, &r33)
|
||||||
|
|
||||||
|
sink(r31) // $ hasTaintFlow="r31"
|
||||||
|
sink(r32) // $ hasTaintFlow="r32"
|
||||||
|
sink(r33) // $ hasTaintFlow="r33"
|
||||||
|
|
||||||
|
s4 := builder.QueryRowContext(ctx) // $ source
|
||||||
|
|
||||||
|
var r41, r42, r43 string
|
||||||
|
s4.Scan(&r41, &r42, &r43)
|
||||||
|
|
||||||
|
sink(r41) // $ hasTaintFlow="r41"
|
||||||
|
sink(r42) // $ hasTaintFlow="r42"
|
||||||
|
sink(r43) // $ hasTaintFlow="r43"
|
||||||
|
|
||||||
|
builder2 := src.Source[squirrel.InsertBuilder]() // $ source
|
||||||
|
|
||||||
|
var r51, r52, r53 string
|
||||||
|
builder2.Scan(&r51, &r52, &r53)
|
||||||
|
|
||||||
|
sink(r51) // $ hasTaintFlow="r51"
|
||||||
|
sink(r52) // $ hasTaintFlow="r52"
|
||||||
|
sink(r53) // $ hasTaintFlow="r53"
|
||||||
|
|
||||||
|
var r61, r62, r63 string
|
||||||
|
builder2.ScanContext(ctx, &r61, &r62, &r63)
|
||||||
|
|
||||||
|
sink(r61) // $ hasTaintFlow="r61"
|
||||||
|
sink(r62) // $ hasTaintFlow="r62"
|
||||||
|
sink(r63) // $ hasTaintFlow="r63"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_SelectBuilder(ctx context.Context, builder squirrel.SelectBuilder) {
|
||||||
|
v1, err := builder.Query() // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := builder.QueryContext(ctx) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
|
||||||
|
s3 := builder.QueryRow() // $ source
|
||||||
|
|
||||||
|
var r31, r32, r33 string
|
||||||
|
s3.Scan(&r31, &r32, &r33)
|
||||||
|
|
||||||
|
sink(r31) // $ hasTaintFlow="r31"
|
||||||
|
sink(r32) // $ hasTaintFlow="r32"
|
||||||
|
sink(r33) // $ hasTaintFlow="r33"
|
||||||
|
|
||||||
|
s4 := builder.QueryRowContext(ctx) // $ source
|
||||||
|
|
||||||
|
var r41, r42, r43 string
|
||||||
|
s4.Scan(&r41, &r42, &r43)
|
||||||
|
|
||||||
|
sink(r41) // $ hasTaintFlow="r41"
|
||||||
|
sink(r42) // $ hasTaintFlow="r42"
|
||||||
|
sink(r43) // $ hasTaintFlow="r43"
|
||||||
|
|
||||||
|
builder2 := src.Source[squirrel.SelectBuilder]() // $ source
|
||||||
|
|
||||||
|
var r51, r52, r53 string
|
||||||
|
builder2.Scan(&r51, &r52, &r53)
|
||||||
|
|
||||||
|
sink(r51) // $ hasTaintFlow="r51"
|
||||||
|
sink(r52) // $ hasTaintFlow="r52"
|
||||||
|
sink(r53) // $ hasTaintFlow="r53"
|
||||||
|
|
||||||
|
var r61, r62, r63 string
|
||||||
|
builder2.ScanContext(ctx, &r61, &r62, &r63)
|
||||||
|
|
||||||
|
sink(r61) // $ hasTaintFlow="r61"
|
||||||
|
sink(r62) // $ hasTaintFlow="r62"
|
||||||
|
sink(r63) // $ hasTaintFlow="r63"
|
||||||
|
}
|
||||||
|
|
||||||
|
func test_Masterminds_squirrel_UpdateBuilder(ctx context.Context, builder squirrel.UpdateBuilder) {
|
||||||
|
v1, err := builder.Query() // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v1) // $ hasTaintFlow="v1"
|
||||||
|
|
||||||
|
v2, err := builder.QueryContext(ctx) // $ source
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
sink(v2) // $ hasTaintFlow="v2"
|
||||||
|
|
||||||
|
s3 := builder.QueryRow() // $ source
|
||||||
|
|
||||||
|
var r31, r32, r33 string
|
||||||
|
s3.Scan(&r31, &r32, &r33)
|
||||||
|
|
||||||
|
sink(r31) // $ hasTaintFlow="r31"
|
||||||
|
sink(r32) // $ hasTaintFlow="r32"
|
||||||
|
sink(r33) // $ hasTaintFlow="r33"
|
||||||
|
|
||||||
|
s4 := builder.QueryRowContext(ctx) // $ source
|
||||||
|
|
||||||
|
var r41, r42, r43 string
|
||||||
|
s4.Scan(&r41, &r42, &r43)
|
||||||
|
|
||||||
|
sink(r41) // $ hasTaintFlow="r41"
|
||||||
|
sink(r42) // $ hasTaintFlow="r42"
|
||||||
|
sink(r43) // $ hasTaintFlow="r43"
|
||||||
|
|
||||||
|
builder2 := src.Source[squirrel.UpdateBuilder]() // $ source
|
||||||
|
|
||||||
|
var r51, r52, r53 string
|
||||||
|
builder2.Scan(&r51, &r52, &r53)
|
||||||
|
|
||||||
|
sink(r51) // $ hasTaintFlow="r51"
|
||||||
|
sink(r52) // $ hasTaintFlow="r52"
|
||||||
|
sink(r53) // $ hasTaintFlow="r53"
|
||||||
|
|
||||||
|
var r61, r62, r63 string
|
||||||
|
builder2.ScanContext(ctx, &r61, &r62, &r63)
|
||||||
|
|
||||||
|
sink(r61) // $ hasTaintFlow="r61"
|
||||||
|
sink(r62) // $ hasTaintFlow="r62"
|
||||||
|
sink(r63) // $ hasTaintFlow="r63"
|
||||||
|
}
|
||||||
501
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/vendor/github.com/Masterminds/squirrel/stub.go
generated
vendored
Normal file
501
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/vendor/github.com/Masterminds/squirrel/stub.go
generated
vendored
Normal file
@@ -0,0 +1,501 @@
|
|||||||
|
// Code generated by depstubber. DO NOT EDIT.
|
||||||
|
// This is a simple stub for github.com/Masterminds/squirrel, strictly for use in testing.
|
||||||
|
|
||||||
|
// See the LICENSE file for information about the licensing of the original library.
|
||||||
|
// Source: github.com/Masterminds/squirrel (exports: DeleteBuilder,InsertBuilder,QueryRower,QueryRowerContext,Queryer,QueryerContext,SelectBuilder,StdSql,StdSqlCtx,UpdateBuilder; functions: QueryContextWith,QueryRowContextWith,QueryRowWith,QueryWith)
|
||||||
|
|
||||||
|
// Package squirrel is a stub of github.com/Masterminds/squirrel, generated by depstubber.
|
||||||
|
package squirrel
|
||||||
|
|
||||||
|
import (
|
||||||
|
context "context"
|
||||||
|
sql "database/sql"
|
||||||
|
)
|
||||||
|
|
||||||
|
type BaseRunner interface {
|
||||||
|
Exec(_ string, _ ...interface{}) (sql.Result, error)
|
||||||
|
Query(_ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type DeleteBuilder struct{}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Exec() (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) ExecContext(_ context.Context) (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) From(_ string) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Limit(_ uint64) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) MustSql() (string, []interface{}) {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Offset(_ uint64) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) OrderBy(_ ...string) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) PlaceholderFormat(_ PlaceholderFormat) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Prefix(_ string, _ ...interface{}) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) PrefixExpr(_ Sqlizer) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Query() (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) QueryContext(_ context.Context) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) QueryRowContext(_ context.Context) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) RunWith(_ BaseRunner) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) ScanContext(_ context.Context, _ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Suffix(_ string, _ ...interface{}) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) SuffixExpr(_ Sqlizer) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) ToSql() (string, []interface{}, error) {
|
||||||
|
return "", nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ DeleteBuilder) Where(_ interface{}, _ ...interface{}) DeleteBuilder {
|
||||||
|
return DeleteBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
type InsertBuilder struct{}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Columns(_ ...string) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Exec() (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) ExecContext(_ context.Context) (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Into(_ string) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) MustSql() (string, []interface{}) {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Options(_ ...string) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) PlaceholderFormat(_ PlaceholderFormat) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Prefix(_ string, _ ...interface{}) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) PrefixExpr(_ Sqlizer) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Query() (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) QueryContext(_ context.Context) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) QueryRow() RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) QueryRowContext(_ context.Context) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) RunWith(_ BaseRunner) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Scan(_ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) ScanContext(_ context.Context, _ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Select(_ SelectBuilder) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) SetMap(_ map[string]interface{}) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Suffix(_ string, _ ...interface{}) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) SuffixExpr(_ Sqlizer) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) ToSql() (string, []interface{}, error) {
|
||||||
|
return "", nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ InsertBuilder) Values(_ ...interface{}) InsertBuilder {
|
||||||
|
return InsertBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
type PlaceholderFormat interface {
|
||||||
|
ReplacePlaceholders(_ string) (string, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
func QueryContextWith(_ context.Context, _ QueryerContext, _ Sqlizer) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func QueryRowContextWith(_ context.Context, _ QueryRowerContext, _ Sqlizer) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func QueryRowWith(_ QueryRower, _ Sqlizer) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type QueryRower interface {
|
||||||
|
QueryRow(_ string, _ ...interface{}) RowScanner
|
||||||
|
}
|
||||||
|
|
||||||
|
type QueryRowerContext interface {
|
||||||
|
QueryRowContext(_ context.Context, _ string, _ ...interface{}) RowScanner
|
||||||
|
}
|
||||||
|
|
||||||
|
func QueryWith(_ Queryer, _ Sqlizer) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type Queryer interface {
|
||||||
|
Query(_ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type QueryerContext interface {
|
||||||
|
QueryContext(_ context.Context, _ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type RowScanner interface {
|
||||||
|
Scan(_ ...interface{}) error
|
||||||
|
}
|
||||||
|
|
||||||
|
type SelectBuilder struct{}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Column(_ interface{}, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Columns(_ ...string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) CrossJoin(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Distinct() SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Exec() (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) ExecContext(_ context.Context) (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) From(_ string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) FromSelect(_ SelectBuilder, _ string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) GroupBy(_ ...string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Having(_ interface{}, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) InnerJoin(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Join(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) JoinClause(_ interface{}, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) LeftJoin(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Limit(_ uint64) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) MustSql() (string, []interface{}) {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Offset(_ uint64) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Options(_ ...string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) OrderBy(_ ...string) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) OrderByClause(_ interface{}, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) PlaceholderFormat(_ PlaceholderFormat) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Prefix(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) PrefixExpr(_ Sqlizer) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Query() (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) QueryContext(_ context.Context) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) QueryRow() RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) QueryRowContext(_ context.Context) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) RemoveColumns() SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) RemoveLimit() SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) RemoveOffset() SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) RightJoin(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) RunWith(_ BaseRunner) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Scan(_ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) ScanContext(_ context.Context, _ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Suffix(_ string, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) SuffixExpr(_ Sqlizer) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) ToSql() (string, []interface{}, error) {
|
||||||
|
return "", nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ SelectBuilder) Where(_ interface{}, _ ...interface{}) SelectBuilder {
|
||||||
|
return SelectBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
type Sqlizer interface {
|
||||||
|
ToSql() (string, []interface{}, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type StdSql interface {
|
||||||
|
Exec(_ string, _ ...interface{}) (sql.Result, error)
|
||||||
|
Query(_ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
QueryRow(_ string, _ ...interface{}) *sql.Row
|
||||||
|
}
|
||||||
|
|
||||||
|
type StdSqlCtx interface {
|
||||||
|
Exec(_ string, _ ...interface{}) (sql.Result, error)
|
||||||
|
ExecContext(_ context.Context, _ string, _ ...interface{}) (sql.Result, error)
|
||||||
|
Query(_ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
QueryContext(_ context.Context, _ string, _ ...interface{}) (*sql.Rows, error)
|
||||||
|
QueryRow(_ string, _ ...interface{}) *sql.Row
|
||||||
|
QueryRowContext(_ context.Context, _ string, _ ...interface{}) *sql.Row
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateBuilder struct{}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Exec() (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) ExecContext(_ context.Context) (sql.Result, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) From(_ string) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) FromSelect(_ SelectBuilder, _ string) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Limit(_ uint64) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) MustSql() (string, []interface{}) {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Offset(_ uint64) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) OrderBy(_ ...string) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) PlaceholderFormat(_ PlaceholderFormat) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Prefix(_ string, _ ...interface{}) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) PrefixExpr(_ Sqlizer) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Query() (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) QueryContext(_ context.Context) (*sql.Rows, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) QueryRow() RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) QueryRowContext(_ context.Context) RowScanner {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) RunWith(_ BaseRunner) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Scan(_ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) ScanContext(_ context.Context, _ ...interface{}) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Set(_ string, _ interface{}) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) SetMap(_ map[string]interface{}) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Suffix(_ string, _ ...interface{}) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) SuffixExpr(_ Sqlizer) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Table(_ string) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) ToSql() (string, []interface{}, error) {
|
||||||
|
return "", nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (_ UpdateBuilder) Where(_ interface{}, _ ...interface{}) UpdateBuilder {
|
||||||
|
return UpdateBuilder{}
|
||||||
|
}
|
||||||
5
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/vendor/github.com/nonexistent/sources/stub.go
generated
vendored
Normal file
5
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/vendor/github.com/nonexistent/sources/stub.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package sources
|
||||||
|
|
||||||
|
func Source[T any]() T {
|
||||||
|
return *new(T)
|
||||||
|
}
|
||||||
@@ -13,6 +13,9 @@ github.com/couchbase/gocb/v2
|
|||||||
# github.com/jmoiron/sqlx v1.4.0
|
# github.com/jmoiron/sqlx v1.4.0
|
||||||
## explicit
|
## explicit
|
||||||
github.com/jmoiron/sqlx
|
github.com/jmoiron/sqlx
|
||||||
|
# github.com/Masterminds/squirrel v1.5.4
|
||||||
|
## explicit
|
||||||
|
github.com/Masterminds/squirrel
|
||||||
# github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
|
# github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
|
||||||
## explicit
|
## explicit
|
||||||
github.com/rqlite/gorqlite
|
github.com/rqlite/gorqlite
|
||||||
@@ -22,6 +25,9 @@ go.mongodb.org/mongo-driver/mongo
|
|||||||
# gorm.io/gorm v1.25.12
|
# gorm.io/gorm v1.25.12
|
||||||
## explicit
|
## explicit
|
||||||
gorm.io/gorm
|
gorm.io/gorm
|
||||||
|
# github.com/nonexistent/sources v0.0.0-20250300000000-000000000000
|
||||||
|
## explicit
|
||||||
|
github.com/nonexistent/sources
|
||||||
# github.com/couchbase/gocbcore/v10 v10.5.4
|
# github.com/couchbase/gocbcore/v10 v10.5.4
|
||||||
## explicit
|
## explicit
|
||||||
github.com/couchbase/gocbcore/v10
|
github.com/couchbase/gocbcore/v10
|
||||||
|
|||||||
@@ -680,10 +680,17 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Holds if the guard `guard` directly controls block `bb` upon evaluating to `branch`. */
|
||||||
|
predicate guardDirectlyControlsBlock(Guard guard, BasicBlock bb, boolean branch) {
|
||||||
|
guard.directlyControls(bb, branch)
|
||||||
|
}
|
||||||
|
|
||||||
/** Holds if the guard `guard` controls block `bb` upon evaluating to `branch`. */
|
/** Holds if the guard `guard` controls block `bb` upon evaluating to `branch`. */
|
||||||
predicate guardControlsBlock(Guard guard, BasicBlock bb, boolean branch) {
|
predicate guardControlsBlock(Guard guard, BasicBlock bb, boolean branch) {
|
||||||
guard.controls(bb, branch)
|
guard.controls(bb, branch)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
predicate includeWriteDefsInFlowStep() { none() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private module DataFlowIntegrationImpl = Impl::DataFlowIntegration<DataFlowIntegrationInput>;
|
private module DataFlowIntegrationImpl = Impl::DataFlowIntegration<DataFlowIntegrationInput>;
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
| A.java:14:14:14:16 | "A" : String | A.java:14:7:14:20 | SSA def(a) : new A(...) { ... } [p] |
|
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [p] |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:15:16:15:16 | a : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:15:16:15:16 | a : new A(...) { ... } [p] |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:15:16:15:22 | get(...) : String |
|
| A.java:14:14:14:16 | "A" : String | A.java:15:16:15:22 | get(...) : String |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:18:8:18:15 | p : String |
|
| A.java:14:14:14:16 | "A" : String | A.java:18:8:18:15 | p : String |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:18:25:40:3 | SSA def(p) : String |
|
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:28:7:38:5 | SSA def(a) : new A(...) { ... } [p] |
|
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [p] |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:28:11:38:5 | p : String |
|
| A.java:14:14:14:16 | "A" : String | A.java:28:11:38:5 | p : String |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [p] |
|
||||||
@@ -16,16 +13,12 @@
|
|||||||
| A.java:14:14:14:16 | "A" : String | A.java:35:26:35:27 | this : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:35:26:35:27 | this : new A(...) { ... } [p] |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:39:12:39:12 | a : new A(...) { ... } [p] |
|
| A.java:14:14:14:16 | "A" : String | A.java:39:12:39:12 | a : new A(...) { ... } [p] |
|
||||||
| A.java:14:14:14:16 | "A" : String | A.java:39:12:39:12 | p : String |
|
| A.java:14:14:14:16 | "A" : String | A.java:39:12:39:12 | p : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:14:7:14:20 | SSA def(a) : new A(...) { ... } [String s] |
|
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [String s] |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:15:16:15:16 | a : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:15:16:15:16 | a : new A(...) { ... } [String s] |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:15:16:15:22 | get(...) : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:15:16:15:22 | get(...) : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:21:7:21:13 | ...=... : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:21:7:21:13 | ...=... : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:21:7:21:13 | SSA def(s) : String |
|
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:21:7:21:13 | [input] SSA phi(s) : String |
|
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:25:5:25:26 | SSA phi(s) : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:25:5:25:26 | SSA phi(s) : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:25:5:25:26 | phi(String s) : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:25:5:25:26 | phi(String s) : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:28:7:38:5 | SSA def(a) : new A(...) { ... } [String s] |
|
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:28:11:38:5 | String s : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:28:11:38:5 | String s : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [String s] |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [String s] |
|
||||||
@@ -37,16 +30,12 @@
|
|||||||
| A.java:21:11:21:13 | "B" : String | A.java:35:26:35:27 | this : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:35:26:35:27 | this : new A(...) { ... } [String s] |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:39:12:39:12 | String s : String |
|
| A.java:21:11:21:13 | "B" : String | A.java:39:12:39:12 | String s : String |
|
||||||
| A.java:21:11:21:13 | "B" : String | A.java:39:12:39:12 | a : new A(...) { ... } [String s] |
|
| A.java:21:11:21:13 | "B" : String | A.java:39:12:39:12 | a : new A(...) { ... } [String s] |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:14:7:14:20 | SSA def(a) : new A(...) { ... } [String s] |
|
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [String s] |
|
| A.java:23:11:23:13 | "C" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [String s] |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:15:16:15:16 | a : new A(...) { ... } [String s] |
|
| A.java:23:11:23:13 | "C" : String | A.java:15:16:15:16 | a : new A(...) { ... } [String s] |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:15:16:15:22 | get(...) : String |
|
| A.java:23:11:23:13 | "C" : String | A.java:15:16:15:22 | get(...) : String |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:23:7:23:13 | ...=... : String |
|
| A.java:23:11:23:13 | "C" : String | A.java:23:7:23:13 | ...=... : String |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:23:7:23:13 | SSA def(s) : String |
|
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:23:7:23:13 | [input] SSA phi(s) : String |
|
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:25:5:25:26 | SSA phi(s) : String |
|
| A.java:23:11:23:13 | "C" : String | A.java:25:5:25:26 | SSA phi(s) : String |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:25:5:25:26 | phi(String s) : String |
|
| A.java:23:11:23:13 | "C" : String | A.java:25:5:25:26 | phi(String s) : String |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:28:7:38:5 | SSA def(a) : new A(...) { ... } [String s] |
|
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:28:11:38:5 | String s : String |
|
| A.java:23:11:23:13 | "C" : String | A.java:28:11:38:5 | String s : String |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [String s] |
|
| A.java:23:11:23:13 | "C" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [String s] |
|
||||||
| A.java:23:11:23:13 | "C" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [String s] |
|
| A.java:23:11:23:13 | "C" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [String s] |
|
||||||
@@ -60,20 +49,16 @@
|
|||||||
| A.java:23:11:23:13 | "C" : String | A.java:39:12:39:12 | a : new A(...) { ... } [String s] |
|
| A.java:23:11:23:13 | "C" : String | A.java:39:12:39:12 | a : new A(...) { ... } [String s] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:5:4:7 | parameter this [Return] : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:4:5:4:7 | parameter this [Return] : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:9:4:16 | e : String |
|
| A.java:25:22:25:24 | "D" : String | A.java:4:9:4:16 | e : String |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:19:4:31 | SSA def(e) : String |
|
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:21:4:24 | this <.field> [post update] : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:4:21:4:24 | this <.field> [post update] : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:21:4:28 | ...=... : String |
|
| A.java:25:22:25:24 | "D" : String | A.java:4:21:4:28 | ...=... : String |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:4:28:4:28 | e : String |
|
| A.java:25:22:25:24 | "D" : String | A.java:4:28:4:28 | e : String |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:6:12:6:18 | parameter this : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:6:12:6:18 | parameter this : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:6:31:6:34 | elem : String |
|
| A.java:25:22:25:24 | "D" : String | A.java:6:31:6:34 | elem : String |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:6:31:6:34 | this <.field> : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:6:31:6:34 | this <.field> : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:14:7:14:20 | SSA def(a) : new A(...) { ... } [Box b1, ... (2)] |
|
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [Box b1, ... (2)] |
|
| A.java:25:22:25:24 | "D" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [Box b1, ... (2)] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:15:16:15:16 | a : new A(...) { ... } [Box b1, ... (2)] |
|
| A.java:25:22:25:24 | "D" : String | A.java:15:16:15:16 | a : new A(...) { ... } [Box b1, ... (2)] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:15:16:15:22 | get(...) : String |
|
| A.java:25:22:25:24 | "D" : String | A.java:15:16:15:22 | get(...) : String |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:25:9:25:25 | SSA def(b1) : Box [elem] |
|
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:25:14:25:25 | new Box(...) : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:25:14:25:25 | new Box(...) : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:28:7:38:5 | SSA def(a) : new A(...) { ... } [Box b1, ... (2)] |
|
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:28:11:38:5 | Box b1 : Box [elem] |
|
| A.java:25:22:25:24 | "D" : String | A.java:28:11:38:5 | Box b1 : Box [elem] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [Box b1, ... (2)] |
|
| A.java:25:22:25:24 | "D" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [Box b1, ... (2)] |
|
||||||
| A.java:25:22:25:24 | "D" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [Box b1, ... (2)] |
|
| A.java:25:22:25:24 | "D" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [Box b1, ... (2)] |
|
||||||
@@ -88,19 +73,16 @@
|
|||||||
| A.java:25:22:25:24 | "D" : String | A.java:39:12:39:12 | a : new A(...) { ... } [Box b1, ... (2)] |
|
| A.java:25:22:25:24 | "D" : String | A.java:39:12:39:12 | a : new A(...) { ... } [Box b1, ... (2)] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:10:5:16 | parameter this [Return] : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:5:10:5:16 | parameter this [Return] : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:18:5:25 | e : String |
|
| A.java:27:16:27:18 | "E" : String | A.java:5:18:5:25 | e : String |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:28:5:40 | SSA def(e) : String |
|
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:30:5:33 | this <.field> [post update] : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:5:30:5:33 | this <.field> [post update] : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:30:5:37 | ...=... : String |
|
| A.java:27:16:27:18 | "E" : String | A.java:5:30:5:37 | ...=... : String |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:5:37:5:37 | e : String |
|
| A.java:27:16:27:18 | "E" : String | A.java:5:37:5:37 | e : String |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:6:12:6:18 | parameter this : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:6:12:6:18 | parameter this : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:6:31:6:34 | elem : String |
|
| A.java:27:16:27:18 | "E" : String | A.java:6:31:6:34 | elem : String |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:6:31:6:34 | this <.field> : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:6:31:6:34 | this <.field> : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:14:7:14:20 | SSA def(a) : new A(...) { ... } [Box b2, ... (2)] |
|
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [Box b2, ... (2)] |
|
| A.java:27:16:27:18 | "E" : String | A.java:14:11:14:20 | f2(...) : new A(...) { ... } [Box b2, ... (2)] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:15:16:15:16 | a : new A(...) { ... } [Box b2, ... (2)] |
|
| A.java:27:16:27:18 | "E" : String | A.java:15:16:15:16 | a : new A(...) { ... } [Box b2, ... (2)] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:15:16:15:22 | get(...) : String |
|
| A.java:27:16:27:18 | "E" : String | A.java:15:16:15:22 | get(...) : String |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:27:5:27:6 | b2 [post update] : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:27:5:27:6 | b2 [post update] : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:28:7:38:5 | SSA def(a) : new A(...) { ... } [Box b2, ... (2)] |
|
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:28:11:38:5 | Box b2 : Box [elem] |
|
| A.java:27:16:27:18 | "E" : String | A.java:28:11:38:5 | Box b2 : Box [elem] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [Box b2, ... (2)] |
|
| A.java:27:16:27:18 | "E" : String | A.java:28:11:38:5 | new (...) : new A(...) { ... } [Box b2, ... (2)] |
|
||||||
| A.java:27:16:27:18 | "E" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [Box b2, ... (2)] |
|
| A.java:27:16:27:18 | "E" : String | A.java:30:14:30:16 | parameter this : new A(...) { ... } [Box b2, ... (2)] |
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
| A.java:5:18:5:21 | null | A.java:2:13:2:20 | o |
|
| A.java:5:18:5:21 | null | A.java:2:13:2:20 | o |
|
||||||
| A.java:5:18:5:21 | null | A.java:5:12:5:21 | SSA def(src) |
|
|
||||||
| A.java:5:18:5:21 | null | A.java:5:18:5:21 | null |
|
| A.java:5:18:5:21 | null | A.java:5:18:5:21 | null |
|
||||||
| A.java:5:18:5:21 | null | A.java:6:12:6:18 | SSA def(x) |
|
|
||||||
| A.java:5:18:5:21 | null | A.java:6:16:6:18 | src |
|
| A.java:5:18:5:21 | null | A.java:6:16:6:18 | src |
|
||||||
| A.java:5:18:5:21 | null | A.java:7:10:7:10 | x |
|
| A.java:5:18:5:21 | null | A.java:7:10:7:10 | x |
|
||||||
|
|||||||
@@ -3,14 +3,12 @@ edges
|
|||||||
| A.java:12:14:12:18 | src(...) : Object | A.java:12:5:12:5 | b [post update] : Box [elem] |
|
| A.java:12:14:12:18 | src(...) : Object | A.java:12:5:12:5 | b [post update] : Box [elem] |
|
||||||
| A.java:12:14:12:18 | src(...) : Object | A.java:12:5:12:18 | ...=... : Object |
|
| A.java:12:14:12:18 | src(...) : Object | A.java:12:5:12:18 | ...=... : Object |
|
||||||
| A.java:13:12:13:12 | b : Box [elem] | A.java:17:13:17:16 | f1(...) : Box [elem] |
|
| A.java:13:12:13:12 | b : Box [elem] | A.java:17:13:17:16 | f1(...) : Box [elem] |
|
||||||
| A.java:17:9:17:16 | SSA def(b) : Box [elem] | A.java:18:8:18:8 | b : Box [elem] |
|
| A.java:17:13:17:16 | f1(...) : Box [elem] | A.java:18:8:18:8 | b : Box [elem] |
|
||||||
| A.java:17:13:17:16 | f1(...) : Box [elem] | A.java:17:9:17:16 | SSA def(b) : Box [elem] |
|
|
||||||
| A.java:18:8:18:8 | b : Box [elem] | A.java:21:11:21:15 | b : Box [elem] |
|
| A.java:18:8:18:8 | b : Box [elem] | A.java:21:11:21:15 | b : Box [elem] |
|
||||||
#select
|
#select
|
||||||
| 0 | A.java:12:5:12:5 | b [post update] : Box [elem] |
|
| 0 | A.java:12:5:12:5 | b [post update] : Box [elem] |
|
||||||
| 0 | A.java:12:5:12:18 | ...=... : Object |
|
| 0 | A.java:12:5:12:18 | ...=... : Object |
|
||||||
| 0 | A.java:13:12:13:12 | b : Box [elem] |
|
| 0 | A.java:13:12:13:12 | b : Box [elem] |
|
||||||
| 1 | A.java:17:9:17:16 | SSA def(b) : Box [elem] |
|
|
||||||
| 1 | A.java:17:13:17:16 | f1(...) : Box [elem] |
|
| 1 | A.java:17:13:17:16 | f1(...) : Box [elem] |
|
||||||
| 1 | A.java:18:8:18:8 | b : Box [elem] |
|
| 1 | A.java:18:8:18:8 | b : Box [elem] |
|
||||||
| 2 | A.java:21:11:21:15 | b : Box [elem] |
|
| 2 | A.java:21:11:21:15 | b : Box [elem] |
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ edges
|
|||||||
| A.java:4:16:4:18 | parameter this [Return] [elem] | A.java:22:17:22:25 | new Box(...) [elem] |
|
| A.java:4:16:4:18 | parameter this [Return] [elem] | A.java:22:17:22:25 | new Box(...) [elem] |
|
||||||
| A.java:4:16:4:18 | this <constr(this)> [post update] [elem] | A.java:4:16:4:18 | parameter this [Return] [elem] |
|
| A.java:4:16:4:18 | this <constr(this)> [post update] [elem] | A.java:4:16:4:18 | parameter this [Return] [elem] |
|
||||||
| A.java:5:19:5:22 | elem | A.java:24:10:24:19 | other.elem |
|
| A.java:5:19:5:22 | elem | A.java:24:10:24:19 | other.elem |
|
||||||
| A.java:22:9:22:25 | SSA def(other) [elem] | A.java:23:13:23:17 | other [elem] |
|
| A.java:22:17:22:25 | new Box(...) [elem] | A.java:23:13:23:17 | other [elem] |
|
||||||
| A.java:22:17:22:25 | new Box(...) [elem] | A.java:22:9:22:25 | SSA def(other) [elem] |
|
|
||||||
| A.java:23:13:23:17 | other [elem] | A.java:24:10:24:14 | other [elem] |
|
| A.java:23:13:23:17 | other [elem] | A.java:24:10:24:14 | other [elem] |
|
||||||
| A.java:23:13:23:17 | other [post update] [elem] | A.java:24:10:24:14 | other [elem] |
|
| A.java:23:13:23:17 | other [post update] [elem] | A.java:24:10:24:14 | other [elem] |
|
||||||
| A.java:24:10:24:14 | other [elem] | A.java:24:10:24:19 | other.elem |
|
| A.java:24:10:24:14 | other [elem] | A.java:24:10:24:19 | other.elem |
|
||||||
@@ -11,7 +10,6 @@ edges
|
|||||||
| A.java:28:5:28:5 | b [post update] [elem] | A.java:27:16:27:20 | b [Return] [elem] |
|
| A.java:28:5:28:5 | b [post update] [elem] | A.java:27:16:27:20 | b [Return] [elem] |
|
||||||
| A.java:28:14:28:25 | new Object(...) | A.java:28:5:28:5 | b [post update] [elem] |
|
| A.java:28:14:28:25 | new Object(...) | A.java:28:5:28:5 | b [post update] [elem] |
|
||||||
#select
|
#select
|
||||||
| 0 | A.java:22:9:22:25 | SSA def(other) [elem] |
|
|
||||||
| 0 | A.java:22:17:22:25 | new Box(...) [elem] |
|
| 0 | A.java:22:17:22:25 | new Box(...) [elem] |
|
||||||
| 0 | A.java:23:13:23:17 | other [elem] |
|
| 0 | A.java:23:13:23:17 | other [elem] |
|
||||||
| 0 | A.java:23:13:23:17 | other [post update] [elem] |
|
| 0 | A.java:23:13:23:17 | other [post update] [elem] |
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
| TestSwitchExpr.java:4:15:4:22 | o |
|
| TestSwitchExpr.java:4:15:4:22 | o |
|
||||||
| TestSwitchExpr.java:7:16:7:28 | SSA def(x1) |
|
|
||||||
| TestSwitchExpr.java:7:21:7:28 | source(...) |
|
| TestSwitchExpr.java:7:21:7:28 | source(...) |
|
||||||
| TestSwitchExpr.java:8:16:8:30 | SSA def(x2) |
|
|
||||||
| TestSwitchExpr.java:8:21:8:30 | switch (...) |
|
| TestSwitchExpr.java:8:21:8:30 | switch (...) |
|
||||||
| TestSwitchExpr.java:10:24:10:25 | x1 |
|
| TestSwitchExpr.java:10:24:10:25 | x1 |
|
||||||
| TestSwitchExpr.java:12:16:12:30 | SSA def(x3) |
|
|
||||||
| TestSwitchExpr.java:12:21:12:30 | switch (...) |
|
| TestSwitchExpr.java:12:21:12:30 | switch (...) |
|
||||||
| TestSwitchExpr.java:13:38:13:39 | x2 |
|
| TestSwitchExpr.java:13:38:13:39 | x2 |
|
||||||
| TestSwitchExpr.java:16:16:16:30 | SSA def(x4) |
|
|
||||||
| TestSwitchExpr.java:16:21:16:30 | switch (...) |
|
| TestSwitchExpr.java:16:21:16:30 | switch (...) |
|
||||||
| TestSwitchExpr.java:19:23:19:24 | x3 |
|
| TestSwitchExpr.java:19:23:19:24 | x3 |
|
||||||
| TestSwitchExpr.java:23:14:23:15 | x4 |
|
| TestSwitchExpr.java:23:14:23:15 | x4 |
|
||||||
|
|||||||
@@ -1,24 +1,19 @@
|
|||||||
| Test.java:12:15:12:47 | SSA def(inp) |
|
|
||||||
| Test.java:12:21:12:47 | new FileInputStream(...) |
|
| Test.java:12:21:12:47 | new FileInputStream(...) |
|
||||||
| Test.java:14:21:14:39 | buffer(...) |
|
| Test.java:14:21:14:39 | buffer(...) |
|
||||||
| Test.java:14:36:14:38 | inp |
|
| Test.java:14:36:14:38 | inp |
|
||||||
| Test.java:15:16:15:54 | SSA def(lines) |
|
|
||||||
| Test.java:15:24:15:54 | readLines(...) |
|
| Test.java:15:24:15:54 | readLines(...) |
|
||||||
| Test.java:15:42:15:44 | inp |
|
| Test.java:15:42:15:44 | inp |
|
||||||
| Test.java:16:18:16:45 | readFully(...) |
|
| Test.java:16:18:16:45 | readFully(...) |
|
||||||
| Test.java:16:36:16:38 | inp |
|
| Test.java:16:36:16:38 | inp |
|
||||||
| Test.java:17:22:17:55 | toBufferedInputStream(...) |
|
| Test.java:17:22:17:55 | toBufferedInputStream(...) |
|
||||||
| Test.java:17:52:17:54 | inp |
|
| Test.java:17:52:17:54 | inp |
|
||||||
| Test.java:18:10:18:71 | SSA def(bufread) |
|
|
||||||
| Test.java:18:20:18:71 | toBufferedReader(...) |
|
| Test.java:18:20:18:71 | toBufferedReader(...) |
|
||||||
| Test.java:18:45:18:70 | new InputStreamReader(...) |
|
| Test.java:18:45:18:70 | new InputStreamReader(...) |
|
||||||
| Test.java:18:67:18:69 | inp |
|
| Test.java:18:67:18:69 | inp |
|
||||||
| Test.java:19:19:19:48 | toByteArray(...) |
|
| Test.java:19:19:19:48 | toByteArray(...) |
|
||||||
| Test.java:19:39:19:41 | inp |
|
| Test.java:19:39:19:41 | inp |
|
||||||
| Test.java:20:10:20:50 | SSA def(chars) |
|
|
||||||
| Test.java:20:18:20:50 | toCharArray(...) |
|
| Test.java:20:18:20:50 | toCharArray(...) |
|
||||||
| Test.java:20:38:20:40 | inp |
|
| Test.java:20:38:20:40 | inp |
|
||||||
| Test.java:21:10:21:43 | SSA def(s) |
|
|
||||||
| Test.java:21:14:21:43 | toString(...) |
|
| Test.java:21:14:21:43 | toString(...) |
|
||||||
| Test.java:21:31:21:33 | inp |
|
| Test.java:21:31:21:33 | inp |
|
||||||
| Test.java:22:20:22:52 | toInputStream(...) |
|
| Test.java:22:20:22:52 | toInputStream(...) |
|
||||||
|
|||||||
@@ -10,13 +10,11 @@
|
|||||||
| A.java:20:16:20:16 | this <.field> |
|
| A.java:20:16:20:16 | this <.field> |
|
||||||
| A.java:21:12:21:20 | getThis(...) |
|
| A.java:21:12:21:20 | getThis(...) |
|
||||||
| A.java:21:12:21:20 | this <.method> |
|
| A.java:21:12:21:20 | this <.method> |
|
||||||
| A.java:25:7:25:17 | SSA def(a) |
|
|
||||||
| A.java:25:11:25:17 | new A(...) |
|
| A.java:25:11:25:17 | new A(...) |
|
||||||
| A.java:25:11:25:17 | new A(...) [pre constructor] |
|
| A.java:25:11:25:17 | new A(...) [pre constructor] |
|
||||||
| A.java:26:12:26:12 | a |
|
| A.java:26:12:26:12 | a |
|
||||||
| A.java:26:12:26:22 | getThis(...) |
|
| A.java:26:12:26:22 | getThis(...) |
|
||||||
| A.java:26:12:26:36 | getThisWrap(...) |
|
| A.java:26:12:26:36 | getThisWrap(...) |
|
||||||
| A.java:27:7:27:17 | SSA def(c) |
|
|
||||||
| A.java:27:11:27:17 | new C(...) |
|
| A.java:27:11:27:17 | new C(...) |
|
||||||
| A.java:27:11:27:17 | new C(...) [pre constructor] |
|
| A.java:27:11:27:17 | new C(...) [pre constructor] |
|
||||||
| A.java:28:5:28:5 | c |
|
| A.java:28:5:28:5 | c |
|
||||||
|
|||||||
4
javascript/ql/lib/change-notes/2025-03-26-Hapi.md
Normal file
4
javascript/ql/lib/change-notes/2025-03-26-Hapi.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Added support for the newer version of `Hapi` with the `@hapi/hapi` import and `server` function.
|
||||||
@@ -97,7 +97,7 @@ module SsaDataflowInput implements DataFlowIntegrationInputSig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pragma[inline]
|
pragma[inline]
|
||||||
predicate guardControlsBlock(Guard guard, js::BasicBlock bb, boolean branch) {
|
predicate guardDirectlyControlsBlock(Guard guard, js::BasicBlock bb, boolean branch) {
|
||||||
exists(js::ConditionGuardNode g |
|
exists(js::ConditionGuardNode g |
|
||||||
g.getTest() = guard and
|
g.getTest() = guard and
|
||||||
g.dominates(bb) and
|
g.dominates(bb) and
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ module Hapi {
|
|||||||
*/
|
*/
|
||||||
class ServerDefinition extends Http::Servers::StandardServerDefinition, DataFlow::Node {
|
class ServerDefinition extends Http::Servers::StandardServerDefinition, DataFlow::Node {
|
||||||
ServerDefinition() {
|
ServerDefinition() {
|
||||||
// `server = new Hapi.Server()`
|
// `server = new Hapi.Server()`, `server = Hapi.server()`
|
||||||
this = DataFlow::moduleMember("hapi", "Server").getAnInstantiation()
|
this = DataFlow::moduleMember(["hapi", "@hapi/hapi"], ["Server", "server"]).getAnInvocation()
|
||||||
or
|
or
|
||||||
// `server = Glue.compose(manifest, composeOptions)`
|
// `server = Glue.compose(manifest, composeOptions)`
|
||||||
this = DataFlow::moduleMember("@hapi/glue", "compose").getAnInvocation()
|
this = DataFlow::moduleMember("@hapi/glue", "compose").getAnInvocation()
|
||||||
|
|||||||
@@ -184,6 +184,20 @@ API::Node getExtraSuccessorFromNode(API::Node node, AccessPathTokenBase token) {
|
|||||||
or
|
or
|
||||||
token.getName() = "DecoratedParameter" and
|
token.getName() = "DecoratedParameter" and
|
||||||
result = node.getADecoratedParameter()
|
result = node.getADecoratedParameter()
|
||||||
|
or
|
||||||
|
token.getName() = "GuardedRouteHandler" and
|
||||||
|
result = getAGuardedRouteHandlerApprox(node)
|
||||||
|
}
|
||||||
|
|
||||||
|
bindingset[node]
|
||||||
|
pragma[inline_late]
|
||||||
|
private API::Node getAGuardedRouteHandlerApprox(API::Node node) {
|
||||||
|
// For now just get any routing node with the same root (i.e. the same web app), as
|
||||||
|
// there are some known performance issues when checking if it is actually guarded by the given node.
|
||||||
|
exists(JS::Routing::Node root |
|
||||||
|
root = JS::Routing::getNode(node.getAValueReachableFromSource()).getRootNode() and
|
||||||
|
root = JS::Routing::getNode(result.asSink()).getRootNode()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -317,7 +331,7 @@ predicate isExtraValidTokenNameInIdentifyingAccessPath(string name) {
|
|||||||
[
|
[
|
||||||
"Member", "AnyMember", "Instance", "Awaited", "ArrayElement", "Element", "MapValue",
|
"Member", "AnyMember", "Instance", "Awaited", "ArrayElement", "Element", "MapValue",
|
||||||
"NewCall", "Call", "DecoratedClass", "DecoratedMember", "DecoratedParameter",
|
"NewCall", "Call", "DecoratedClass", "DecoratedMember", "DecoratedParameter",
|
||||||
"WithStringArgument"
|
"WithStringArgument", "GuardedRouteHandler"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,7 +343,7 @@ predicate isExtraValidNoArgumentTokenInIdentifyingAccessPath(string name) {
|
|||||||
name =
|
name =
|
||||||
[
|
[
|
||||||
"AnyMember", "Instance", "Awaited", "ArrayElement", "Element", "MapValue", "NewCall", "Call",
|
"AnyMember", "Instance", "Awaited", "ArrayElement", "Element", "MapValue", "NewCall", "Call",
|
||||||
"DecoratedClass", "DecoratedMember", "DecoratedParameter"
|
"DecoratedClass", "DecoratedMember", "DecoratedParameter", "GuardedRouteHandler"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
const express = require('express');
|
||||||
|
const app = express();
|
||||||
|
const testlib = require('testlib');
|
||||||
|
|
||||||
|
app.get('/before', (req, res) => {
|
||||||
|
sink(req.injectedReqData); // OK [INCONSISTENCY] - happens before middleware
|
||||||
|
sink(req.injectedResData); // OK - wrong parameter
|
||||||
|
|
||||||
|
sink(res.injectedReqData); // OK - wrong parameter
|
||||||
|
sink(res.injectedResData); // OK [INCONSISTENCY] - happens before middleware
|
||||||
|
});
|
||||||
|
|
||||||
|
app.use(testlib.middleware());
|
||||||
|
|
||||||
|
app.get('/after', (req, res) => {
|
||||||
|
sink(req.injectedReqData); // NOT OK
|
||||||
|
sink(req.injectedResData); // OK - wrong parameter
|
||||||
|
|
||||||
|
sink(res.injectedReqData); // OK - wrong parameter
|
||||||
|
sink(res.injectedResData); // NOT OK
|
||||||
|
});
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
legacyDataFlowDifference
|
legacyDataFlowDifference
|
||||||
consistencyIssue
|
consistencyIssue
|
||||||
taintFlow
|
taintFlow
|
||||||
|
| guardedRouteHandler.js:6:10:6:28 | req.injectedReqData | guardedRouteHandler.js:6:10:6:28 | req.injectedReqData |
|
||||||
|
| guardedRouteHandler.js:10:10:10:28 | res.injectedResData | guardedRouteHandler.js:10:10:10:28 | res.injectedResData |
|
||||||
|
| guardedRouteHandler.js:16:10:16:28 | req.injectedReqData | guardedRouteHandler.js:16:10:16:28 | req.injectedReqData |
|
||||||
|
| guardedRouteHandler.js:20:10:20:28 | res.injectedResData | guardedRouteHandler.js:20:10:20:28 | res.injectedResData |
|
||||||
| paramDecorator.ts:6:54:6:54 | x | paramDecorator.ts:7:10:7:10 | x |
|
| paramDecorator.ts:6:54:6:54 | x | paramDecorator.ts:7:10:7:10 | x |
|
||||||
| test.js:5:30:5:37 | source() | test.js:5:8:5:38 | testlib ... urce()) |
|
| test.js:5:30:5:37 | source() | test.js:5:8:5:38 | testlib ... urce()) |
|
||||||
| test.js:6:22:6:29 | source() | test.js:6:8:6:30 | preserv ... urce()) |
|
| test.js:6:22:6:29 | source() | test.js:6:8:6:30 | preserv ... urce()) |
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ extensions:
|
|||||||
- ['testlib', 'Member[getSourceArray].ReturnValue.ArrayElement', 'test-source']
|
- ['testlib', 'Member[getSourceArray].ReturnValue.ArrayElement', 'test-source']
|
||||||
- ['(testlib)', 'Member[parenthesizedPackageName].ReturnValue', 'test-source']
|
- ['(testlib)', 'Member[parenthesizedPackageName].ReturnValue', 'test-source']
|
||||||
- ['danger-constant', 'Member[danger]', 'test-source']
|
- ['danger-constant', 'Member[danger]', 'test-source']
|
||||||
|
- ['testlib', 'Member[middleware].ReturnValue.GuardedRouteHandler.Parameter[0].Member[injectedReqData]', 'test-source']
|
||||||
|
- ['testlib', 'Member[middleware].ReturnValue.GuardedRouteHandler.Parameter[1].Member[injectedResData]', 'test-source']
|
||||||
|
|
||||||
- addsTo:
|
- addsTo:
|
||||||
pack: codeql/javascript-all
|
pack: codeql/javascript-all
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
var server1 = new (require('@hapi/hapi')).Server(); // HTTP::Server
|
||||||
|
|
||||||
|
var Hapi = require('@hapi/hapi');
|
||||||
|
var server2 = new Hapi.Server(); // HTTP::Server
|
||||||
|
|
||||||
|
function handler1(){} // HTTP::RouteHandler
|
||||||
|
server2.route({
|
||||||
|
handler: handler1
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
server2.route({
|
||||||
|
handler: function handler2(request, reply){ // HTTP::RouteHandler
|
||||||
|
request.response.header('HEADER1', '') // HTTP::HeaderDefinition
|
||||||
|
}});
|
||||||
|
|
||||||
|
server2.ext('onPreResponse', function handler3(request, reply) { // HTTP::RouteHandler
|
||||||
|
})
|
||||||
|
|
||||||
|
function handler4(request, reply){
|
||||||
|
request.rawPayload;
|
||||||
|
request.payload.foo;
|
||||||
|
request.query.bar;
|
||||||
|
request.url.path;
|
||||||
|
request.headers.baz;
|
||||||
|
request.state.token;
|
||||||
|
}
|
||||||
|
var route = {handler: handler4};
|
||||||
|
server2.route(route);
|
||||||
|
|
||||||
|
server2.cache({ segment: 'countries', expiresIn: 60*60*1000 });
|
||||||
|
|
||||||
|
function getHandler() {
|
||||||
|
return function (req, h){}
|
||||||
|
}
|
||||||
|
server2.route({handler: getHandler()});
|
||||||
@@ -9,6 +9,11 @@ test_RouteSetup
|
|||||||
| src/hapiglue.js:17:1:18:2 | server2 ... dler\\n}) |
|
| src/hapiglue.js:17:1:18:2 | server2 ... dler\\n}) |
|
||||||
| src/hapiglue.js:31:1:31:20 | server2.route(route) |
|
| src/hapiglue.js:31:1:31:20 | server2.route(route) |
|
||||||
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) |
|
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) |
|
||||||
|
| src/hapihapi.js:7:1:9:2 | server2 ... ler1\\n}) |
|
||||||
|
| src/hapihapi.js:12:1:15:7 | server2 ... }}) |
|
||||||
|
| src/hapihapi.js:17:1:18:2 | server2 ... dler\\n}) |
|
||||||
|
| src/hapihapi.js:29:1:29:20 | server2.route(route) |
|
||||||
|
| src/hapihapi.js:36:1:36:38 | server2 ... ler()}) |
|
||||||
test_RequestExpr
|
test_RequestExpr
|
||||||
| src/hapi.js:13:32:13:38 | request | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapi.js:13:32:13:38 | request | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
| src/hapi.js:13:32:13:38 | request | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapi.js:13:32:13:38 | request | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
@@ -38,12 +43,27 @@ test_RequestExpr
|
|||||||
| src/hapiglue.js:27:3:27:9 | request | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
| src/hapiglue.js:27:3:27:9 | request | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
||||||
| src/hapiglue.js:28:3:28:9 | request | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
| src/hapiglue.js:28:3:28:9 | request | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
||||||
| src/hapiglue.js:36:22:36:24 | req | src/hapiglue.js:36:12:36:33 | functio ... hapi){} |
|
| src/hapiglue.js:36:22:36:24 | req | src/hapiglue.js:36:12:36:33 | functio ... hapi){} |
|
||||||
|
| src/hapihapi.js:13:32:13:38 | request | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:13:32:13:38 | request | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:14:9:14:15 | request | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:17:48:17:54 | request | src/hapihapi.js:17:30:18:1 | functio ... ndler\\n} |
|
||||||
|
| src/hapihapi.js:20:19:20:25 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:20:19:20:25 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:21:3:21:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:22:3:22:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:23:3:23:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:24:3:24:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:25:3:25:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:26:3:26:9 | request | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:34:22:34:24 | req | src/hapihapi.js:34:12:34:30 | function (req, h){} |
|
||||||
test_HeaderAccess
|
test_HeaderAccess
|
||||||
| src/hapi.js:25:3:25:21 | request.headers.baz | baz |
|
| src/hapi.js:25:3:25:21 | request.headers.baz | baz |
|
||||||
| src/hapiglue.js:27:3:27:21 | request.headers.baz | baz |
|
| src/hapiglue.js:27:3:27:21 | request.headers.baz | baz |
|
||||||
|
| src/hapihapi.js:25:3:25:21 | request.headers.baz | baz |
|
||||||
test_ResponseExpr
|
test_ResponseExpr
|
||||||
| src/hapi.js:14:9:14:24 | request.response | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapi.js:14:9:14:24 | request.response | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
| src/hapiglue.js:14:9:14:24 | request.response | src/hapiglue.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapiglue.js:14:9:14:24 | request.response | src/hapiglue.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:14:9:14:24 | request.response | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
test_RouteHandler
|
test_RouteHandler
|
||||||
| src/hapi.js:6:1:6:21 | functio ... er1(){} | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
| src/hapi.js:6:1:6:21 | functio ... er1(){} | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
@@ -55,9 +75,15 @@ test_RouteHandler
|
|||||||
| src/hapiglue.js:17:30:18:1 | functio ... ndler\\n} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:17:30:18:1 | functio ... ndler\\n} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
| src/hapiglue.js:36:12:36:33 | functio ... hapi){} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:36:12:36:33 | functio ... hapi){} | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
|
| src/hapihapi.js:6:1:6:21 | functio ... er1(){} | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:13:14:15:5 | functio ... n\\n } | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:17:30:18:1 | functio ... ndler\\n} | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:34:12:34:30 | function (req, h){} | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
test_HeaderDefinition
|
test_HeaderDefinition
|
||||||
| src/hapi.js:14:9:14:46 | request ... 1', '') | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapi.js:14:9:14:46 | request ... 1', '') | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | src/hapiglue.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | src/hapiglue.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:14:9:14:46 | request ... 1', '') | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
test_ServerDefinition
|
test_ServerDefinition
|
||||||
| src/hapi.js:1:15:1:44 | new (re ... erver() |
|
| src/hapi.js:1:15:1:44 | new (re ... erver() |
|
||||||
| src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
| src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
@@ -65,6 +91,8 @@ test_ServerDefinition
|
|||||||
| src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
| src/hapiglue.js:43:19:43:24 | server |
|
| src/hapiglue.js:43:19:43:24 | server |
|
||||||
| src/hapiglue.js:44:45:44:51 | server_ |
|
| src/hapiglue.js:44:45:44:51 | server_ |
|
||||||
|
| src/hapihapi.js:1:15:1:50 | new (re ... erver() |
|
||||||
|
| src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
test_RequestInputAccess
|
test_RequestInputAccess
|
||||||
| src/hapi.js:21:3:21:20 | request.rawPayload | body | src/hapi.js:20:1:27:1 | functio ... oken;\\n} |
|
| src/hapi.js:21:3:21:20 | request.rawPayload | body | src/hapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
| src/hapi.js:22:3:22:21 | request.payload.foo | body | src/hapi.js:20:1:27:1 | functio ... oken;\\n} |
|
| src/hapi.js:22:3:22:21 | request.payload.foo | body | src/hapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
@@ -80,6 +108,12 @@ test_RequestInputAccess
|
|||||||
| src/hapiglue.js:26:3:26:20 | request.url.origin | url | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
| src/hapiglue.js:26:3:26:20 | request.url.origin | url | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
||||||
| src/hapiglue.js:27:3:27:21 | request.headers.baz | header | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
| src/hapiglue.js:27:3:27:21 | request.headers.baz | header | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
||||||
| src/hapiglue.js:28:3:28:21 | request.state.token | cookie | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
| src/hapiglue.js:28:3:28:21 | request.state.token | cookie | src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:21:3:21:20 | request.rawPayload | body | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:22:3:22:21 | request.payload.foo | body | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:23:3:23:19 | request.query.bar | parameter | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:24:3:24:18 | request.url.path | url | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:25:3:25:21 | request.headers.baz | header | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:26:3:26:21 | request.state.token | cookie | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
test_RouteSetup_getServer
|
test_RouteSetup_getServer
|
||||||
| src/hapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
| src/hapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
| src/hapi.js:12:1:15:7 | server2 ... }}) | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
| src/hapi.js:12:1:15:7 | server2 ... }}) | src/hapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
@@ -91,9 +125,15 @@ test_RouteSetup_getServer
|
|||||||
| src/hapiglue.js:17:1:18:2 | server2 ... dler\\n}) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:17:1:18:2 | server2 ... dler\\n}) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
| src/hapiglue.js:31:1:31:20 | server2.route(route) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:31:1:31:20 | server2.route(route) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:4:15:4:69 | new Hap ... ptions) |
|
||||||
|
| src/hapihapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:12:1:15:7 | server2 ... }}) | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:17:1:18:2 | server2 ... dler\\n}) | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:29:1:29:20 | server2.route(route) | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
|
| src/hapihapi.js:36:1:36:38 | server2 ... ler()}) | src/hapihapi.js:4:15:4:31 | new Hapi.Server() |
|
||||||
test_HeaderDefinition_defines
|
test_HeaderDefinition_defines
|
||||||
| src/hapi.js:14:9:14:46 | request ... 1', '') | header1 | |
|
| src/hapi.js:14:9:14:46 | request ... 1', '') | header1 | |
|
||||||
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | header1 | |
|
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | header1 | |
|
||||||
|
| src/hapihapi.js:14:9:14:46 | request ... 1', '') | header1 | |
|
||||||
test_RouteSetup_getARouteHandler
|
test_RouteSetup_getARouteHandler
|
||||||
| src/hapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapi.js:6:1:6:21 | functio ... er1(){} |
|
| src/hapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapi.js:6:1:6:21 | functio ... er1(){} |
|
||||||
| src/hapi.js:12:1:15:7 | server2 ... }}) | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
| src/hapi.js:12:1:15:7 | server2 ... }}) | src/hapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
@@ -109,6 +149,13 @@ test_RouteSetup_getARouteHandler
|
|||||||
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:35:1:37:1 | return of function getHandler |
|
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:35:1:37:1 | return of function getHandler |
|
||||||
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:36:12:36:33 | functio ... hapi){} |
|
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:36:12:36:33 | functio ... hapi){} |
|
||||||
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:38:25:38:36 | getHandler() |
|
| src/hapiglue.js:38:1:38:38 | server2 ... ler()}) | src/hapiglue.js:38:25:38:36 | getHandler() |
|
||||||
|
| src/hapihapi.js:7:1:9:2 | server2 ... ler1\\n}) | src/hapihapi.js:6:1:6:21 | functio ... er1(){} |
|
||||||
|
| src/hapihapi.js:12:1:15:7 | server2 ... }}) | src/hapihapi.js:13:14:15:5 | functio ... n\\n } |
|
||||||
|
| src/hapihapi.js:17:1:18:2 | server2 ... dler\\n}) | src/hapihapi.js:17:30:18:1 | functio ... ndler\\n} |
|
||||||
|
| src/hapihapi.js:29:1:29:20 | server2.route(route) | src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} |
|
||||||
|
| src/hapihapi.js:36:1:36:38 | server2 ... ler()}) | src/hapihapi.js:33:1:35:1 | return of function getHandler |
|
||||||
|
| src/hapihapi.js:36:1:36:38 | server2 ... ler()}) | src/hapihapi.js:34:12:34:30 | function (req, h){} |
|
||||||
|
| src/hapihapi.js:36:1:36:38 | server2 ... ler()}) | src/hapihapi.js:36:25:36:36 | getHandler() |
|
||||||
test_RouteHandler_getARequestExpr
|
test_RouteHandler_getARequestExpr
|
||||||
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:13:32:13:38 | request |
|
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:13:32:13:38 | request |
|
||||||
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:13:32:13:38 | request |
|
| src/hapi.js:13:14:15:5 | functio ... n\\n } | src/hapi.js:13:32:13:38 | request |
|
||||||
@@ -138,9 +185,24 @@ test_RouteHandler_getARequestExpr
|
|||||||
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:27:3:27:9 | request |
|
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:27:3:27:9 | request |
|
||||||
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:28:3:28:9 | request |
|
| src/hapiglue.js:20:1:29:1 | functio ... oken;\\n} | src/hapiglue.js:28:3:28:9 | request |
|
||||||
| src/hapiglue.js:36:12:36:33 | functio ... hapi){} | src/hapiglue.js:36:22:36:24 | req |
|
| src/hapiglue.js:36:12:36:33 | functio ... hapi){} | src/hapiglue.js:36:22:36:24 | req |
|
||||||
|
| src/hapihapi.js:13:14:15:5 | functio ... n\\n } | src/hapihapi.js:13:32:13:38 | request |
|
||||||
|
| src/hapihapi.js:13:14:15:5 | functio ... n\\n } | src/hapihapi.js:13:32:13:38 | request |
|
||||||
|
| src/hapihapi.js:13:14:15:5 | functio ... n\\n } | src/hapihapi.js:14:9:14:15 | request |
|
||||||
|
| src/hapihapi.js:17:30:18:1 | functio ... ndler\\n} | src/hapihapi.js:17:48:17:54 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:20:19:20:25 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:20:19:20:25 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:21:3:21:9 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:22:3:22:9 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:23:3:23:9 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:24:3:24:9 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:25:3:25:9 | request |
|
||||||
|
| src/hapihapi.js:20:1:27:1 | functio ... oken;\\n} | src/hapihapi.js:26:3:26:9 | request |
|
||||||
|
| src/hapihapi.js:34:12:34:30 | function (req, h){} | src/hapihapi.js:34:22:34:24 | req |
|
||||||
test_HeaderDefinition_getAHeaderName
|
test_HeaderDefinition_getAHeaderName
|
||||||
| src/hapi.js:14:9:14:46 | request ... 1', '') | header1 |
|
| src/hapi.js:14:9:14:46 | request ... 1', '') | header1 |
|
||||||
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | header1 |
|
| src/hapiglue.js:14:9:14:46 | request ... 1', '') | header1 |
|
||||||
|
| src/hapihapi.js:14:9:14:46 | request ... 1', '') | header1 |
|
||||||
test_RouteHandler_getAResponseHeader
|
test_RouteHandler_getAResponseHeader
|
||||||
| src/hapi.js:13:14:15:5 | functio ... n\\n } | header1 | src/hapi.js:14:9:14:46 | request ... 1', '') |
|
| src/hapi.js:13:14:15:5 | functio ... n\\n } | header1 | src/hapi.js:14:9:14:46 | request ... 1', '') |
|
||||||
| src/hapiglue.js:13:14:15:5 | functio ... n\\n } | header1 | src/hapiglue.js:14:9:14:46 | request ... 1', '') |
|
| src/hapiglue.js:13:14:15:5 | functio ... n\\n } | header1 | src/hapiglue.js:14:9:14:46 | request ... 1', '') |
|
||||||
|
| src/hapihapi.js:13:14:15:5 | functio ... n\\n } | header1 | src/hapihapi.js:14:9:14:46 | request ... 1', '') |
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
| express.js:8:20:8:32 | req.query.bar | express.js:8:20:8:32 | req.query.bar | express.js:8:20:8:32 | req.query.bar | This path depends on a $@. | express.js:8:20:8:32 | req.query.bar | user-provided value |
|
| express.js:8:20:8:32 | req.query.bar | express.js:8:20:8:32 | req.query.bar | express.js:8:20:8:32 | req.query.bar | This path depends on a $@. | express.js:8:20:8:32 | req.query.bar | user-provided value |
|
||||||
| handlebars.js:11:32:11:39 | filePath | handlebars.js:29:46:29:60 | req.params.path | handlebars.js:11:32:11:39 | filePath | This path depends on a $@. | handlebars.js:29:46:29:60 | req.params.path | user-provided value |
|
| handlebars.js:11:32:11:39 | filePath | handlebars.js:29:46:29:60 | req.params.path | handlebars.js:11:32:11:39 | filePath | This path depends on a $@. | handlebars.js:29:46:29:60 | req.params.path | user-provided value |
|
||||||
| handlebars.js:15:25:15:32 | filePath | handlebars.js:43:15:43:29 | req.params.path | handlebars.js:15:25:15:32 | filePath | This path depends on a $@. | handlebars.js:43:15:43:29 | req.params.path | user-provided value |
|
| handlebars.js:15:25:15:32 | filePath | handlebars.js:43:15:43:29 | req.params.path | handlebars.js:15:25:15:32 | filePath | This path depends on a $@. | handlebars.js:43:15:43:29 | req.params.path | user-provided value |
|
||||||
|
| hapi.js:15:44:15:51 | filepath | hapi.js:14:30:14:51 | request ... ilepath | hapi.js:15:44:15:51 | filepath | This path depends on a $@. | hapi.js:14:30:14:51 | request ... ilepath | user-provided value |
|
||||||
| normalizedPaths.js:13:19:13:22 | path | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:13:19:13:22 | path | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
| normalizedPaths.js:13:19:13:22 | path | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:13:19:13:22 | path | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
||||||
| normalizedPaths.js:14:19:14:29 | './' + path | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:14:19:14:29 | './' + path | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
| normalizedPaths.js:14:19:14:29 | './' + path | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:14:19:14:29 | './' + path | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
||||||
| normalizedPaths.js:15:19:15:38 | path + '/index.html' | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:15:19:15:38 | path + '/index.html' | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
| normalizedPaths.js:15:19:15:38 | path + '/index.html' | normalizedPaths.js:11:14:11:27 | req.query.path | normalizedPaths.js:15:19:15:38 | path + '/index.html' | This path depends on a $@. | normalizedPaths.js:11:14:11:27 | req.query.path | user-provided value |
|
||||||
@@ -344,6 +345,8 @@ edges
|
|||||||
| handlebars.js:13:73:13:80 | filePath | handlebars.js:15:25:15:32 | filePath | provenance | |
|
| handlebars.js:13:73:13:80 | filePath | handlebars.js:15:25:15:32 | filePath | provenance | |
|
||||||
| handlebars.js:29:46:29:60 | req.params.path | handlebars.js:10:51:10:58 | filePath | provenance | |
|
| handlebars.js:29:46:29:60 | req.params.path | handlebars.js:10:51:10:58 | filePath | provenance | |
|
||||||
| handlebars.js:43:15:43:29 | req.params.path | handlebars.js:13:73:13:80 | filePath | provenance | |
|
| handlebars.js:43:15:43:29 | req.params.path | handlebars.js:13:73:13:80 | filePath | provenance | |
|
||||||
|
| hapi.js:14:19:14:51 | filepath | hapi.js:15:44:15:51 | filepath | provenance | |
|
||||||
|
| hapi.js:14:30:14:51 | request ... ilepath | hapi.js:14:19:14:51 | filepath | provenance | |
|
||||||
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:13:19:13:22 | path | provenance | |
|
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:13:19:13:22 | path | provenance | |
|
||||||
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:14:26:14:29 | path | provenance | |
|
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:14:26:14:29 | path | provenance | |
|
||||||
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:15:19:15:22 | path | provenance | |
|
| normalizedPaths.js:11:7:11:27 | path | normalizedPaths.js:15:19:15:22 | path | provenance | |
|
||||||
@@ -821,6 +824,9 @@ nodes
|
|||||||
| handlebars.js:15:25:15:32 | filePath | semmle.label | filePath |
|
| handlebars.js:15:25:15:32 | filePath | semmle.label | filePath |
|
||||||
| handlebars.js:29:46:29:60 | req.params.path | semmle.label | req.params.path |
|
| handlebars.js:29:46:29:60 | req.params.path | semmle.label | req.params.path |
|
||||||
| handlebars.js:43:15:43:29 | req.params.path | semmle.label | req.params.path |
|
| handlebars.js:43:15:43:29 | req.params.path | semmle.label | req.params.path |
|
||||||
|
| hapi.js:14:19:14:51 | filepath | semmle.label | filepath |
|
||||||
|
| hapi.js:14:30:14:51 | request ... ilepath | semmle.label | request ... ilepath |
|
||||||
|
| hapi.js:15:44:15:51 | filepath | semmle.label | filepath |
|
||||||
| normalizedPaths.js:11:7:11:27 | path | semmle.label | path |
|
| normalizedPaths.js:11:7:11:27 | path | semmle.label | path |
|
||||||
| normalizedPaths.js:11:14:11:27 | req.query.path | semmle.label | req.query.path |
|
| normalizedPaths.js:11:14:11:27 | req.query.path | semmle.label | req.query.path |
|
||||||
| normalizedPaths.js:13:19:13:22 | path | semmle.label | path |
|
| normalizedPaths.js:13:19:13:22 | path | semmle.label | path |
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
const Hapi = require('@hapi/hapi');
|
||||||
|
const fs = require('fs').promises;
|
||||||
|
|
||||||
|
(async () => {
|
||||||
|
const server = Hapi.server({
|
||||||
|
port: 3005,
|
||||||
|
host: 'localhost'
|
||||||
|
});
|
||||||
|
|
||||||
|
server.route({
|
||||||
|
method: 'GET',
|
||||||
|
path: '/hello',
|
||||||
|
handler: async (request, h) => {
|
||||||
|
const filepath = request.query.filepath; // $ Source
|
||||||
|
const data = await fs.readFile(filepath, 'utf8'); // $ Alert
|
||||||
|
const firstLine = data.split('\n')[0];
|
||||||
|
return firstLine;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
await server.start();
|
||||||
|
})();
|
||||||
@@ -11,7 +11,7 @@ load("@rules_rust//rust:defs.bzl", "rust_library")
|
|||||||
package(default_visibility = ["//visibility:public"])
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
rust_library(
|
rust_library(
|
||||||
name = "heck",
|
name = "allocator_api2",
|
||||||
srcs = glob(
|
srcs = glob(
|
||||||
include = ["**/*.rs"],
|
include = ["**/*.rs"],
|
||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
@@ -29,7 +29,7 @@ rust_library(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
crate_features = [
|
crate_features = [
|
||||||
"default",
|
"alloc",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
@@ -38,7 +38,7 @@ rust_library(
|
|||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-bazel",
|
"cargo-bazel",
|
||||||
"crate-name=heck",
|
"crate-name=allocator-api2",
|
||||||
"manual",
|
"manual",
|
||||||
"noclippy",
|
"noclippy",
|
||||||
"norustfmt",
|
"norustfmt",
|
||||||
@@ -82,5 +82,5 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.4.1",
|
version = "0.2.21",
|
||||||
)
|
)
|
||||||
@@ -84,9 +84,9 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "1.0.96",
|
version = "1.0.97",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__anyhow-1.0.96//:build_script_build",
|
"@vendor_ts__anyhow-1.0.97//:build_script_build",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ cargo_build_script(
|
|||||||
"noclippy",
|
"noclippy",
|
||||||
"norustfmt",
|
"norustfmt",
|
||||||
],
|
],
|
||||||
version = "1.0.96",
|
version = "1.0.97",
|
||||||
visibility = ["//visibility:private"],
|
visibility = ["//visibility:private"],
|
||||||
)
|
)
|
||||||
|
|
||||||
160
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel
generated
vendored
160
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel
generated
vendored
@@ -32,14 +32,14 @@ filegroup(
|
|||||||
|
|
||||||
# Workspace Member Dependencies
|
# Workspace Member Dependencies
|
||||||
alias(
|
alias(
|
||||||
name = "anyhow-1.0.96",
|
name = "anyhow-1.0.97",
|
||||||
actual = "@vendor_ts__anyhow-1.0.96//:anyhow",
|
actual = "@vendor_ts__anyhow-1.0.97//:anyhow",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "anyhow",
|
name = "anyhow",
|
||||||
actual = "@vendor_ts__anyhow-1.0.96//:anyhow",
|
actual = "@vendor_ts__anyhow-1.0.97//:anyhow",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -56,38 +56,38 @@ alias(
|
|||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "chalk-ir-0.99.0",
|
name = "chalk-ir-0.100.0",
|
||||||
actual = "@vendor_ts__chalk-ir-0.99.0//:chalk_ir",
|
actual = "@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "chalk-ir",
|
name = "chalk-ir",
|
||||||
actual = "@vendor_ts__chalk-ir-0.99.0//:chalk_ir",
|
actual = "@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "chrono-0.4.39",
|
name = "chrono-0.4.40",
|
||||||
actual = "@vendor_ts__chrono-0.4.39//:chrono",
|
actual = "@vendor_ts__chrono-0.4.40//:chrono",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "chrono",
|
name = "chrono",
|
||||||
actual = "@vendor_ts__chrono-0.4.39//:chrono",
|
actual = "@vendor_ts__chrono-0.4.40//:chrono",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "clap-4.5.31",
|
name = "clap-4.5.32",
|
||||||
actual = "@vendor_ts__clap-4.5.31//:clap",
|
actual = "@vendor_ts__clap-4.5.32//:clap",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "clap",
|
name = "clap",
|
||||||
actual = "@vendor_ts__clap-4.5.31//:clap",
|
actual = "@vendor_ts__clap-4.5.32//:clap",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -104,14 +104,14 @@ alias(
|
|||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "either-1.14.0",
|
name = "either-1.15.0",
|
||||||
actual = "@vendor_ts__either-1.14.0//:either",
|
actual = "@vendor_ts__either-1.15.0//:either",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "either",
|
name = "either",
|
||||||
actual = "@vendor_ts__either-1.14.0//:either",
|
actual = "@vendor_ts__either-1.15.0//:either",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -236,224 +236,224 @@ alias(
|
|||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "proc-macro2-1.0.93",
|
name = "proc-macro2-1.0.94",
|
||||||
actual = "@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
actual = "@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "proc-macro2",
|
name = "proc-macro2",
|
||||||
actual = "@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
actual = "@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "quote-1.0.38",
|
name = "quote-1.0.40",
|
||||||
actual = "@vendor_ts__quote-1.0.38//:quote",
|
actual = "@vendor_ts__quote-1.0.40//:quote",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "quote",
|
name = "quote",
|
||||||
actual = "@vendor_ts__quote-1.0.38//:quote",
|
actual = "@vendor_ts__quote-1.0.40//:quote",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_base_db-0.0.266",
|
name = "ra_ap_base_db-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_base_db-0.0.266//:ra_ap_base_db",
|
actual = "@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_base_db",
|
name = "ra_ap_base_db",
|
||||||
actual = "@vendor_ts__ra_ap_base_db-0.0.266//:ra_ap_base_db",
|
actual = "@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_cfg-0.0.266",
|
name = "ra_ap_cfg-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg",
|
actual = "@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_cfg",
|
name = "ra_ap_cfg",
|
||||||
actual = "@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg",
|
actual = "@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir-0.0.266",
|
name = "ra_ap_hir-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_hir-0.0.266//:ra_ap_hir",
|
actual = "@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir",
|
name = "ra_ap_hir",
|
||||||
actual = "@vendor_ts__ra_ap_hir-0.0.266//:ra_ap_hir",
|
actual = "@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_def-0.0.266",
|
name = "ra_ap_hir_def-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.266//:ra_ap_hir_def",
|
actual = "@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_def",
|
name = "ra_ap_hir_def",
|
||||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.266//:ra_ap_hir_def",
|
actual = "@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_expand-0.0.266",
|
name = "ra_ap_hir_expand-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.266//:ra_ap_hir_expand",
|
actual = "@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_expand",
|
name = "ra_ap_hir_expand",
|
||||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.266//:ra_ap_hir_expand",
|
actual = "@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_ty-0.0.266",
|
name = "ra_ap_hir_ty-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.266//:ra_ap_hir_ty",
|
actual = "@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_hir_ty",
|
name = "ra_ap_hir_ty",
|
||||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.266//:ra_ap_hir_ty",
|
actual = "@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_ide_db-0.0.266",
|
name = "ra_ap_ide_db-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.266//:ra_ap_ide_db",
|
actual = "@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_ide_db",
|
name = "ra_ap_ide_db",
|
||||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.266//:ra_ap_ide_db",
|
actual = "@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_intern-0.0.266",
|
name = "ra_ap_intern-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern",
|
actual = "@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_intern",
|
name = "ra_ap_intern",
|
||||||
actual = "@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern",
|
actual = "@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_load-cargo-0.0.266",
|
name = "ra_ap_load-cargo-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.266//:ra_ap_load_cargo",
|
actual = "@vendor_ts__ra_ap_load-cargo-0.0.270//:ra_ap_load_cargo",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_load-cargo",
|
name = "ra_ap_load-cargo",
|
||||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.266//:ra_ap_load_cargo",
|
actual = "@vendor_ts__ra_ap_load-cargo-0.0.270//:ra_ap_load_cargo",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_parser-0.0.266",
|
name = "ra_ap_parser-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_parser-0.0.266//:ra_ap_parser",
|
actual = "@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_parser",
|
name = "ra_ap_parser",
|
||||||
actual = "@vendor_ts__ra_ap_parser-0.0.266//:ra_ap_parser",
|
actual = "@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_paths-0.0.266",
|
name = "ra_ap_paths-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_paths-0.0.266//:ra_ap_paths",
|
actual = "@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_paths",
|
name = "ra_ap_paths",
|
||||||
actual = "@vendor_ts__ra_ap_paths-0.0.266//:ra_ap_paths",
|
actual = "@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_project_model-0.0.266",
|
name = "ra_ap_project_model-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_project_model-0.0.266//:ra_ap_project_model",
|
actual = "@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_project_model",
|
name = "ra_ap_project_model",
|
||||||
actual = "@vendor_ts__ra_ap_project_model-0.0.266//:ra_ap_project_model",
|
actual = "@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_span-0.0.266",
|
name = "ra_ap_span-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span",
|
actual = "@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_span",
|
name = "ra_ap_span",
|
||||||
actual = "@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span",
|
actual = "@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_stdx-0.0.266",
|
name = "ra_ap_stdx-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx",
|
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "stdx-0.0.266",
|
name = "stdx-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx",
|
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "stdx",
|
name = "stdx",
|
||||||
actual = "@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx",
|
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_syntax-0.0.266",
|
name = "ra_ap_syntax-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax",
|
actual = "@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_syntax",
|
name = "ra_ap_syntax",
|
||||||
actual = "@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax",
|
actual = "@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_vfs-0.0.266",
|
name = "ra_ap_vfs-0.0.270",
|
||||||
actual = "@vendor_ts__ra_ap_vfs-0.0.266//:ra_ap_vfs",
|
actual = "@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "ra_ap_vfs",
|
name = "ra_ap_vfs",
|
||||||
actual = "@vendor_ts__ra_ap_vfs-0.0.266//:ra_ap_vfs",
|
actual = "@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -494,26 +494,26 @@ alias(
|
|||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "serde-1.0.218",
|
name = "serde-1.0.219",
|
||||||
actual = "@vendor_ts__serde-1.0.218//:serde",
|
actual = "@vendor_ts__serde-1.0.219//:serde",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "serde",
|
name = "serde",
|
||||||
actual = "@vendor_ts__serde-1.0.218//:serde",
|
actual = "@vendor_ts__serde-1.0.219//:serde",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "serde_json-1.0.139",
|
name = "serde_json-1.0.140",
|
||||||
actual = "@vendor_ts__serde_json-1.0.139//:serde_json",
|
actual = "@vendor_ts__serde_json-1.0.140//:serde_json",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "serde_json",
|
name = "serde_json",
|
||||||
actual = "@vendor_ts__serde_json-1.0.139//:serde_json",
|
actual = "@vendor_ts__serde_json-1.0.140//:serde_json",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -530,14 +530,14 @@ alias(
|
|||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "syn-2.0.98",
|
name = "syn-2.0.100",
|
||||||
actual = "@vendor_ts__syn-2.0.98//:syn",
|
actual = "@vendor_ts__syn-2.0.100//:syn",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "syn",
|
name = "syn",
|
||||||
actual = "@vendor_ts__syn-2.0.98//:syn",
|
actual = "@vendor_ts__syn-2.0.100//:syn",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.boxcar-0.2.11.bazel
generated
vendored
Normal file
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.boxcar-0.2.11.bazel
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "boxcar",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2021",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=boxcar",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "0.2.11",
|
||||||
|
)
|
||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.camino-1.1.9.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.camino-1.1.9.bazel
generated
vendored
@@ -87,7 +87,7 @@ rust_library(
|
|||||||
version = "1.1.9",
|
version = "1.1.9",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__camino-1.1.9//:build_script_build",
|
"@vendor_ts__camino-1.1.9//:build_script_build",
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.cargo-platform-0.1.9.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.cargo-platform-0.1.9.bazel
generated
vendored
@@ -81,6 +81,6 @@ rust_library(
|
|||||||
}),
|
}),
|
||||||
version = "0.1.9",
|
version = "0.1.9",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.cargo_metadata-0.18.1.bazel
generated
vendored
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.cargo_metadata-0.18.1.bazel
generated
vendored
@@ -87,8 +87,8 @@ rust_library(
|
|||||||
"@vendor_ts__camino-1.1.9//:camino",
|
"@vendor_ts__camino-1.1.9//:camino",
|
||||||
"@vendor_ts__cargo-platform-0.1.9//:cargo_platform",
|
"@vendor_ts__cargo-platform-0.1.9//:cargo_platform",
|
||||||
"@vendor_ts__semver-1.0.24//:semver",
|
"@vendor_ts__semver-1.0.24//:semver",
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
"@vendor_ts__serde_json-1.0.139//:serde_json",
|
"@vendor_ts__serde_json-1.0.140//:serde_json",
|
||||||
"@vendor_ts__thiserror-1.0.69//:thiserror",
|
"@vendor_ts__thiserror-1.0.69//:thiserror",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -79,11 +79,11 @@ rust_proc_macro(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.99.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
"@vendor_ts__synstructure-0.13.1//:synstructure",
|
"@vendor_ts__synstructure-0.13.1//:synstructure",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -31,7 +31,7 @@ rust_library(
|
|||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
proc_macro_deps = [
|
proc_macro_deps = [
|
||||||
"@vendor_ts__chalk-derive-0.99.0//:chalk_derive",
|
"@vendor_ts__chalk-derive-0.100.0//:chalk_derive",
|
||||||
],
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
@@ -82,7 +82,7 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.99.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||||
],
|
],
|
||||||
@@ -31,7 +31,7 @@ rust_library(
|
|||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
proc_macro_deps = [
|
proc_macro_deps = [
|
||||||
"@vendor_ts__chalk-derive-0.99.0//:chalk_derive",
|
"@vendor_ts__chalk-derive-0.100.0//:chalk_derive",
|
||||||
],
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
@@ -82,10 +82,10 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.99.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__chalk-ir-0.99.0//:chalk_ir",
|
"@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||||
"@vendor_ts__chalk-solve-0.99.0//:chalk_solve",
|
"@vendor_ts__chalk-solve-0.100.0//:chalk_solve",
|
||||||
"@vendor_ts__rustc-hash-1.1.0//:rustc_hash",
|
"@vendor_ts__rustc-hash-1.1.0//:rustc_hash",
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
],
|
],
|
||||||
@@ -31,7 +31,7 @@ rust_library(
|
|||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
proc_macro_deps = [
|
proc_macro_deps = [
|
||||||
"@vendor_ts__chalk-derive-0.99.0//:chalk_derive",
|
"@vendor_ts__chalk-derive-0.100.0//:chalk_derive",
|
||||||
],
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
@@ -82,9 +82,9 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.99.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__chalk-ir-0.99.0//:chalk_ir",
|
"@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||||
"@vendor_ts__ena-0.14.3//:ena",
|
"@vendor_ts__ena-0.14.3//:ena",
|
||||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||||
@@ -42,7 +42,7 @@ rust_library(
|
|||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"wasmbind",
|
"wasmbind",
|
||||||
"winapi",
|
"winapi",
|
||||||
"windows-targets",
|
"windows-link",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2021",
|
||||||
@@ -95,10 +95,10 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.4.39",
|
version = "0.4.40",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__num-traits-0.2.19//:num_traits",
|
"@vendor_ts__num-traits-0.2.19//:num_traits",
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
] + select({
|
] + select({
|
||||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-apple-darwin
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-apple-darwin
|
||||||
@@ -114,7 +114,7 @@ rust_library(
|
|||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-linux-android
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-linux-android
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # aarch64-pc-windows-msvc
|
"@vendor_ts__windows-link-0.1.1//:windows_link", # aarch64-pc-windows-msvc
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-unknown-fuchsia
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # aarch64-unknown-fuchsia
|
||||||
@@ -146,7 +146,7 @@ rust_library(
|
|||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # i686-linux-android
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # i686-linux-android
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # i686-pc-windows-msvc
|
"@vendor_ts__windows-link-0.1.1//:windows_link", # i686-pc-windows-msvc
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # i686-unknown-freebsd
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # i686-unknown-freebsd
|
||||||
@@ -175,7 +175,7 @@ rust_library(
|
|||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # x86_64-linux-android
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # x86_64-linux-android
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # x86_64-pc-windows-msvc
|
"@vendor_ts__windows-link-0.1.1//:windows_link", # x86_64-pc-windows-msvc
|
||||||
],
|
],
|
||||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||||
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # x86_64-unknown-freebsd
|
"@vendor_ts__iana-time-zone-0.1.61//:iana_time_zone", # x86_64-unknown-freebsd
|
||||||
@@ -41,7 +41,7 @@ rust_library(
|
|||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2021",
|
||||||
proc_macro_deps = [
|
proc_macro_deps = [
|
||||||
"@vendor_ts__clap_derive-4.5.28//:clap_derive",
|
"@vendor_ts__clap_derive-4.5.32//:clap_derive",
|
||||||
],
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
@@ -92,8 +92,8 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "4.5.31",
|
version = "4.5.32",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__clap_builder-4.5.31//:clap_builder",
|
"@vendor_ts__clap_builder-4.5.32//:clap_builder",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -87,7 +87,7 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "4.5.31",
|
version = "4.5.32",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__anstream-0.6.18//:anstream",
|
"@vendor_ts__anstream-0.6.18//:anstream",
|
||||||
"@vendor_ts__anstyle-1.0.10//:anstyle",
|
"@vendor_ts__anstyle-1.0.10//:anstyle",
|
||||||
@@ -82,11 +82,11 @@ rust_proc_macro(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "4.5.28",
|
version = "4.5.32",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__heck-0.5.0//:heck",
|
"@vendor_ts__heck-0.5.0//:heck",
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
91
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.crossbeam-queue-0.3.12.bazel
generated
vendored
Normal file
91
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.crossbeam-queue-0.3.12.bazel
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "crossbeam_queue",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_features = [
|
||||||
|
"alloc",
|
||||||
|
"default",
|
||||||
|
"std",
|
||||||
|
],
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2021",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=crossbeam-queue",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "0.3.12",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__crossbeam-utils-0.8.21//:crossbeam_utils",
|
||||||
|
],
|
||||||
|
)
|
||||||
6
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.darling_core-0.20.10.bazel
generated
vendored
6
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.darling_core-0.20.10.bazel
generated
vendored
@@ -87,9 +87,9 @@ rust_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__fnv-1.0.7//:fnv",
|
"@vendor_ts__fnv-1.0.7//:fnv",
|
||||||
"@vendor_ts__ident_case-1.0.1//:ident_case",
|
"@vendor_ts__ident_case-1.0.1//:ident_case",
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__strsim-0.11.1//:strsim",
|
"@vendor_ts__strsim-0.11.1//:strsim",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.darling_macro-0.20.10.bazel
generated
vendored
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.darling_macro-0.20.10.bazel
generated
vendored
@@ -82,7 +82,7 @@ rust_proc_macro(
|
|||||||
version = "0.20.10",
|
version = "0.20.10",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__darling_core-0.20.10//:darling_core",
|
"@vendor_ts__darling_core-0.20.10//:darling_core",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
94
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.dashmap-6.1.0.bazel
generated
vendored
Normal file
94
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.dashmap-6.1.0.bazel
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "dashmap",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_features = [
|
||||||
|
"raw-api",
|
||||||
|
],
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2018",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=dashmap",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "6.1.0",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||||
|
"@vendor_ts__crossbeam-utils-0.8.21//:crossbeam_utils",
|
||||||
|
"@vendor_ts__hashbrown-0.14.5//:hashbrown",
|
||||||
|
"@vendor_ts__lock_api-0.4.12//:lock_api",
|
||||||
|
"@vendor_ts__once_cell-1.20.3//:once_cell",
|
||||||
|
"@vendor_ts__parking_lot_core-0.9.10//:parking_lot_core",
|
||||||
|
],
|
||||||
|
)
|
||||||
@@ -30,6 +30,7 @@ rust_library(
|
|||||||
),
|
),
|
||||||
crate_features = [
|
crate_features = [
|
||||||
"default",
|
"default",
|
||||||
|
"std",
|
||||||
"use_std",
|
"use_std",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
@@ -83,5 +84,5 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "1.14.0",
|
version = "1.15.0",
|
||||||
)
|
)
|
||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.figment-0.10.19.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.figment-0.10.19.bazel
generated
vendored
@@ -91,7 +91,7 @@ rust_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__figment-0.10.19//:build_script_build",
|
"@vendor_ts__figment-0.10.19//:build_script_build",
|
||||||
"@vendor_ts__pear-0.2.9//:pear",
|
"@vendor_ts__pear-0.2.9//:pear",
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
"@vendor_ts__serde_yaml-0.9.34-deprecated//:serde_yaml",
|
"@vendor_ts__serde_yaml-0.9.34-deprecated//:serde_yaml",
|
||||||
"@vendor_ts__uncased-0.9.10//:uncased",
|
"@vendor_ts__uncased-0.9.10//:uncased",
|
||||||
] + select({
|
] + select({
|
||||||
|
|||||||
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.foldhash-0.1.5.bazel
generated
vendored
Normal file
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.foldhash-0.1.5.bazel
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "foldhash",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2021",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=foldhash",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "0.1.5",
|
||||||
|
)
|
||||||
230
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.generator-0.8.4.bazel
generated
vendored
Normal file
230
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.generator-0.8.4.bazel
generated
vendored
Normal file
@@ -0,0 +1,230 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "generator",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2021",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=generator",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "0.8.4",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||||
|
"@vendor_ts__generator-0.8.4//:build_script_build",
|
||||||
|
"@vendor_ts__log-0.4.25//:log",
|
||||||
|
] + select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||||
|
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||||
|
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||||
|
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||||
|
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||||
|
],
|
||||||
|
"//conditions:default": [],
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
|
||||||
|
cargo_build_script(
|
||||||
|
name = "_bs",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
"**/*.rs",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_name = "build_script_build",
|
||||||
|
crate_root = "build.rs",
|
||||||
|
data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
edition = "2021",
|
||||||
|
pkg_name = "generator",
|
||||||
|
proc_macro_deps = [
|
||||||
|
"@vendor_ts__rustversion-1.0.20//:rustversion",
|
||||||
|
],
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=generator",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
version = "0.8.4",
|
||||||
|
visibility = ["//visibility:private"],
|
||||||
|
)
|
||||||
|
|
||||||
|
alias(
|
||||||
|
name = "build_script_build",
|
||||||
|
actual = ":_bs",
|
||||||
|
tags = ["manual"],
|
||||||
|
)
|
||||||
1
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.14.5.bazel
generated
vendored
1
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.14.5.bazel
generated
vendored
@@ -30,6 +30,7 @@ rust_library(
|
|||||||
),
|
),
|
||||||
crate_features = [
|
crate_features = [
|
||||||
"inline-more",
|
"inline-more",
|
||||||
|
"raw",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2021",
|
||||||
|
|||||||
13
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.15.2.bazel
generated
vendored
13
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.15.2.bazel
generated
vendored
@@ -28,6 +28,14 @@ rust_library(
|
|||||||
"WORKSPACE.bazel",
|
"WORKSPACE.bazel",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
crate_features = [
|
||||||
|
"allocator-api2",
|
||||||
|
"default",
|
||||||
|
"default-hasher",
|
||||||
|
"equivalent",
|
||||||
|
"inline-more",
|
||||||
|
"raw-entry",
|
||||||
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2021",
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
@@ -80,4 +88,9 @@ rust_library(
|
|||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.15.2",
|
version = "0.15.2",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__allocator-api2-0.2.21//:allocator_api2",
|
||||||
|
"@vendor_ts__equivalent-1.0.1//:equivalent",
|
||||||
|
"@vendor_ts__foldhash-0.1.5//:foldhash",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ load("@rules_rust//rust:defs.bzl", "rust_library")
|
|||||||
package(default_visibility = ["//visibility:public"])
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
rust_library(
|
rust_library(
|
||||||
name = "always_assert",
|
name = "hashlink",
|
||||||
srcs = glob(
|
srcs = glob(
|
||||||
include = ["**/*.rs"],
|
include = ["**/*.rs"],
|
||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
@@ -28,9 +28,6 @@ rust_library(
|
|||||||
"WORKSPACE.bazel",
|
"WORKSPACE.bazel",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
crate_features = [
|
|
||||||
"tracing",
|
|
||||||
],
|
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
@@ -38,7 +35,7 @@ rust_library(
|
|||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-bazel",
|
"cargo-bazel",
|
||||||
"crate-name=always-assert",
|
"crate-name=hashlink",
|
||||||
"manual",
|
"manual",
|
||||||
"noclippy",
|
"noclippy",
|
||||||
"norustfmt",
|
"norustfmt",
|
||||||
@@ -82,8 +79,8 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.2.0",
|
version = "0.10.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.indexmap-2.7.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.indexmap-2.7.0.bazel
generated
vendored
@@ -30,6 +30,7 @@ rust_library(
|
|||||||
),
|
),
|
||||||
crate_features = [
|
crate_features = [
|
||||||
"default",
|
"default",
|
||||||
|
"serde",
|
||||||
"std",
|
"std",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
@@ -87,5 +88,6 @@ rust_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__equivalent-1.0.1//:equivalent",
|
"@vendor_ts__equivalent-1.0.1//:equivalent",
|
||||||
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
||||||
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.itertools-0.12.1.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.itertools-0.12.1.bazel
generated
vendored
@@ -86,6 +86,6 @@ rust_library(
|
|||||||
}),
|
}),
|
||||||
version = "0.12.1",
|
version = "0.12.1",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__either-1.14.0//:either",
|
"@vendor_ts__either-1.15.0//:either",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.itertools-0.14.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.itertools-0.14.0.bazel
generated
vendored
@@ -86,6 +86,6 @@ rust_library(
|
|||||||
}),
|
}),
|
||||||
version = "0.14.0",
|
version = "0.14.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__either-1.14.0//:either",
|
"@vendor_ts__either-1.15.0//:either",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
90
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.loom-0.7.2.bazel
generated
vendored
Normal file
90
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.loom-0.7.2.bazel
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "loom",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2018",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=loom",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "0.7.2",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||||
|
"@vendor_ts__generator-0.8.4//:generator",
|
||||||
|
"@vendor_ts__scoped-tls-1.0.1//:scoped_tls",
|
||||||
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
|
"@vendor_ts__tracing-subscriber-0.3.19//:tracing_subscriber",
|
||||||
|
],
|
||||||
|
)
|
||||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.mustache-0.9.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.mustache-0.9.0.bazel
generated
vendored
@@ -82,6 +82,6 @@ rust_library(
|
|||||||
version = "0.9.0",
|
version = "0.9.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__log-0.3.9//:log",
|
"@vendor_ts__log-0.3.9//:log",
|
||||||
"@vendor_ts__serde-1.0.218//:serde",
|
"@vendor_ts__serde-1.0.219//:serde",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
6
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.pear_codegen-0.2.9.bazel
generated
vendored
6
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.pear_codegen-0.2.9.bazel
generated
vendored
@@ -81,9 +81,9 @@ rust_proc_macro(
|
|||||||
}),
|
}),
|
||||||
version = "0.2.9",
|
version = "0.2.9",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:proc_macro2_diagnostics",
|
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:proc_macro2_diagnostics",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
150
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.portable-atomic-1.11.0.bazel
generated
vendored
Normal file
150
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.portable-atomic-1.11.0.bazel
generated
vendored
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
###############################################################################
|
||||||
|
# @generated
|
||||||
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
||||||
|
# regenerate this file, run the following:
|
||||||
|
#
|
||||||
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
|
||||||
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
||||||
|
|
||||||
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
rust_library(
|
||||||
|
name = "portable_atomic",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_features = [
|
||||||
|
"default",
|
||||||
|
"fallback",
|
||||||
|
],
|
||||||
|
crate_root = "src/lib.rs",
|
||||||
|
edition = "2018",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=portable-atomic",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
target_compatible_with = select({
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
||||||
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
||||||
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
||||||
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
||||||
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
||||||
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
||||||
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
||||||
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
|
}),
|
||||||
|
version = "1.11.0",
|
||||||
|
deps = [
|
||||||
|
"@vendor_ts__portable-atomic-1.11.0//:build_script_build",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
|
cargo_build_script(
|
||||||
|
name = "_bs",
|
||||||
|
srcs = glob(
|
||||||
|
include = ["**/*.rs"],
|
||||||
|
allow_empty = True,
|
||||||
|
),
|
||||||
|
compile_data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
"**/*.rs",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
crate_features = [
|
||||||
|
"default",
|
||||||
|
"fallback",
|
||||||
|
],
|
||||||
|
crate_name = "build_script_build",
|
||||||
|
crate_root = "build.rs",
|
||||||
|
data = glob(
|
||||||
|
include = ["**"],
|
||||||
|
allow_empty = True,
|
||||||
|
exclude = [
|
||||||
|
"**/* *",
|
||||||
|
".tmp_git_root/**/*",
|
||||||
|
"BUILD",
|
||||||
|
"BUILD.bazel",
|
||||||
|
"WORKSPACE",
|
||||||
|
"WORKSPACE.bazel",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
edition = "2018",
|
||||||
|
pkg_name = "portable-atomic",
|
||||||
|
rustc_flags = [
|
||||||
|
"--cap-lints=allow",
|
||||||
|
],
|
||||||
|
tags = [
|
||||||
|
"cargo-bazel",
|
||||||
|
"crate-name=portable-atomic",
|
||||||
|
"manual",
|
||||||
|
"noclippy",
|
||||||
|
"norustfmt",
|
||||||
|
],
|
||||||
|
version = "1.11.0",
|
||||||
|
visibility = ["//visibility:private"],
|
||||||
|
)
|
||||||
|
|
||||||
|
alias(
|
||||||
|
name = "build_script_build",
|
||||||
|
actual = ":_bs",
|
||||||
|
tags = ["manual"],
|
||||||
|
)
|
||||||
@@ -84,9 +84,9 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "1.0.93",
|
version = "1.0.94",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:build_script_build",
|
"@vendor_ts__proc-macro2-1.0.94//:build_script_build",
|
||||||
"@vendor_ts__unicode-ident-1.0.16//:unicode_ident",
|
"@vendor_ts__unicode-ident-1.0.16//:unicode_ident",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -140,7 +140,7 @@ cargo_build_script(
|
|||||||
"noclippy",
|
"noclippy",
|
||||||
"norustfmt",
|
"norustfmt",
|
||||||
],
|
],
|
||||||
version = "1.0.93",
|
version = "1.0.94",
|
||||||
visibility = ["//visibility:private"],
|
visibility = ["//visibility:private"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -87,10 +87,10 @@ rust_library(
|
|||||||
}),
|
}),
|
||||||
version = "0.10.1",
|
version = "0.10.1",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:build_script_build",
|
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:build_script_build",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
"@vendor_ts__yansi-1.0.1//:yansi",
|
"@vendor_ts__yansi-1.0.1//:yansi",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -83,8 +83,8 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "1.0.38",
|
version = "1.0.40",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -17,8 +17,8 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra-ap-rustc_hashes-0.97.0//:ra_ap_rustc_hashes": "rustc_hashes",
|
"@vendor_ts__ra-ap-rustc_hashes-0.100.0//:ra_ap_rustc_hashes": "rustc_hashes",
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index": "rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index": "rustc_index",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -83,11 +83,11 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||||
"@vendor_ts__ra-ap-rustc_hashes-0.97.0//:ra_ap_rustc_hashes",
|
"@vendor_ts__ra-ap-rustc_hashes-0.100.0//:ra_ap_rustc_hashes",
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -79,7 +79,7 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__rustc-stable-hash-0.1.1//:rustc_stable_hash",
|
"@vendor_ts__rustc-stable-hash-0.1.1//:rustc_stable_hash",
|
||||||
],
|
],
|
||||||
@@ -17,7 +17,7 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra-ap-rustc_index_macros-0.97.0//:ra_ap_rustc_index_macros": "rustc_index_macros",
|
"@vendor_ts__ra-ap-rustc_index_macros-0.100.0//:ra_ap_rustc_index_macros": "rustc_index_macros",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -34,7 +34,7 @@ rust_library(
|
|||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2024",
|
edition = "2024",
|
||||||
proc_macro_deps = [
|
proc_macro_deps = [
|
||||||
"@vendor_ts__ra-ap-rustc_index_macros-0.97.0//:ra_ap_rustc_index_macros",
|
"@vendor_ts__ra-ap-rustc_index_macros-0.100.0//:ra_ap_rustc_index_macros",
|
||||||
],
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
@@ -85,7 +85,7 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||||
],
|
],
|
||||||
@@ -79,10 +79,10 @@ rust_proc_macro(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__proc-macro2-1.0.93//:proc_macro2",
|
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||||
"@vendor_ts__quote-1.0.38//:quote",
|
"@vendor_ts__quote-1.0.40//:quote",
|
||||||
"@vendor_ts__syn-2.0.98//:syn",
|
"@vendor_ts__syn-2.0.100//:syn",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -79,7 +79,7 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__memchr-2.7.4//:memchr",
|
"@vendor_ts__memchr-2.7.4//:memchr",
|
||||||
"@vendor_ts__unicode-properties-0.1.3//:unicode_properties",
|
"@vendor_ts__unicode-properties-0.1.3//:unicode_properties",
|
||||||
@@ -17,8 +17,8 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index": "rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index": "rustc_index",
|
||||||
"@vendor_ts__ra-ap-rustc_lexer-0.97.0//:ra_ap_rustc_lexer": "rustc_lexer",
|
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer": "rustc_lexer",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -83,9 +83,9 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||||
"@vendor_ts__ra-ap-rustc_lexer-0.97.0//:ra_ap_rustc_lexer",
|
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -17,7 +17,7 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index": "rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index": "rustc_index",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -82,9 +82,9 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.97.0",
|
version = "0.100.0",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__ra-ap-rustc_index-0.97.0//:ra_ap_rustc_index",
|
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||||
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:rustc_apfloat",
|
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||||
@@ -17,12 +17,13 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg": "cfg",
|
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern": "intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||||
"@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span": "span",
|
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||||
"@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx": "stdx",
|
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||||
"@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax": "syntax",
|
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||||
"@vendor_ts__ra_ap_vfs-0.0.266//:ra_ap_vfs": "vfs",
|
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||||
|
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -37,7 +38,10 @@ rust_library(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2024",
|
||||||
|
proc_macro_deps = [
|
||||||
|
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||||
|
],
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
],
|
],
|
||||||
@@ -87,18 +91,19 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.0.266",
|
version = "0.0.270",
|
||||||
deps = [
|
deps = [
|
||||||
|
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||||
"@vendor_ts__lz4_flex-0.11.3//:lz4_flex",
|
"@vendor_ts__lz4_flex-0.11.3//:lz4_flex",
|
||||||
"@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg",
|
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||||
"@vendor_ts__ra_ap_salsa-0.0.266//:ra_salsa",
|
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||||
"@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span",
|
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||||
"@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx",
|
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||||
"@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax",
|
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||||
"@vendor_ts__ra_ap_vfs-0.0.266//:ra_ap_vfs",
|
|
||||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||||
|
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||||
"@vendor_ts__semver-1.0.24//:semver",
|
"@vendor_ts__semver-1.0.24//:semver",
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
"@vendor_ts__triomphe-0.1.14//:triomphe",
|
"@vendor_ts__triomphe-0.1.14//:triomphe",
|
||||||
@@ -17,8 +17,8 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern": "intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||||
"@vendor_ts__ra_ap_tt-0.0.266//:ra_ap_tt": "tt",
|
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -36,7 +36,7 @@ rust_library(
|
|||||||
"tt",
|
"tt",
|
||||||
],
|
],
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2024",
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
],
|
],
|
||||||
@@ -86,10 +86,10 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.0.266",
|
version = "0.0.270",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||||
"@vendor_ts__ra_ap_tt-0.0.266//:ra_ap_tt",
|
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
],
|
],
|
||||||
@@ -29,7 +29,7 @@ rust_library(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2024",
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
],
|
],
|
||||||
@@ -79,5 +79,5 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.0.266",
|
version = "0.0.270",
|
||||||
)
|
)
|
||||||
@@ -17,16 +17,16 @@ rust_library(
|
|||||||
allow_empty = True,
|
allow_empty = True,
|
||||||
),
|
),
|
||||||
aliases = {
|
aliases = {
|
||||||
"@vendor_ts__ra_ap_base_db-0.0.266//:ra_ap_base_db": "base_db",
|
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||||
"@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg": "cfg",
|
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||||
"@vendor_ts__ra_ap_hir_def-0.0.266//:ra_ap_hir_def": "hir_def",
|
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def": "hir_def",
|
||||||
"@vendor_ts__ra_ap_hir_expand-0.0.266//:ra_ap_hir_expand": "hir_expand",
|
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand": "hir_expand",
|
||||||
"@vendor_ts__ra_ap_hir_ty-0.0.266//:ra_ap_hir_ty": "hir_ty",
|
"@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty": "hir_ty",
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern": "intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||||
"@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span": "span",
|
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||||
"@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx": "stdx",
|
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||||
"@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax": "syntax",
|
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||||
"@vendor_ts__ra_ap_tt-0.0.266//:ra_ap_tt": "tt",
|
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||||
},
|
},
|
||||||
compile_data = glob(
|
compile_data = glob(
|
||||||
include = ["**"],
|
include = ["**"],
|
||||||
@@ -41,7 +41,7 @@ rust_library(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
crate_root = "src/lib.rs",
|
crate_root = "src/lib.rs",
|
||||||
edition = "2021",
|
edition = "2024",
|
||||||
rustc_flags = [
|
rustc_flags = [
|
||||||
"--cap-lints=allow",
|
"--cap-lints=allow",
|
||||||
],
|
],
|
||||||
@@ -91,22 +91,22 @@ rust_library(
|
|||||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||||
"//conditions:default": ["@platforms//:incompatible"],
|
"//conditions:default": ["@platforms//:incompatible"],
|
||||||
}),
|
}),
|
||||||
version = "0.0.266",
|
version = "0.0.270",
|
||||||
deps = [
|
deps = [
|
||||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||||
"@vendor_ts__either-1.14.0//:either",
|
"@vendor_ts__either-1.15.0//:either",
|
||||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||||
"@vendor_ts__ra_ap_base_db-0.0.266//:ra_ap_base_db",
|
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||||
"@vendor_ts__ra_ap_cfg-0.0.266//:ra_ap_cfg",
|
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||||
"@vendor_ts__ra_ap_hir_def-0.0.266//:ra_ap_hir_def",
|
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||||
"@vendor_ts__ra_ap_hir_expand-0.0.266//:ra_ap_hir_expand",
|
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||||
"@vendor_ts__ra_ap_hir_ty-0.0.266//:ra_ap_hir_ty",
|
"@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||||
"@vendor_ts__ra_ap_intern-0.0.266//:ra_ap_intern",
|
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||||
"@vendor_ts__ra_ap_span-0.0.266//:ra_ap_span",
|
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||||
"@vendor_ts__ra_ap_stdx-0.0.266//:ra_ap_stdx",
|
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||||
"@vendor_ts__ra_ap_syntax-0.0.266//:ra_ap_syntax",
|
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||||
"@vendor_ts__ra_ap_tt-0.0.266//:ra_ap_tt",
|
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user