Skip to content
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

[Feature]: Add two string propagation rules #313

Closed
2 tasks done
Nizernizer opened this issue Oct 28, 2021 · 1 comment
Closed
2 tasks done

[Feature]: Add two string propagation rules #313

Nizernizer opened this issue Oct 28, 2021 · 1 comment
Assignees
Labels

Comments

@Nizernizer
Copy link
Contributor

Preflight Checklist

  • 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

@Nizernizer Nizernizer changed the title [Feature]: Add tww string propagation rules [Feature]: Add two string propagation rules Oct 29, 2021
@exexute
Copy link
Contributor

exexute commented Nov 22, 2021

released in v1.1.0

@exexute exexute closed this as completed Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants