Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update quickjs to fix CVE-2023-31922 #125

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

tbrockman
Copy link
Contributor

Synchronizes quickjs to include the recent commit to address CVE-2023-31922, as well as other recent modifications.

f87cab0 added String.prototype.at, Array.prototype.at and TypedArray.prototype.at
3106401 keep LTO
cdeca4d updated to unicode 15.0.0
94010ed the BigInt support is now always included
03cc5ec fixed js_proxy_isArray stack overflow (github issue justjake#178)
6de52d8 bf_set_ui() fix (github issue justjake#133)
2788d71 updated to Unicode 14.0.0
8516959 updated test262.conf
446099a added Object.hasOwn()
b9f5880 fixed invalid Array.prototype.push/unshift optimization

git-subtree-dir: quickjs
git-subtree-split: f87cab0fc62866f4d4dfff0526adebe4fda364e2
@tbrockman tbrockman force-pushed the update-quickjs-CVE-2023-31922 branch from 2825e4f to d392b5f Compare December 5, 2023 17:38
@tbrockman
Copy link
Contributor Author

tbrockman commented Dec 5, 2023

@justjake justjake merged commit 6e8bf02 into justjake:main Dec 5, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants