Skip to content

feat(java-spring): add java-security skill#7

Merged
ducpm2303 merged 1 commit intomainfrom
feat/skill-java-security
Apr 5, 2026
Merged

feat(java-spring): add java-security skill#7
ducpm2303 merged 1 commit intomainfrom
feat/skill-java-security

Conversation

@ducpm2303
Copy link
Copy Markdown
Owner

Covers Spring Security 6 (Boot 3.x) and 5 (Boot 2.x):

  • Review mode: audits existing config for CRITICAL/HIGH/MEDIUM issues
  • JWT mode: stateless JWT auth with JwtEncoder/Decoder (Boot 3.x) or manual OncePerRequestFilter (Boot 2.x)
  • OAuth2 mode: resource server and login provider config
  • Method security: @PreAuthorize patterns with examples
  • CORS mode: global CorsConfigurationSource setup

references/patterns.md contains full code templates for all modes.

Covers Spring Security 6 (Boot 3.x) and 5 (Boot 2.x):
- Review mode: audits existing config for CRITICAL/HIGH/MEDIUM issues
- JWT mode: stateless JWT auth with JwtEncoder/Decoder (Boot 3.x)
  or manual OncePerRequestFilter (Boot 2.x)
- OAuth2 mode: resource server and login provider config
- Method security: @PreAuthorize patterns with examples
- CORS mode: global CorsConfigurationSource setup

references/patterns.md contains full code templates for all modes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ducpm2303 ducpm2303 force-pushed the feat/skill-java-security branch from 194f9df to 4bf0d1c Compare April 5, 2026 09:12
@ducpm2303 ducpm2303 merged commit 566ac59 into main Apr 5, 2026
1 of 2 checks passed
@ducpm2303 ducpm2303 deleted the feat/skill-java-security branch April 5, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant