Skip to content

Commit

Permalink
Update LavaMoat policies
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Dec 18, 2024
1 parent 1714c40 commit 215cc04
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
9 changes: 6 additions & 3 deletions lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
"@zxing/library>ts-custom-error": true
}
},
"extension-port-stream>readable-stream>abort-controller": {
"@lavamoat/lavapack>readable-stream>abort-controller": {
"globals": {
"AbortController": true
}
Expand Down Expand Up @@ -4877,11 +4877,14 @@
"extension-port-stream>readable-stream": {
"globals": {
"AbortController": true,
"AbortSignal": true,
"AggregateError": true,
"Blob": true
"Blob": true,
"ERR_INVALID_ARG_TYPE": true,
"queueMicrotask": true
},
"packages": {
"extension-port-stream>readable-stream>abort-controller": true,
"@lavamoat/lavapack>readable-stream>abort-controller": true,
"browserify>buffer": true,
"webpack>events": true,
"process": true,
Expand Down
9 changes: 6 additions & 3 deletions lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
"@zxing/library>ts-custom-error": true
}
},
"extension-port-stream>readable-stream>abort-controller": {
"@lavamoat/lavapack>readable-stream>abort-controller": {
"globals": {
"AbortController": true
}
Expand Down Expand Up @@ -4877,11 +4877,14 @@
"extension-port-stream>readable-stream": {
"globals": {
"AbortController": true,
"AbortSignal": true,
"AggregateError": true,
"Blob": true
"Blob": true,
"ERR_INVALID_ARG_TYPE": true,
"queueMicrotask": true
},
"packages": {
"extension-port-stream>readable-stream>abort-controller": true,
"@lavamoat/lavapack>readable-stream>abort-controller": true,
"browserify>buffer": true,
"webpack>events": true,
"process": true,
Expand Down
9 changes: 6 additions & 3 deletions lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
"@zxing/library>ts-custom-error": true
}
},
"extension-port-stream>readable-stream>abort-controller": {
"@lavamoat/lavapack>readable-stream>abort-controller": {
"globals": {
"AbortController": true
}
Expand Down Expand Up @@ -4877,11 +4877,14 @@
"extension-port-stream>readable-stream": {
"globals": {
"AbortController": true,
"AbortSignal": true,
"AggregateError": true,
"Blob": true
"Blob": true,
"ERR_INVALID_ARG_TYPE": true,
"queueMicrotask": true
},
"packages": {
"extension-port-stream>readable-stream>abort-controller": true,
"@lavamoat/lavapack>readable-stream>abort-controller": true,
"browserify>buffer": true,
"webpack>events": true,
"process": true,
Expand Down
9 changes: 6 additions & 3 deletions lavamoat/browserify/mmi/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@
"@zxing/library>ts-custom-error": true
}
},
"extension-port-stream>readable-stream>abort-controller": {
"@lavamoat/lavapack>readable-stream>abort-controller": {
"globals": {
"AbortController": true
}
Expand Down Expand Up @@ -4969,11 +4969,14 @@
"extension-port-stream>readable-stream": {
"globals": {
"AbortController": true,
"AbortSignal": true,
"AggregateError": true,
"Blob": true
"Blob": true,
"ERR_INVALID_ARG_TYPE": true,
"queueMicrotask": true
},
"packages": {
"extension-port-stream>readable-stream>abort-controller": true,
"@lavamoat/lavapack>readable-stream>abort-controller": true,
"browserify>buffer": true,
"webpack>events": true,
"process": true,
Expand Down

0 comments on commit 215cc04

Please sign in to comment.