exceptionfactory opened a new pull request, #7096: URL: https://github.com/apache/nifi/pull/7096
# Summary [NIFI-11356](https://issues.apache.org/jira/browse/NIFI-11356) Upgrades direct and transitive dependencies on Nimbus JOSE JWT 9 to version [9.31](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/87eea8b6bcf41335eae56303f54c06b234f30802/CHANGELOG.txt#lines-1539). Nimbus JOSE JWT version 9 prior to 9.22 bundles a shaded version of JSON Smart 2.4.8, which is vulnerable to resource exhaustion as described in CVE-2023-1370. Nimbus JOSE JWT [9.24.0](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/87eea8b6bcf41335eae56303f54c06b234f30802/CHANGELOG.txt#lines-1445) switched from JSON Smart to Gson, avoiding JSON Smart vulnerabilities. Changes include the following direct and transitive upgrades to 9.31: - Upgraded NiFi Framework from 9.24.3 - Upgraded NiFi Registry from 8.20 - Upgraded transitive msal4j dependency from 9.22 - Upgraded transitive hadoop-auth dependency from 9.8.1 # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking - [X] Pull Request title starts with Apache NiFi Jira issue number, such as `NIFI-00000` - [X] Pull Request commit message starts with Apache NiFi Jira issue number, as such `NIFI-00000` ### Pull Request Formatting - [X] Pull Request based on current revision of the `main` branch - [X] Pull Request refers to a feature branch with one commit containing changes # Verification Please indicate the verification steps performed prior to pull request creation. ### Build - [X] Build completed using `mvn clean install -P contrib-check` - [X] JDK 11 - [ ] JDK 17 ### Licensing - [ ] New dependencies are compatible with the [Apache License 2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License Policy](https://www.apache.org/legal/resolved.html) - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` files ### Documentation - [ ] Documentation formatting appears as expected in rendered files -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
