An open API service indexing awesome lists of open source software.

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

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
```