Skip to content

Commit 617a48f

Browse files
committed
Update 5.13.2 release notes to mention fix for CVE-2025-53103
1 parent 36a1faf commit 617a48f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.13.2.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ repository on GitHub.
1313
[[release-notes-5.13.2-junit-platform]]
1414
=== JUnit Platform
1515

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+
1629
[[release-notes-5.13.2-junit-platform-deprecations-and-breaking-changes]]
1730
==== Deprecations and Breaking Changes
1831

0 commit comments

Comments
 (0)