spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Spring Security

Results 621 spring-security issues
Sort by recently updated
recently updated
newest added

We should remove HandlerMappingIntrospector (and related classes) usage to align with Spring Framework's deprecation https://github.com/spring-projects/spring-framework/issues/34019

type: task
type: breaks-passivity
type: theme

Closes gh-17299

status: waiting-for-triage
type: breaks-passivity

Resolves: #17308

status: waiting-for-triage
type: breaks-passivity

Closes gh-17298

status: waiting-for-triage
type: breaks-passivity

Closes gh-17297

status: waiting-for-triage
type: breaks-passivity

Closes gh-17296

status: waiting-for-triage
type: breaks-passivity

Closes gh-17294

status: waiting-for-triage
type: breaks-passivity

Even though `Permission-Policy` is targeted to replace `Feature-Policy`, browsers still [largely support `Feature-Policy`](https://caniuse.com/feature-policy), not [`Permission-Policy`](https://caniuse.com/permissions-policy). Further , [`Permission-Policy` is still in draft](https://w3c.github.io/webappsec-permissions-policy/). As such, we should add the lambda DSL...

in: config
type: enhancement

This would allow users to easily apply global changes to Spring Security (apply to multiple Security FilterChains). It also allows separating their configurations if they would like. This is convenient...

in: config
type: enhancement