Skip to content

Commit cb67d43

Browse files
Closes #5186
1 parent 77dd3b6 commit cb67d43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-8.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [8.5.33] - 2023-MM-DD
6+
7+
### Fixed
8+
9+
* [#5186](https://github.com/sebastianbergmann/phpunit/issues/5186): SBOM does not validate
10+
511
## [8.5.32] - 2023-01-26
612

713
### Fixed
@@ -262,6 +268,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
262268
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
263269
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
264270

271+
[8.5.33]: https://github.com/sebastianbergmann/phpunit/compare/8.5.32...8.5
265272
[8.5.32]: https://github.com/sebastianbergmann/phpunit/compare/8.5.31...8.5.32
266273
[8.5.31]: https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31
267274
[8.5.30]: https://github.com/sebastianbergmann/phpunit/compare/8.5.29...8.5.30

build/scripts/phar-manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function sbom(string $outputFilename, array $package, string $version, array $de
5151
$writer->startDocument();
5252

5353
$writer->startElement('bom');
54-
$writer->writeAttribute('xmlns', 'https://cyclonedx.org/schema/bom/1.4');
54+
$writer->writeAttribute('xmlns', 'http://cyclonedx.org/schema/bom/1.4');
5555

5656
$writer->startElement('components');
5757

0 commit comments

Comments
 (0)