Skip to content

Node Version Upgrade#46

Open
skumariV wants to merge 5 commits into
masterfrom
SDEVX-10403
Open

Node Version Upgrade#46
skumariV wants to merge 5 commits into
masterfrom
SDEVX-10403

Conversation

@skumariV
Copy link
Copy Markdown
Collaborator

@skumariV skumariV commented May 6, 2026

This PR has follwoing changes-

  1. Upgradation of Node version from 20 to 24.
  2. Policy from Platform for Pipeline Scan.

Comment thread src/pipeline-scan.ts
// - shell:false prevents shell interpretation
// - Arguments are passed as array, not concatenated string
// Veracode: CWE-78 False Positive - Validated command with shell disabled
const result = spawnSync(command, commandArgs, {
Comment thread src/pipeline-scan.ts
// - shell:false prevents shell interpretation
// - Arguments are passed as array, not concatenated string
// Veracode: CWE-78 False Positive - Validated command with shell disabled
const result = spawnSync(command, commandArgs, {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants