-
Notifications
You must be signed in to change notification settings - Fork 272
BED-6833 chore(vuln): Bump glob pkg to ^11.1.0 #2067
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
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+9.69 KB
.yarn/cache/@isaacs-balanced-match-npm-4.0.1-8965afafe6-102fbc6d2c.zip
Binary file not shown.
Binary file added
BIN
+16.9 KB
.yarn/cache/@isaacs-brace-expansion-npm-5.0.0-754d3cb3f5-d7a3b8b0dd.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+135 KB
...glob-npm-10.4.5-8c63175f05-0bc725de5e.zip → ...glob-npm-11.1.0-9420ed5efe-1cfbdc743d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,37 +1,38 @@ | ||
| { | ||
| "private": true, | ||
| "name": "bloodhound-ce", | ||
| "workspaces": { | ||
| "packages": [ | ||
| "cmd/ui", | ||
| "packages/javascript/**" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "dev": "yarn workspace bloodhound-ui dev", | ||
| "debug": "yarn workspace bloodhound-ui debug", | ||
| "start": "yarn workspace bloodhound-ui start", | ||
| "preview": "yarn workspace bloodhound-ui preview", | ||
| "build": "yarn workspaces foreach -ptv run build", | ||
| "test": "yarn workspaces foreach -ptv run test run", | ||
| "check-types": "yarn workspaces foreach -ptv run check-types", | ||
| "lint": "yarn workspaces foreach -ptv run lint", | ||
| "format": "yarn workspaces foreach -ptv run format", | ||
| "check-format": "yarn workspaces foreach -ptv run check-format" | ||
| }, | ||
| "packageManager": "[email protected]", | ||
| "devDependencies": { | ||
| "all-contributors-cli": "^6.26.1", | ||
| "prettier": "^3.2.5", | ||
| "typescript": "^5.1.6" | ||
| }, | ||
| "resolutions": { | ||
| "axios": "^1.12.0", | ||
| "braces": ">=3.0.3 <4.0.0", | ||
| "cross-spawn": "^7.0.5", | ||
| "dompurify": "3.2.4", | ||
| "form-data": "^4.0.4", | ||
| "sha.js": "^2.4.12", | ||
| "tar-fs": ">=2.1.3 < 3.0.0" | ||
| } | ||
| "private": true, | ||
| "name": "bloodhound-ce", | ||
| "workspaces": { | ||
| "packages": [ | ||
| "cmd/ui", | ||
| "packages/javascript/**" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "dev": "yarn workspace bloodhound-ui dev", | ||
| "debug": "yarn workspace bloodhound-ui debug", | ||
| "start": "yarn workspace bloodhound-ui start", | ||
| "preview": "yarn workspace bloodhound-ui preview", | ||
| "build": "yarn workspaces foreach -ptv run build", | ||
| "test": "yarn workspaces foreach -ptv run test run", | ||
| "check-types": "yarn workspaces foreach -ptv run check-types", | ||
| "lint": "yarn workspaces foreach -ptv run lint", | ||
| "format": "yarn workspaces foreach -ptv run format", | ||
| "check-format": "yarn workspaces foreach -ptv run check-format" | ||
| }, | ||
| "packageManager": "[email protected]", | ||
| "devDependencies": { | ||
| "all-contributors-cli": "^6.26.1", | ||
| "prettier": "^3.2.5", | ||
| "typescript": "^5.1.6" | ||
| }, | ||
| "resolutions": { | ||
| "axios": "^1.12.0", | ||
| "braces": ">=3.0.3 <4.0.0", | ||
| "cross-spawn": "^7.0.5", | ||
| "dompurify": "3.2.4", | ||
| "form-data": "^4.0.4", | ||
| "glob": "^11.1.0", | ||
| "sha.js": "^2.4.12", | ||
| "tar-fs": ">=2.1.3 < 3.0.0" | ||
| } | ||
| } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -415,7 +415,8 @@ export const TagForm: FC = () => { | |
| 'Require manual review and approval of object membership in the Zone.' | ||
| } | ||
| contentProps={{ | ||
| className: 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| className: | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. came in by PFC |
||
| 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| side: 'right', | ||
| align: 'end', | ||
| }}> | ||
|
|
@@ -444,13 +445,15 @@ export const TagForm: FC = () => { | |
| name='analysis_enabled' | ||
| render={({ field }) => ( | ||
| <FormItem> | ||
| <FormLabel className='flex gap-2 items-center'>Enable Analysis | ||
| <FormLabel className='flex gap-2 items-center'> | ||
| Enable Analysis | ||
| <Tooltip | ||
| tooltip={ | ||
| 'Enables Analysis to produce Attack Path Findings for the Zone.' | ||
| } | ||
| contentProps={{ | ||
| className: 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| className: | ||
| 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| side: 'right', | ||
| align: 'end', | ||
| }}> | ||
|
|
@@ -486,7 +489,8 @@ export const TagForm: FC = () => { | |
| 'Custom glyphs visually mark nodes in the graph for quick context.' | ||
| } | ||
| contentProps={{ | ||
| className: 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| className: | ||
| 'max-w-80 dark:bg-neutral-dark-5 dark:text-neutral-light-1 border-0', | ||
| side: 'right', | ||
| align: 'end', | ||
| }}> | ||
|
|
||
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
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.
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.
came in by PFC