fix(security): remediate OWASP/CWE audit findings (2026-06-30)#75
Merged
Conversation
…audit Fixes all CRITICAL/HIGH/MEDIUM/LOW findings identified in the automated security audit. Part of security audit EPIC. See kestra-io/kestra-ee#9092 for full scope.
Contributor
📦 Artifacts
🧪 Java Unit Tests
🔁 Unreleased Commits1 commits since
|
Contributor
Tests report quick summary:success ✅ > tests: 1, success: 0, skipped: 1, failed: 0 unfold for details
|
jymaire
approved these changes
Jul 1, 2026
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.
Summary
Remediates all findings (CRITICAL/HIGH/MEDIUM/LOW) from the 2026-06-30 automated security audit against OWASP Top 10 (2025), CWE Top 25, and OWASP ASVS Level 1.
Findings Fixed
@ToStringoutput —src/main/java/io/kestra/plugin/linear/LinearConnection.java:42— Added@ToString.Excludeto thetokenfield so the Linear API token is no longer emitted in plaintext via the Lombok-generatedtoString()(CWE-312, CWE-532, OWASP ASVS 2.10.4).No MEDIUM or LOW findings were reported in the audit EPIC.
Testing
./gradlew buildpassesReferences