chore: back-merge master into development - #120
Open
github-actions[bot] wants to merge 7 commits into
Open
Conversation
…ve Jetifier parsing issues
feat: add ignorelist for bcprov-jdk18on in gradle.properties to resol…
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Author
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
…rror Snyk Code flagged the dummy test fixture value as a hardcoded password (CWE-798). Annotate it with a deepcode ignore comment since it's a test value, not a real credential. Verified with snyk code test and trufflehog that no active/real secrets remain. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The Snyk Gradle scan job was failing with "Unsupported class file major version 69" because no JDK was configured, so Gradle fell back to whatever Java the runner defaults to. Explicitly set up JDK 17 to match the project's sourceCompatibility and the JDK used in publish-release.yml. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
fix: suppress false-positive Snyk hardcoded-password finding
Author
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated back-merge after changes landed on . Review and merge to keep \ in sync.