-
Notifications
You must be signed in to change notification settings - Fork 6
Updated new branch #130
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?
Updated new branch #130
Conversation
… optimization - Added logic to skip walking into large directories during file zipping - Filters directories using include/exclude rules before traversal - Verified locally using run-task.cmd - Log confirms: "Prune directory (skip walking into): over100kfilesFolder" - Improves performance for repositories with 100k+ files
Upgraded pac-resolver, degenerator, braces, and related packages to resolve reported security vulnerabilities.
Fix vulnerabilities by upgrading xml2js and tmp
Use consistent log terminology for skipped directories
- Skipped '.' and '..' directories to avoid recursion. - Skipped symbolic link directories using fs.lstatSync()
…ix for PLUG-2709) This change enhances the HttpClient so that the Azure DevOps plugin can automatically retry SCA upload requests when the server returns 403 Forbidden due to an expired/invalid token.
…n-js-client fix: update vulnerable dependencies
PLUG-2656 | Added folder exclusion logic in zipper.ts for performance…
Add retry mechanism for 403 (token expired) during SCA upload flow (fix for PLUG-2709)
|
New Issues (4)Checkmarx found the following issues in this Pull Request
Fixed Issues (2)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
New vul fix
update new vul fix
|








Merge -Update vulnerabilities- PLUG-2718
- ScA Folder Exclusion PLUG-2656
- The retry mechanism for 403- PLUG-2709