-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(core): remove shellapi from winapi featureset to minimize AV false positives #34208
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 186e55c
☁️ Nx Cloud last updated this comment at |
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.
Nx Cloud has identified a flaky task in your failed CI:
🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.
🎓 Learn more about Self-Healing CI on nx.dev
6ffc7ec to
619c782
Compare
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspaceOr just copy this version and use it in your own command: 22.5.0-pr.34208.619c782
To request a new release for this pull request, mention someone from the Nx team or the |
…e positives [Self-Healing CI Rerun]
619c782 to
6a66c2d
Compare
| res.set("ProductName", "Nx Build System") | ||
| .set( | ||
| "FileDescription", | ||
| "Nx Native Module - High-performance build system operations", |
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.
| "Nx Native Module - High-performance build system operations", | |
| "The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.", |
| "Nx Native Module - High-performance build system operations", | ||
| ) | ||
| .set("CompanyName", "Nrwl") | ||
| .set("LegalCopyright", "Copyright (c) Nrwl. MIT License.") |
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.
| .set("LegalCopyright", "Copyright (c) Nrwl. MIT License.") | |
| .set("LegalCopyright", "Copyright (c) Narwhal Technologies Inc. MIT License.") |
Current Behavior
There's a chance that windows can falsely flag our native binaries as a threat. We do not use the shellapi feature from winapi.
Expected Behavior
We hope that removing this API doesn't break things, and the threat messaging goes away
Related Issue(s)
Fixes ##34186