11# CodeQL Solidity
22
3- [ ![ Test] ( https://github.com/lucasallan /codeql-solidity/actions/workflows/test.yml/badge.svg )] ( https://github.com/lucasallan /codeql-solidity/actions/workflows/test.yml )
4- [ ![ Release] ( https://github.com/lucasallan /codeql-solidity/actions/workflows/release.yml/badge.svg )] ( https://github.com/lucasallan /codeql-solidity/releases )
3+ [ ![ Test] ( https://github.com/lucasamorimca /codeql-solidity/actions/workflows/test.yml/badge.svg )] ( https://github.com/lucasamorimca /codeql-solidity/actions/workflows/test.yml )
4+ [ ![ Release] ( https://github.com/lucasamorimca /codeql-solidity/actions/workflows/release.yml/badge.svg )] ( https://github.com/lucasamorimca /codeql-solidity/releases )
55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE )
66
77CodeQL extractor and queries for Solidity smart contract security analysis.
@@ -17,13 +17,13 @@ CodeQL extractor and queries for Solidity smart contract security analysis.
1717### Download CodeQL Packs
1818
1919``` bash
20- codeql pack download lucasallan /solidity-all
21- codeql pack download lucasallan /solidity-queries
20+ codeql pack download lucasamorimca /solidity-all
21+ codeql pack download lucasamorimca /solidity-queries
2222```
2323
2424### Download Extractor
2525
26- Download from [ Releases] ( https://github.com/lucasallan /codeql-solidity/releases )
26+ Download from [ Releases] ( https://github.com/lucasamorimca /codeql-solidity/releases )
2727
2828## Usage
2929
@@ -33,16 +33,16 @@ export CODEQL_EXTRACTOR_SOLIDITY_ROOT=/path/to/extractor-pack
3333codeql database create db --language=solidity --source-root=/path/to/contracts
3434
3535# Run analysis
36- codeql database analyze db lucasallan /solidity-queries --format=sarif-latest --output=results.sarif
36+ codeql database analyze db lucasamorimca /solidity-queries --format=sarif-latest --output=results.sarif
3737```
3838
3939## Project Structure
4040
4141```
4242codeql-solidity/
4343├── extractor/ # Rust extractor binary
44- ├── ql/lib/ # QL library (lucasallan /solidity-all)
45- ├── queries/ # Security queries (lucasallan /solidity-queries)
44+ ├── ql/lib/ # QL library (lucasamorimca /solidity-all)
45+ ├── queries/ # Security queries (lucasamorimca /solidity-queries)
4646├── extractor-pack/ # CodeQL extractor configuration
4747└── tests/ # Test fixtures
4848```
0 commit comments