Merged
Conversation
Member
|
I'm sure you know this, but the downgrade introduces vulnerable deps. Mitigating these was the goal of upgrading in the first place |
boneskull
reviewed
Jan 31, 2024
Member
boneskull
left a comment
There was a problem hiding this comment.
- I can confirm
npm run buildworks (with warnings), and the generateddist/index.htmlruns successfully in a browser. npm startis broken due to an invalid configuration option, seemingly.
What is our plan to mitigate the re-introduced vulnerable dependencies?
If we cannot get Webpack v5 working--which would mitigate the dependency issues--we should archive this project.
13 tasks
Collaborator
Author
|
7ae3a4c to
575ee51
Compare
1 task
e32aac7 to
72e011c
Compare
Merged
f2e768c to
0dc3fdf
Compare
Member
|
(nitpick) this being in a fork is getting in the way |
8fd05ba to
51a3eca
Compare
1 task
a72fdbc to
2617c52
Compare
naugtur
approved these changes
Feb 28, 2024
Member
|
Could retarget to https://github.com/boneskull/LavaMoat/tree/viz-only |
Fixes compatibility with modern Firefox when run from local filesystem. Previous implementation didn't load due to CORS.
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
vizpackage seems to not have been working properly since6.2.0/6.0.12(2023-09). This addresses regressions and should make it run as expected.packages/vizfrom the following commits:react-force-graph-3d>react-kapsule.force-graphpackages<script>tag in html by templatingindex.htmlat runtimeindex.htmltoindex.html.templatefor clarityinjectConfigDebugData.js@lavamoat/viz-examplesstartand devDependencywebpack-dev-serverwebpack-cliThis will be followed up with a PR for the usage of viz in metamask-extension (which from what I can tell has been broken independently since 2021)