docs(misc): lead task sandboxing page with build integrity and cache safety#35990
Draft
jaysoo wants to merge 1 commit into
Draft
docs(misc): lead task sandboxing page with build integrity and cache safety#35990jaysoo wants to merge 1 commit into
jaysoo wants to merge 1 commit into
Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit d3796db
☁️ Nx Cloud last updated this comment at |
…safety ## Current Behavior Task sandboxing page framed around caching correctness only. No video. ## Expected Behavior - New "your cache is shared infrastructure" section. - Undeclared input -> clean hash -> stale ship (common) or poisoned artifact (adversarial). - Cross-tool framing: every input-hash cache, default Nx cache without isolation included. - Sandboxing positioned as the enforcement fix. Strict mode -> nothing reaches cache. - Hero walkthrough video (paused, poster title card) + strict-mode and dashboard stills. - video_player tag/component: add optional poster attribute. ## Related Issue(s) N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
The Task Sandboxing feature page is framed around caching correctness only, with no walkthrough video.
Expected Behavior
The page leads with build integrity and cache safety: the undeclared-input gap can ship a stale artifact (common case) or a poisoned one (adversarial tail), this affects every input-hash cache including the default Nx cache without isolation, and sandboxing is the enforcement fix. Adds a paused hero walkthrough video (with poster) and product stills, plus an optional
posterattribute on thevideo_playertag.Related Issue(s)
N/A
View session information ↗