sebastianbergmann / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
BSD 3-Clause "New" or "Revised" License
8.82k stars 374 forks source link

bootstrap.min.js 4.6.2 is EOL as shipped in php-code-coverage 11.0.5 #1042

Closed 603515 closed 4 months ago

603515 commented 4 months ago

The current version of bootstrap.min.js which is shipped with your 11.0.5 release:

https://github.com/sebastianbergmann/php-code-coverage/releases/tag/11.0.5

This is currently shipped as

However this is EOL according to Blackduck scans and the recommendation is to move to Bootstrap 5.3.3

When do you expect to be able to update to the latest current support Bootstrap please.

sebastianbergmann commented 4 months ago

I do not think that updating Bootstrap is important as the current version "just works". That said, I will merge any PR ASAP that updates Bootstrap to a current version that does not break anything. Maybe you want to help out with #1037?