https://github.com/geekmasher/rust-sqlx-research
https://github.com/geekmasher/rust-sqlx-research
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/geekmasher/rust-sqlx-research
- Owner: GeekMasher
- License: mit
- Created: 2023-03-20T12:41:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:19:27.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:39:20.553Z (about 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-sqlx-research
This was research done by [GeekMasher](https://github.com/GeekMasher) to see if SQLx has the same issues as other frameworks in other languages.
## Resources
- [Blog post](https://geekmasher.dev/sec/rust-sql-injection-research/)
- [YouTube Research](https://youtu.be/cBLZ8jbNtcw)
## Setup
1. Creating a `.env` file with
- `DATABASE_URL`
- `POSTGRES_USER`
- `POSTGRES_PASSWORD`
2. Export or set the `DATABASE_URL`