[GitHub] ant pull request #44: Remove the 'protected' modifier to make fields package...

2017-10-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ant/pull/44


---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] ant pull request #44: Remove the 'protected' modifier to make fields package...

2017-10-14 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request:

https://github.com/apache/ant/pull/44

Remove the 'protected' modifier to make fields package protected.

The three mutable static fields could be changed by malicious code or by 
accident. These fields could be made package protected to avoid this 
vulnerability.
http://findbugs.sourceforge.net/bugDescriptions.html#MS_PKGPROTECT

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/BruceKuiLiu/ant master5

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ant/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #44


commit a48234563c7a82642e0e079bc8aedec68fd3c4c2
Author: Kui LIU 
Date:   2017-10-14T14:29:11Z

Remove the 'protected' modifier to make fields package protected.

The three mutable static fields could be changed by malicious code or by 
accident. These fields could be made package protected to avoid this 
vulnerability.
http://findbugs.sourceforge.net/bugDescriptions.html#MS_PKGPROTECT




---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org