fix(core): remove shellapi from winapi featureset to minimize AV false positives#34208
fix(core): remove shellapi from winapi featureset to minimize AV false positives#34208AgentEnder merged 3 commits intomasterfrom
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.
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 create-nx-workspace@22.5.0-pr.34208.619c782 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.
| "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.
| .set("LegalCopyright", "Copyright (c) Nrwl. MIT License.") | |
| .set("LegalCopyright", "Copyright (c) Narwhal Technologies Inc. MIT License.") |
…e positives (#34208) ## 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) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes ##34186 --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
…e positives (#34208) ## 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) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes ##34186 --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> (cherry picked from commit ece9b5b)
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
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