Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

A web framework for Rust.

Results 144 Rocket issues
Sort by recently updated
recently updated
newest added

Similar to https://github.com/SergioBenitez/Rocket/issues/25 there should be an easy way to configure a CSP. CSP is a way to make XSS almost impossible and is easy and straight forward to configure....

request

Suggestion: make code examples on rocket.rs compilable like in the "expandable view" for the rust book code examples.

docs
suggestion

CSRF is a thing. Protect against it automatically in forms.

enhancement

I recently built a [small web app](https://github.com/jonhoo/vote.rs) using rocket, and want to host it in a subdirectory of my regular website. My website runs nginx, so I basically want this...

enhancement
request

It would be really useful to have a public roadmap of features that are being worked on, so that people can have a better idea of whether Rocket is currently...

request

The feedback and compile time errors in Rocket are excellent - they've saved me lots of time already. I did loose a chunk of time wondering why the url wasn't...

request
accepted

Typed headers were removed between hyper 0.10 and hyper 0.12. `typed-headers` does not appear to have all the headers hyper 0.10 did, but it looks like `hyperx` and `headers` might....

help wanted

**_Note:_ Rocket (`> 0.4`) is not particularly susceptible to the kinds of attacks described below. This issue tracks being able to do _better than the status quo_, not merely meeting...

enhancement

## Feature Requests Expose new API: `encrypt_private(&str) -> String` and `decrypt_private(&str) -> Result` or something like it, that would use the same scheme as private cookies do. ### Why you...

request

First off I'd like to just say I'm really enjoying this framework and big 👏 to @SergioBenitez for the ✨ work and great documentation and examples so far. I'm just...

docs