spring-projects / spring-projects/spring-security
SEC-2596: Add support for JSR-250 annotations to AnnotationSecurityAspect
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.6k
- Forks
- 6.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 52
Description
Marek Wiącek (Migrated from SEC-2596) said:
As of the 3.2.3 release only Srping security annotations (org.springframework.security.access.annotation.Secured, org.springframework.security.access.prepost.*) are supported by AnnotationSecurityAspect. Please add pointcuts for standard JSR-250 annotations.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate AnnotationSecurityAspect and inspect how Spring Security annotations are currently matched. Compare the supported annotations with the standard JSR-250 annotations named in the issue, then find the related security tests and add coverage showing that those annotations are recognized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100