Colm O hEigeartaigh created KNOX-871:
----------------------------------------
Summary: Fix FindBugs "Malicious code vulnerability" issues
Key: KNOX-871
URL: https://issues.apache.org/jira/browse/KNOX-871
Project: Apache Knox
Issue Type: Improvement
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
Priority: Minor
Fix For: 0.12.0
This task is to fix the Fix FindBugs "Malicious code vulnerability" issues. The
patch attached makes the following changes:
a) Make static class variables final where possible
b) Change all "final static" -> "static final" for consistency + to follow the
standard naming convention.
c) Disallow access to mutable objects (internal arrays)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)