realworld-axum-sqlx
realworld-axum-sqlx copied to clipboard
A Rust implementation of the Realworld demo app spec using Axum and SQLx.
Results
12
realworld-axum-sqlx issues
Sort by
recently updated
recently updated
newest added
https://github.com/launchbadge/realworld-axum-sqlx/blob/f1b25654773228297e35c292f357d33b7121a101/src/http/types.rs#L22
As pointed out by /u/LucasMathWalker on Reddit: https://www.reddit.com/r/rust/comments/shetb1/show_rrust_a_rust_implementation_of_the_realworld/hv42wuo/ Text inputs in various routes are not properly validated. That's an oversight on my part. Were I designing these routes from scratch...