File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ repository on GitHub.
13
13
[[release-notes-5.13.2-junit-platform]]
14
14
=== JUnit Platform
15
15
16
+ [[release-notes-5.13.2-junit-platform-bug-fixes]]
17
+ ==== Bug Fixes
18
+
19
+ * If Git information is included in the Open Test Reporting XML format (see below), any
20
+ credentials that may be configured as part the `remote.origin.url` setting in Git were
21
+ written to the `originUrl` attribute of `<git:repository>` elements. For example, when
22
+ cloning a GitHub repository using a URL like
23
+ `https://username:password@github.com/organization/repository.git` both username and
24
+ password were included in the XML report. Since this report may be shared, published, or
25
+ archived (for example, on a CI server) while including this information, this was
26
+ reported as a potential security vulnerability (CVE-2025-53103). Any credentials are now
27
+ being replaced with `\***` before writing them to the XML report.
28
+
16
29
[[release-notes-5.13.2-junit-platform-deprecations-and-breaking-changes]]
17
30
==== Deprecations and Breaking Changes
18
31
You can’t perform that action at this time.
0 commit comments