spring-projects / spring-projects/spring-security

SEC-2596: Add support for JSR-250 annotations to AnnotationSecurityAspect

Open
#2,811 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: core type: enhancement type: jira
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.