Skip to content

PPLT-5844: add IntelliStory storybook affected-story filtering - #2339

Open
RaghavsBrowserStack wants to merge 23 commits into
masterfrom
PPLT-5844
Open

PPLT-5844: add IntelliStory storybook affected-story filtering#2339
RaghavsBrowserStack wants to merge 23 commits into
masterfrom
PPLT-5844

fix(cli-command): match brace/bracket globs in bailOnChanges/untraced

001c036
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Jul 21, 2026 in 2s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 9 in packages/cli-command/test/graphTrace.test.js

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: javascript.lang.security.audit.detect-non-literal-regexp.detect-non-literal-regexp Warning test

RegExp() called with a name function argument, this might allow an attacker to cause a Regular Expression Denial-of-Service (ReDoS) within your application as RegExP blocks the main thread. For this reason, it is recommended to use hardcoded regexes instead. If your regex is run on user-controlled input, consider performing input validation or use a regex checking/sanitization library such as https://www.npmjs.com/package/recheck to verify that the regex does not appear vulnerable to ReDoS.