[Rust] Including dependencies in the analysis
Đang mở
question
Rust
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
Hi, is there any way to include cargo dependencies within the generated dbs? Right now im generating it like this
```bash
codeql database create rust-db \
--language=rust \
--source-root . \
--command "cargo build --all-targets --all-features" \
--extractor-option rust.cargo_all_targets=true \
--extractor-option rust.extract_dependencies_as_source=true \
--overwrite
```
But my queries still dont seem to go down into my dependecies
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.