issues Search Results · repo:juhaku/utoipa language:Rust
Filter by
608 results
(79 ms)608 results
injuhaku/utoipa (press backspace or delete to remove)When searching for vulnerabilities within my project using utoipa-axum, we have this vulnerability. Can it be
interesting to use a different package ?
Here s the warning:
Scanning Cargo.lock for vulnerabilities ...
kyalha
- Opened yesterday
- #1336
As of utoipa v5, ToSchema uses Cow static, str for the name of the schema, maybe use Cow static, str for
ToResponse::response()? I can submit a PR of the change if it is ok.
It might be considered a ...
auguwu
- Opened 2 days ago
- #1335
I m using utoipa, utoipa-swagger-ui in combination with axum and i noticed that utoipa-swagger-ui breaks the
reproducability when building with cargo build --release. Without --release it s the same sha256. ...
daywalker90
- Opened 4 days ago
- #1333
We used to have an enum like this:
#[derive(ToSchema, Serialize)]
#[serde(tag = t )]
#[schema(as = video::JsonResponse)]
pub enum JsonResponse {
// ...
Messages {
messages: Vec Message ...
JohnScience
- 1
- Opened 6 days ago
- #1331
Description When using #[serde(flatten)] on fields inside a container type like HashMap String, Bar , the Bar schema is
not recursively discovered and doesn t appear in component.schemas. This causes issues ...
danields761
- Opened 6 days ago
- #1330
When using links in utoipa::path, I found that the fields of the Link struct containing underscores, namely
operation_ref, operation_id and request_body, are not renamed using camelCase as expected by ...
datadill200
- Opened 12 days ago
- #1326
When I add an enum only in the header, it gets referenced in the yaml output, but there is no corresponding schema in
the yaml schema definitions. When I additionally add the enum to a body, it appears ...
Decarp
- Opened 16 days ago
- #1324
I want to specify HTTP basic auth in the #[openapi] macro when using #derive(OpenApi):
#[derive(OpenApi)]
#[openapi(
security(
( http = [])
),
// ...
)]
struct Swagger
This does not display ...
xNaCly
- Opened 18 days ago
- #1323
const FILENAME_MAX_LEN: u64 = 256;
#[derive(ToSchema)]
pub struct File {
/// The original filename
#[schema(min_length = 1, max_length = FILENAME_MAX_LEN)]
pub filename: String,
}
// fails: ...
tezlm
- Opened 19 days ago
- #1322
Hello! I noticed that using a hashset without the default hasher (i.e. fnv) does not implement ToSchema:
Works:
#[derive(ToSchema)]
struct FooType {
bar: HashSet i32 // HashSet i32, RandomState ...
dsgallups
- Opened 20 days ago
- #1318

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.