https://github.com/nealfennimore/codeql-postgres-sql-injection
Testing CodeQL SQL injection queries
https://github.com/nealfennimore/codeql-postgres-sql-injection
codeql codeql-docker pg sql-injection
Last synced: 7 months ago
JSON representation
Testing CodeQL SQL injection queries
- Host: GitHub
- URL: https://github.com/nealfennimore/codeql-postgres-sql-injection
- Owner: nealfennimore
- Created: 2021-04-02T05:14:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T21:11:47.000Z (over 4 years ago)
- Last Synced: 2025-01-14T18:05:35.308Z (9 months ago)
- Topics: codeql, codeql-docker, pg, sql-injection
- Language: JavaScript
- Homepage:
- Size: 5.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeQL Postgres SQL Injection
- [Research Paper](PAPER.md)
## Setup
Pull in CodeQL JavaScript container
```sh
docker pull ghcr.io/nealfennimore/codeql:javascript
```Setup the database container
```sh
. scripts/build.sh
. scripts/run.sh
```## Analyze
```sh
. scripts/codeql-create-db.sh
. scripts/codeql-analyze.sh
```