MediaWiki includes a copy of the swagger-ui NPM package in /resources/lib/swagger-ui that's affected by https://github.com/swagger-api/swagger-ui/issues/8317. The fact that it's shipping various libraries (swagger-ui-bundle.js.map seems to have a list of them) without complying the requirement to include any license/copyright notices present in most free software licenses. And as we're now re-distributing that as a part of MediaWiki, we're also seemingly in violation of those licenses.
Introduced by rMW84fe1b9ccd96: REST: Introduce discovery endpoint