Actions: Remove preview notice, minor help and metadata fixes#19307
Merged
adityasharad merged 6 commits intogithub:mainfrom Apr 16, 2025
Merged
Actions: Remove preview notice, minor help and metadata fixes#19307adityasharad merged 6 commits intogithub:mainfrom
adityasharad merged 6 commits intogithub:mainfrom
Conversation
Same value as missing actions permissions, both providing warnings to follow the principle of least privilege within a workflow.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the public preview notice, makes minor corrections to query help content, and adds a missing security-severity metadata to a query.
- Added metadata for excessive secrets exposure query
- Corrected typos and punctuation for clarity in security issue documents
- Updated wording in the exploitation section for improved readability
Reviewed Changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| actions/ql/src/change-notes/2025-04-14-excessive-secrets-exposure-security-severity.md | Adds metadata with security severity and notes for the query |
| actions/ql/src/Security/CWE-312/UnmaskedSecretExposure.md | Fixes grammatical errors and improves punctuation in the description and recommendations |
| actions/ql/src/Security/CWE-077/EnvVarInjectionMedium.md | Refines wording in the exploitation section for better clarity |
Files not reviewed (3)
- actions/ql/src/Security/CWE-275/MissingActionsPermissions.ql: Language not supported
- actions/ql/src/Security/CWE-312/ExcessiveSecretsExposure.ql: Language not supported
- docs/codeql/reusables/supported-versions-compilers.rst: Language not supported
felicitymay
approved these changes
Apr 15, 2025
Contributor
felicitymay
left a comment
There was a problem hiding this comment.
These changes look great 💖
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.
Remove the public preview notice for the next publish.
Various corrections to query help.
Add missing
security-severityfor the excessive secrets exposure query.