From 03e2d0dd826c4a68eb0fe2f6762f0bc6a19a771d Mon Sep 17 00:00:00 2001 From: Lesya Turanscaia Date: Mon, 23 Mar 2026 12:45:43 -0700 Subject: [PATCH] @W-21710292 fix: remove leading forward slash restriction from webapp path safety (#92) * fix: removing the validation for the leading forward slash * fix: remove leading forward slash restriction from webapp path safety Made-with: Cursor --- .../.a4drules/skills/configuring-webapp-metadata/SKILL.md | 2 +- .../.a4drules/skills/configuring-webapp-metadata/SKILL.md | 2 +- skills/configuring-webapp-metadata/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/webapp-template-app-react-sample-b2e-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md b/samples/webapp-template-app-react-sample-b2e-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md index 17918c8..737de37 100644 --- a/samples/webapp-template-app-react-sample-b2e-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md +++ b/samples/webapp-template-app-react-sample-b2e-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md @@ -53,7 +53,7 @@ Applies to: Reject: - backslashes -- leading `/` or `\` +- leading `\` - `..` segments - null or control characters - globs: `*`, `?`, `**` diff --git a/samples/webapp-template-app-react-sample-b2x-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md b/samples/webapp-template-app-react-sample-b2x-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md index 17918c8..737de37 100644 --- a/samples/webapp-template-app-react-sample-b2x-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md +++ b/samples/webapp-template-app-react-sample-b2x-experimental/.a4drules/skills/configuring-webapp-metadata/SKILL.md @@ -53,7 +53,7 @@ Applies to: Reject: - backslashes -- leading `/` or `\` +- leading `\` - `..` segments - null or control characters - globs: `*`, `?`, `**` diff --git a/skills/configuring-webapp-metadata/SKILL.md b/skills/configuring-webapp-metadata/SKILL.md index d3863ab..0fb714e 100644 --- a/skills/configuring-webapp-metadata/SKILL.md +++ b/skills/configuring-webapp-metadata/SKILL.md @@ -53,7 +53,7 @@ Applies to: Reject: - backslashes -- leading `/` or `\` +- leading `\` - `..` segments - null or control characters - globs: `*`, `?`, `**`