LavaMoat - UI upgrade - secure package naming (#14565)
* lavamoat - update lavamoat-browserify to v15 * lavamoat/ui - unify override across build types * lavamoat/ui - update policy overrides * lavamoat - update to lavapack@3 to match lavamoat-browserify@15 * lavamoat - add missing policy * lavamoat - add missing nanoid policy * lavamoat - regenerate policy * deps - update lock * lavamoat - update policy * lavamoat - update policyfeature/default_network_editable
parent
b0ad0cb1f3
commit
07da8ce589
@ -1,76 +0,0 @@ |
||||
{ |
||||
"resources": { |
||||
"browser-resolve": { |
||||
"packages": { |
||||
"core-js": true |
||||
} |
||||
}, |
||||
"babel-runtime": { |
||||
"packages": { |
||||
"@babel/runtime": true |
||||
} |
||||
}, |
||||
"keccak": { |
||||
"packages": { |
||||
"readable-stream": true |
||||
} |
||||
}, |
||||
"node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"lodash": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"clearTimeout": true |
||||
} |
||||
}, |
||||
"@ethersproject/random": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"browser-passworder": { |
||||
"globals": { |
||||
"crypto": true |
||||
} |
||||
}, |
||||
"randombytes": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"extensionizer": { |
||||
"globals": { |
||||
"console": true |
||||
} |
||||
}, |
||||
"web3": { |
||||
"globals": { |
||||
"XMLHttpRequest": true |
||||
} |
||||
}, |
||||
"storage": { |
||||
"globals": { |
||||
"localStorage": true |
||||
} |
||||
}, |
||||
"react-dom": { |
||||
"globals": { |
||||
"HTMLIFrameElement": true |
||||
} |
||||
}, |
||||
"react-devtools": { |
||||
"packages": { |
||||
"react-devtools-core": true |
||||
} |
||||
}, |
||||
"react-devtools-core": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"WebSocket": true |
||||
} |
||||
} |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -1,71 +0,0 @@ |
||||
{ |
||||
"resources": { |
||||
"browser-resolve": { |
||||
"packages": { |
||||
"core-js": true |
||||
} |
||||
}, |
||||
"babel-runtime": { |
||||
"packages": { |
||||
"@babel/runtime": true |
||||
} |
||||
}, |
||||
"node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"lodash": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"clearTimeout": true |
||||
} |
||||
}, |
||||
"@ethersproject/random": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"browser-passworder": { |
||||
"globals": { |
||||
"crypto": true |
||||
} |
||||
}, |
||||
"randombytes": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"extensionizer": { |
||||
"globals": { |
||||
"console": true |
||||
} |
||||
}, |
||||
"web3": { |
||||
"globals": { |
||||
"XMLHttpRequest": true |
||||
} |
||||
}, |
||||
"storage": { |
||||
"globals": { |
||||
"localStorage": true |
||||
} |
||||
}, |
||||
"react-dom": { |
||||
"globals": { |
||||
"HTMLIFrameElement": true |
||||
} |
||||
}, |
||||
"react-devtools": { |
||||
"packages": { |
||||
"react-devtools-core": true |
||||
} |
||||
}, |
||||
"react-devtools-core": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"WebSocket": true |
||||
} |
||||
} |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -1,76 +0,0 @@ |
||||
{ |
||||
"resources": { |
||||
"browser-resolve": { |
||||
"packages": { |
||||
"core-js": true |
||||
} |
||||
}, |
||||
"babel-runtime": { |
||||
"packages": { |
||||
"@babel/runtime": true |
||||
} |
||||
}, |
||||
"keccak": { |
||||
"packages": { |
||||
"readable-stream": true |
||||
} |
||||
}, |
||||
"node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"lodash": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"clearTimeout": true |
||||
} |
||||
}, |
||||
"@ethersproject/random": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"browser-passworder": { |
||||
"globals": { |
||||
"crypto": true |
||||
} |
||||
}, |
||||
"randombytes": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"extensionizer": { |
||||
"globals": { |
||||
"console": true |
||||
} |
||||
}, |
||||
"web3": { |
||||
"globals": { |
||||
"XMLHttpRequest": true |
||||
} |
||||
}, |
||||
"storage": { |
||||
"globals": { |
||||
"localStorage": true |
||||
} |
||||
}, |
||||
"react-dom": { |
||||
"globals": { |
||||
"HTMLIFrameElement": true |
||||
} |
||||
}, |
||||
"react-devtools": { |
||||
"packages": { |
||||
"react-devtools-core": true |
||||
} |
||||
}, |
||||
"react-devtools-core": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"WebSocket": true |
||||
} |
||||
} |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,114 @@ |
||||
{ |
||||
"resources": { |
||||
"browserify>browser-resolve": { |
||||
"packages": { |
||||
"ethjs-query>babel-runtime>core-js": true |
||||
} |
||||
}, |
||||
"ethjs-query>babel-runtime": { |
||||
"packages": { |
||||
"@babel/runtime": true |
||||
} |
||||
}, |
||||
"@metamask/controllers>web3-provider-engine>eth-json-rpc-middleware>node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"@metamask/controllers>web3-provider-engine>cross-fetch>node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"3box>graphql-request>cross-fetch>node-fetch": { |
||||
"globals": { |
||||
"fetch": true |
||||
} |
||||
}, |
||||
"lodash": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"clearTimeout": true |
||||
} |
||||
}, |
||||
"ethers>@ethersproject/random": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"eth-keyring-controller>browser-passworder": { |
||||
"globals": { |
||||
"crypto": true |
||||
} |
||||
}, |
||||
"ethereumjs-wallet>randombytes": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"web3": { |
||||
"globals": { |
||||
"XMLHttpRequest": true |
||||
} |
||||
}, |
||||
"react-dom": { |
||||
"globals": { |
||||
"HTMLIFrameElement": true |
||||
} |
||||
}, |
||||
"react-devtools": { |
||||
"packages": { |
||||
"react-devtools>react-devtools-core": true |
||||
} |
||||
}, |
||||
"react-devtools>react-devtools-core": { |
||||
"globals": { |
||||
"setTimeout": true, |
||||
"WebSocket": true |
||||
} |
||||
}, |
||||
"node-fetch": { |
||||
"globals": { |
||||
"fetch": true, |
||||
"Headers": true, |
||||
"Request": true, |
||||
"Response": true |
||||
} |
||||
}, |
||||
"nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"@metamask/iframe-execution-environment-service>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"@metamask/snap-controllers>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"@metamask/controllers>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"@metamask/smart-transactions-controller>@metamask/controllers>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"depcheck>@vue/compiler-sfc>postcss>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
}, |
||||
"dependency-tree>precinct>detective-postcss>postcss>nanoid": { |
||||
"globals": { |
||||
"crypto.getRandomValues": true |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue