mateusfg7 / to-do.rs

Implementation of a CLI ToDo with Rust
0 stars 0 forks source link

Dependency Dashboard #3

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
Cargo.toml - `clap 4.5.0` - `rand 0.8.5` - `sqlite3 0.24.0`
devcontainer
.devcontainer/devcontainer.json
dockerfile
.gitpod.Dockerfile
github-actions
.github/workflows/rust.yml - `actions/checkout v4`

secure-code-warrior-for-github[bot] commented 10 months ago

Micro-Learning Topic: SQL injection (Detected by phrase)

Matched on "sqli"

What is this? (2min video)

This is probably one of the two most exploited vulnerabilities in web applications and has led to a number of high profile company breaches. It occurs when an application fails to sanitize or validate input before using it to dynamically construct a statement. An attacker that exploits this vulnerability will be able to gain access to the underlying database and view or modify data without permission.

Try a challenge in Secure Code Warrior

Helpful references