@W-23154741 - Crud commands for devops entities#515
Merged
Conversation
anuragbhoumick
approved these changes
Jul 17, 2026
Add devops pipeline list (all pipelines) and devops pipeline get (single pipeline with stages, repositories, and connected projects). Regenerate schemas for all existing commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ad-shreya
force-pushed
the
ashreya/crud-commands
branch
from
July 23, 2026 03:51
14ae967 to
2a47fac
Compare
Added validateSalesforceId() calls to 5 additional utility functions to prevent SOQL injection vulnerabilities: - prepareWorkItem.ts: validate workItemId in resolveProjectIdFromWorkItem - deleteStageEnvironment.ts: validate environmentId before query - getPipeline.ts: validate pipelineId before query - detachProject.ts: validate both projectId and pipelineId - stage/environment/delete.ts: document existing validation via Flags.salesforceId() All SOQL queries in the codebase now use either validateSalesforceId() for IDs or escapeSOQL() for string values, preventing injection attacks. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
@W-23154741@
What does this PR do?
New commands added-
What issues does this PR fix or reference?
#, @@
Functionality Before
<insert gif and/or summary>
Functionality After
<insert gif and/or summary>