You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus no tag library documentation will be generated. :-(
128
+
Thus no tag library documentation will be generated. :-(
128
129
129
-
We are attempting to find a solution, but on the surface, it seems like the maven-taglib-plugin does not play nicely with versions of Java after Java 6. (So, this probably has been happening for a while and we just noticed it.)
130
+
We are attempting to find a solution, but on the surface, it seems like the maven-taglib-plugin does not play nicely with versions of Java after Java 6. (So, this probably has been happening for a while and we just noticed it.)
130
131
131
-
No others problems are known, other than the remaining open issues on GitHub.
132
+
* We have had to suppress CVE-2017-10355, related to the transitive dependency xercesImpl-2.12.2.jar via antisamy-1.7.0.jar. It is the same jar that has been used for the past 2 years but the CVE just started popping up now, apparently because of changes to Sonatype's OSS Index. More details are available in the OWASP Dependency Check suppression rules contained in the 'suppressions.xml' file. Note that other SCA tools such as Snyk or GitHub Dependabot are not presently reporting it, but it bears watching.
133
+
134
+
* Trying to run 'mvn test' with Java 11 or later results in multiple errors in maven-surefire-plugin, so for now, that should be avoided. We think we may have a solution, but at this point, it is too late to test for this release.
135
+
136
+
* No others problems are known, other than the remaining open issues on GitHub.
Developer Activity Report (Changes between release 2.4.0.0 and 2.5.0.0, i.e., between 2022-04-24 and 2022-07-17)
148
+
Developer Activity Report (Changes between release 2.4.0.0 and 2.5.0.0, i.e., between 2022-04-24 and 2022-07-20)
144
149
Generated manually (this time) -- all errors are the fault of kwwall and his inability to do simple arithmetic.
145
150
146
151
#
147
152
# 34 PRs merged since ESAPI 2.4.0.0 release
148
-
# Note: Figures here may not agree with generated Change Log Report, which is date-based,
149
-
# as some commits included in this release were prior to ESAPI 2.4.0.0.
153
+
# Apparent disparement in the figures below may be explained by serveral things:
154
+
# * My failure to do proper counting and basic arithmetic after 4 hours of tweak release notes.
155
+
# * Different basis for calculations:
156
+
# - Figures here may not agree with generated Change Log Report, which is date-based, as some commits included in this release were prior to ESAPI 2.4.0.0 and thus not included in the Change Log Report.
157
+
# - Some commits are done without PRs. Generally, we don't require PRs when we don't require code reviews. That generally is restricted to documenation files, making simple config file changes, and correcting obvious typos. Commits without PRs are resricted to the 3 ESAPI core team members.
158
+
# - Sometimes in a PR, multiple commits touch a file multiple times so we count those files once for each commit.
0 commit comments