You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
After analyzing the java.lang.StringConcatHelper file, it is found that the newString(byte[],long) and prepend(long,byte[],boolean,java.lang.String) hook rule is changed in Java16.
Proposed Solution
Add two string propagation rules:
java.lang.StringConcatHelper.newString(byte[],long)
java.lang.StringConcatHelper.prepend(long,byte[],boolean,java.lang.String)
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Problem Description
After analyzing the java.lang.StringConcatHelper file, it is found that the newString(byte[],long) and prepend(long,byte[],boolean,java.lang.String) hook rule is changed in Java16.
Proposed Solution
Add two string propagation rules:
java.lang.StringConcatHelper.newString(byte[],long)
java.lang.StringConcatHelper.prepend(long,byte[],boolean,java.lang.String)
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: