Skip to content

[Feature]: Add two string propagation rules #313

@Nizernizer

Description

@Nizernizer

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions