-
Notifications
You must be signed in to change notification settings - Fork 40
SDK-3449 fix #987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
SDK-3449 fix #987
Conversation
Sdk 3449 new2
// Build the correct glob pattern | ||
const globPattern = supportFilesData.supportFile.startsWith('/') | ||
? process.cwd() + supportFilesData.supportFile | ||
: path.join(process.cwd(), supportFilesData.supportFile); |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
No description provided.