Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 97 additions & 2 deletions attribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3978,6 +3978,13 @@ Copyright (C) 2014-present SheetJS



******************************

create-hash
1.1.3 <https://github.com/crypto-browserify/createHash>
license: MIT
authors: undefined

******************************

create-hash
Expand Down Expand Up @@ -11561,6 +11568,13 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


******************************

hash-base
2.0.2 <https://github.com/crypto-browserify/hash-base>
license: MIT
authors: Kirill Fomichev <[email protected]> (https://github.com/fanatid)

******************************

hash-base
Expand Down Expand Up @@ -13111,7 +13125,7 @@ SOFTWARE.
******************************

is-typed-array
1.1.13 <https://github.com/inspect-js/is-typed-array>
1.1.15 <https://github.com/inspect-js/is-typed-array>
The MIT License (MIT)

Copyright (c) 2015 Jordan Harband
Expand Down Expand Up @@ -22789,7 +22803,7 @@ THE SOFTWARE.
******************************

pbkdf2
3.1.2 <https://github.com/crypto-browserify/pbkdf2>
3.1.3 <https://github.com/crypto-browserify/pbkdf2>
The MIT License (MIT)

Copyright (c) 2014 Daniel Cousens
Expand Down Expand Up @@ -24951,6 +24965,33 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT
IN THE SOFTWARE.


******************************

ripemd160
2.0.1 <https://github.com/crypto-browserify/ripemd160>
The MIT License (MIT)

Copyright (c) 2016 crypto-browserify

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


******************************

ripemd160
Expand Down Expand Up @@ -30081,6 +30122,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

******************************

to-buffer
1.2.1 <https://github.com/browserify/to-buffer>
The MIT License (MIT)

Copyright (c) 2016 Mathias Buus

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


******************************

to-data-view
Expand Down Expand Up @@ -30855,6 +30923,33 @@ typedarray
// * Allows typed_array.get/set() as alias for subscripts (typed_array[])


******************************

typed-array-buffer
1.0.3 <https://github.com/inspect-js/typed-array-buffer>
MIT License

Copyright (c) 2023 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


******************************

type-fest
Expand Down
40 changes: 37 additions & 3 deletions lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3691,6 +3691,11 @@
"addons-linter>sha.js": true
}
},
"crypto-browserify>pbkdf2>create-hash": {
"packages": {
"browserify>buffer": true
}
},
"crypto-browserify>create-hmac": {
"packages": {
"ethereumjs-util>create-hash>cipher-base": true,
Expand Down Expand Up @@ -4206,6 +4211,13 @@
"koa>content-disposition>safe-buffer": true
}
},
"crypto-browserify>pbkdf2>ripemd160>hash-base": {
"packages": {
"browserify>buffer": true,
"pumpify>inherits": true,
"stream-browserify": true
}
},
"ethers>@ethersproject/sha2>hash.js": {
"packages": {
"pumpify>inherits": true,
Expand Down Expand Up @@ -4820,11 +4832,12 @@
"setTimeout": true
},
"packages": {
"ethereumjs-util>create-hash": true,
"crypto-browserify>pbkdf2>create-hash": true,
"process": true,
"ethereumjs-util>create-hash>ripemd160": true,
"crypto-browserify>pbkdf2>ripemd160": true,
"koa>content-disposition>safe-buffer": true,
"addons-linter>sha.js": true
"addons-linter>sha.js": true,
"crypto-browserify>pbkdf2>to-buffer": true
}
},
"@material-ui/core>popper.js": {
Expand Down Expand Up @@ -5449,6 +5462,13 @@
"pumpify>inherits": true
}
},
"crypto-browserify>pbkdf2>ripemd160": {
"packages": {
"browserify>buffer": true,
"crypto-browserify>pbkdf2>ripemd160>hash-base": true,
"pumpify>inherits": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
Expand Down Expand Up @@ -5696,6 +5716,13 @@
"console": true
}
},
"crypto-browserify>pbkdf2>to-buffer": {
"packages": {
"@lavamoat/lavapack>json-stable-stringify>isarray": true,
"koa>content-disposition>safe-buffer": true,
"string.prototype.matchall>es-abstract>typed-array-buffer": true
}
},
"copy-to-clipboard>toggle-selection": {
"globals": {
"document.activeElement": true,
Expand All @@ -5718,6 +5745,13 @@
"browserify>browser-resolve": true
}
},
"string.prototype.matchall>es-abstract>typed-array-buffer": {
"packages": {
"browserify>util>which-typed-array>call-bound": true,
"string.prototype.matchall>es-abstract>es-errors": true,
"browserify>util>is-typed-array": true
}
},
"@trezor/connect-web>@trezor/connect-common>@trezor/env-utils>ua-parser-js": {
"globals": {
"define": true
Expand Down
40 changes: 37 additions & 3 deletions lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3691,6 +3691,11 @@
"addons-linter>sha.js": true
}
},
"crypto-browserify>pbkdf2>create-hash": {
"packages": {
"browserify>buffer": true
}
},
"crypto-browserify>create-hmac": {
"packages": {
"ethereumjs-util>create-hash>cipher-base": true,
Expand Down Expand Up @@ -4206,6 +4211,13 @@
"koa>content-disposition>safe-buffer": true
}
},
"crypto-browserify>pbkdf2>ripemd160>hash-base": {
"packages": {
"browserify>buffer": true,
"pumpify>inherits": true,
"stream-browserify": true
}
},
"ethers>@ethersproject/sha2>hash.js": {
"packages": {
"pumpify>inherits": true,
Expand Down Expand Up @@ -4820,11 +4832,12 @@
"setTimeout": true
},
"packages": {
"ethereumjs-util>create-hash": true,
"crypto-browserify>pbkdf2>create-hash": true,
"process": true,
"ethereumjs-util>create-hash>ripemd160": true,
"crypto-browserify>pbkdf2>ripemd160": true,
"koa>content-disposition>safe-buffer": true,
"addons-linter>sha.js": true
"addons-linter>sha.js": true,
"crypto-browserify>pbkdf2>to-buffer": true
}
},
"@material-ui/core>popper.js": {
Expand Down Expand Up @@ -5449,6 +5462,13 @@
"pumpify>inherits": true
}
},
"crypto-browserify>pbkdf2>ripemd160": {
"packages": {
"browserify>buffer": true,
"crypto-browserify>pbkdf2>ripemd160>hash-base": true,
"pumpify>inherits": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
Expand Down Expand Up @@ -5696,6 +5716,13 @@
"console": true
}
},
"crypto-browserify>pbkdf2>to-buffer": {
"packages": {
"@lavamoat/lavapack>json-stable-stringify>isarray": true,
"koa>content-disposition>safe-buffer": true,
"string.prototype.matchall>es-abstract>typed-array-buffer": true
}
},
"copy-to-clipboard>toggle-selection": {
"globals": {
"document.activeElement": true,
Expand All @@ -5718,6 +5745,13 @@
"browserify>browser-resolve": true
}
},
"string.prototype.matchall>es-abstract>typed-array-buffer": {
"packages": {
"browserify>util>which-typed-array>call-bound": true,
"string.prototype.matchall>es-abstract>es-errors": true,
"browserify>util>is-typed-array": true
}
},
"@trezor/connect-web>@trezor/connect-common>@trezor/env-utils>ua-parser-js": {
"globals": {
"define": true
Expand Down
40 changes: 37 additions & 3 deletions lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3691,6 +3691,11 @@
"addons-linter>sha.js": true
}
},
"crypto-browserify>pbkdf2>create-hash": {
"packages": {
"browserify>buffer": true
}
},
"crypto-browserify>create-hmac": {
"packages": {
"ethereumjs-util>create-hash>cipher-base": true,
Expand Down Expand Up @@ -4206,6 +4211,13 @@
"koa>content-disposition>safe-buffer": true
}
},
"crypto-browserify>pbkdf2>ripemd160>hash-base": {
"packages": {
"browserify>buffer": true,
"pumpify>inherits": true,
"stream-browserify": true
}
},
"ethers>@ethersproject/sha2>hash.js": {
"packages": {
"pumpify>inherits": true,
Expand Down Expand Up @@ -4820,11 +4832,12 @@
"setTimeout": true
},
"packages": {
"ethereumjs-util>create-hash": true,
"crypto-browserify>pbkdf2>create-hash": true,
"process": true,
"ethereumjs-util>create-hash>ripemd160": true,
"crypto-browserify>pbkdf2>ripemd160": true,
"koa>content-disposition>safe-buffer": true,
"addons-linter>sha.js": true
"addons-linter>sha.js": true,
"crypto-browserify>pbkdf2>to-buffer": true
}
},
"@material-ui/core>popper.js": {
Expand Down Expand Up @@ -5449,6 +5462,13 @@
"pumpify>inherits": true
}
},
"crypto-browserify>pbkdf2>ripemd160": {
"packages": {
"browserify>buffer": true,
"crypto-browserify>pbkdf2>ripemd160>hash-base": true,
"pumpify>inherits": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
Expand Down Expand Up @@ -5696,6 +5716,13 @@
"console": true
}
},
"crypto-browserify>pbkdf2>to-buffer": {
"packages": {
"@lavamoat/lavapack>json-stable-stringify>isarray": true,
"koa>content-disposition>safe-buffer": true,
"string.prototype.matchall>es-abstract>typed-array-buffer": true
}
},
"copy-to-clipboard>toggle-selection": {
"globals": {
"document.activeElement": true,
Expand All @@ -5718,6 +5745,13 @@
"browserify>browser-resolve": true
}
},
"string.prototype.matchall>es-abstract>typed-array-buffer": {
"packages": {
"browserify>util>which-typed-array>call-bound": true,
"string.prototype.matchall>es-abstract>es-errors": true,
"browserify>util>is-typed-array": true
}
},
"@trezor/connect-web>@trezor/connect-common>@trezor/env-utils>ua-parser-js": {
"globals": {
"define": true
Expand Down
Loading