Skip to content

Commit faa109a

Browse files
committed
Merged main into live
2 parents 3971d60 + 8c94af5 commit faa109a

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

release-notes/2024/includes/pipelines/sprint-245-update-links.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ ms.topic: include
66
---
77

88
- [Azure Pipeline agent v4 runs on .NET 8](#azure-pipeline-agent-v4-runs-on-net-8)
9-
- [Preview mode for shell tasks arguments validation](#preview-mode-for-shell-tasks-arguments-validation)

release-notes/2024/includes/pipelines/sprint-245-update.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,3 @@ The following operating system versions won't be supported by the updated v4 age
2525
- Ubuntu, 16.04, 18.04
2626
- Windows 7, 8 & 10 up to 21H2
2727

28-
### Preview mode for shell tasks arguments validation
29-
30-
Shell tasks such as [Bash@3](/azure/devops/pipelines/tasks/reference/bash-v3), [BatchScript@1](/azure/devops/pipelines/tasks/reference/batch-script-v1), [CmdLine@2](/azure/devops/pipelines/tasks/reference/cmd-line-v2) and [PowerShell@2](/azure/devops/pipelines/tasks/reference/powershell-v2) can be protected from command injection by enabling [shell tasks arguments validation](/azure/devops/pipelines/security/inputs#enable-shell-tasks-arguments-parameter-validation) in organization or project settings.
31-
32-
Enabling shell tasks arguments validation can break existing scripts as input is rejected by input validation. For example, some characters are considered a command separator and rejected when this setting is enabled.
33-
34-
To make this transition smoother, we added a preview mode. With preview mode enabled, you receive warnings in your pipeline and audit logs, giving you visibility into potential issues without interrupting your tasks or workflows.
35-
36-
Go to Organization Settings > Pipelines > Settings > Task restrictions > Audit On:
37-
38-
> [!div class="mx-imgBorder"]
39-
> ![Screenshot of general to enable auditing.](../../media/245-pipelines-01.png "Screenshot of general to enable auditing")

release-notes/features-timeline-released.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can also [view the build numbers for each version](#azure-devops-server-buil
198198
<td>Improve pasting of HTML based content into Wikis</td><td>Wiki</td><td>Future</td></tr>
199199
<tr>
200200
<tr>
201-
<td rowspan="14"><a href="2024/sprint-245-update.md" data-raw-source="[26 September 2024](2024/sprint-245-update.md)"> 26 September 2024</a></td>
201+
<td rowspan="12"><a href="2024/sprint-245-update.md" data-raw-source="[26 September 2024](2024/sprint-245-update.md)"> 26 September 2024</a></td>
202202
<td>Pull request branches now visible in Advanced Security branch picker </td><td>GitHub Advanced Security for Azure DevOps</td><td>N/A</td></tr>
203203
<td>Automatic updates for default branch changes in Advanced Security</td><td>GitHub Advanced Security for Azure DevOps</td><td>N/A</td></tr>
204204
<td>Generic third-party SARIF support for Advanced Security</td><td>GitHub Advanced Security for Azure DevOps</td><td>N/A</td></tr>
@@ -209,7 +209,6 @@ You can also [view the build numbers for each version](#azure-devops-server-buil
209209
<td>Permanently delete attachments</td><td>Boards</td><td>Future</td></tr>
210210
<td>New Health and usage panel in repo file hub </td><td>Repos</td><td>Future</td></tr>
211211
<td>Azure Pipeline agent v4 runs on .NET 8</td><td>Pipelines</td><td>Future</td></tr>
212-
<td>Preview mode for shell tasks arguments validation</td><td>Pipelines</td><td>Future</td></tr>
213212
<td>Seamless build Pipeline integration for test case execution</td><td>Test Plans</td><td>Future</td></tr>
214213
<td>Test and feedback extension in Manifest V3 (Edge release)</td><td>Test Plans</td><td>Future</td></tr>
215214
<tr>

0 commit comments

Comments
 (0)