https://issues.apache.org/bugzilla/show_bug.cgi?id=46865
Summary: Constant static fields in
org.apache.tools.ant.types.Path are not final
Product: Ant
Version: 1.7.1
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Hello,
as i understand, the static fields systemClasspath and systemBootClasspath in
org.apache.tools.ant.types.Path are intended to be constants. But they are not
final, so potentially can be changed by malicious code or by accident from
another package
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.