{{ message }}
README: add Java security foundational resources and recommended learning sequence#5
Merged
Y4tacker merged 1 commit intoMar 25, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation
1.基础篇section so key references are easier to find.Description
1.1 Java安全基础技术补充section inREADME.mdwith grouped resource links covering JVM/JLS, Java concurrency, JEP 290, OWASP/CWE, servlet/Tomcat, dependency/supply-chain security, and code-audit cheat sheets.1.2 建议学习顺序section providing a recommended study sequence for Java security topics.1.基础篇area ofREADME.md.Testing
Codex Task
Note
Low Risk
Low risk documentation-only change that adds external reference links and reorganizes the README under
1.基础篇without affecting any code or runtime behavior.Overview
Adds a new Java security prerequisites section (
1.1) inREADME.md, grouping authoritative links for JVM/JLS, serialization hardening (JEP 290), OWASP/CWE, Servlet/Tomcat, dependency/supply-chain security, and code review baselines.Introduces a recommended study sequence section (
1.2) and inserts a separator to better structure the existing1.基础篇resource list.Written by Cursor Bugbot for commit 905a28e. This will update automatically on new commits. Configure here.