Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates a unit test expectation in FileResourceTest#testDoIsParameterizableError to reflect the current behavior of FileResource#doIsParameterizable, where the exception message is only read once in the error path being exercised.
Changes:
- Adjusted Mockito verification for
NoSuchBeanDefinitionException#getMessage()invocation count from 3 to 1 intestDoIsParameterizableError.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
📦 Vulnerable Dependencies✍️ Summary
🔬 Research Details[ CVE-2020-28052 ] org.bouncycastle:bcprov-jdk15on 1.65Description: [ CVE-2025-48924 ] org.apache.commons:commons-lang3 3.14.0Description: This issue affects Apache Commons Lang: Starting with commons-lang:commons-lang 2.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before 3.18.0. The methods ClassUtils.getClass(...) can throw StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a Users are recommended to upgrade to version 3.18.0, which fixes the issue. [ CVE-2024-30171 ] org.bouncycastle:bcprov-jdk15on 1.65Description: [ CVE-2024-29857 ] org.bouncycastle:bcprov-jdk15on 1.65Description: [ CVE-2023-33202 ] org.bouncycastle:bcprov-jdk15on 1.65Description: [ CVE-2023-33201 ] org.bouncycastle:bcprov-jdk15on 1.65Description: [ CVE-2020-15522 ] org.bouncycastle:bcprov-jdk15on 1.65Description: Note:Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system. |
❌ Build failed in 40m 31sBuild command: mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl extensions👌 All tests passed! Tests run: 1792, Failures: 0, Skipped: 1 Test Results ℹ️ This is an automatic message |

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (35.20% Estimated after merge)


original commit: 7ddb343
@pentaho/tatooine_dev