ref: Delete obsolete docs#135
Closed
BYK wants to merge 2 commits into
Closed
Conversation
The docs directory here was a stub and was not used. This was leading to confusion and also triggering Dependapot alerts due to stale dependency definitions inside. This PR removes the folder in the hopes of proper docs in the future.
Contributor
|
The docs directory is used to dogfood |
Member
Author
|
The actual docs live inside the README file and this directory seems unmaintained and empty of useful content. I'm okay abandoning this PR but then we'd better make this intent more visible and update those vulnerable dependencies to stop getting dependabot alerts. |
Contributor
|
The docs are responsible for rendering this page: https://getsentry.github.io/craft/ |
BYK
added a commit
that referenced
this pull request
Mar 27, 2026
## Summary - Resolves Dependabot alert #142 (CVE-2026-33750): zero-step brace sequence `{1..2..0}` causes infinite loop and ~1.9 GB memory exhaustion in `brace-expansion` < 5.0.5 - Lockfile-only update β `[email protected]` accepts `brace-expansion@^5.0.2`, so 5.0.5 is in range with no `package.json` changes needed - The remaining 5 Dependabot alerts (#141, #138, #137, #135, #133) are already fixed; no security advisories exist
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.
The docs directory here was a stub and was not used. This was leading to confusion and also triggering Dependapot alerts due to stale dependency definitions inside. This PR removes the folder in the hopes of proper docs in the future.