-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps,tools: include SipHash in LICENSE
PR-URL: #26367 Refs: #23259 Refs: https://darksi.de/12.hashwick-v8-vulnerability/ Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yang Guo <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]>
- Loading branch information
1 parent
4fed47a
commit b7dd0b8
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -748,6 +748,17 @@ The externally maintained libraries used by Node.js are: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
""" | ||
|
||
- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows: | ||
""" | ||
SipHash reference C implementation | ||
|
||
Copyright (c) 2016 Jean-Philippe Aumasson <[email protected]> | ||
|
||
To the extent possible under law, the author(s) have dedicated all | ||
copyright and related and neighboring rights to this software to the public | ||
domain worldwide. This software is distributed without any warranty. | ||
""" | ||
|
||
- zlib, located at deps/zlib, is licensed as follows: | ||
""" | ||
zlib.h -- interface of the 'zlib' general purpose compression library | ||
|
This file contains 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