-
-
Notifications
You must be signed in to change notification settings - Fork 422
feat: Update java-classes.data #4173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
📊 Quantitative test results for language: |
|
Thank you for providing this PR! Could you please check the PR title? This check failed. |
Added: declaredClass (CVE-2025-48734)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There might be others from https://docs.oracle.com/en/java/javase/24/docs/api/index.html
Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Removed: java.lang.ProcessBuilder (java.lang.Process has greater scope)
Removed: java.io.InputStreamReader (java.io.InputStream has greater scope)
Added: classLoader (Block access to ClassLoader to avoid RCE)
Added: java.lang.Enum
Added: declaredClass (CVE-2025-48734)
Added: PropertyUtilsBean (CVE-2025-48734)
Added: OgnlContext (used in CVE-2017-5638 and CVE-2018-11776 payloads)
Added: OgnlUtil (used in CVE-2017-5638 and CVE-2018-11776 payloads)
Refers to: #4172