eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Swagger UI does not handle CSRF #1051

Open markpatton opened 2 months ago

markpatton commented 2 months ago

What?

The swagger UI located at /swagger/ cannot be used to create or modify objects because it does not set the required CSRF header. Note that this is not important for end users.

Why?

It would be nice to have this working to help onboard developers. But this is not crucial.

How?

Acceptance Criteria

Related Issues