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

SpotBugs检查待修复问题-Malicious code vulnerability-Mehtod returning array may expose internal representatation #608

Open
YOC19970520 opened this issue Mar 14, 2022 · 0 comments

Comments

@YOC19970520
Copy link
Collaborator

类型:Malicious code vulnerability-Strong reference to mutable object

描述:This code stores a reference to an externally mutable object into the internal representation of the object. If instances are accessed by untrusted code, and unchecked changes to the mutable object would compromise security or other important properties, you will need to do something different. Storing a copy of the object is better approach in many situations.

数量:7

screenshot_20220314_184205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant