-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix DoS vunerability with ujson.Obj and upack.Obj #449
Merged
Commits on Mar 9, 2023
-
Fix DoS vunerability with ujson.Obj and upack.Obj
- Replace `mutable.LinkedHashMap` with `mutable.Map` ujson and upack API `LinkedHashMap` is not secure because of com-lihaoyi#446 This commit removes it from the API and replaces the implementation with a bespoke wrapper around java.util.LinkedHashMap that also extends scala's `mutable.Map` - Add test for issue com-lihaoyi#446
Configuration menu - View commit details
-
Copy full SHA for 0354039 - Browse repository at this point
Copy the full SHA 0354039View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd04c24 - Browse repository at this point
Copy the full SHA dd04c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc5f88 - Browse repository at this point
Copy the full SHA 7bc5f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for c66be64 - Browse repository at this point
Copy the full SHA c66be64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1a441 - Browse repository at this point
Copy the full SHA 5c1a441View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb9c7e - Browse repository at this point
Copy the full SHA dbb9c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 952703c - Browse repository at this point
Copy the full SHA 952703cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0b7c0 - Browse repository at this point
Copy the full SHA 9a0b7c0View commit details -
Specify 3.1+ as supported version
Co-authored-by: Tobias Roeser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7cd5f7 - Browse repository at this point
Copy the full SHA a7cd5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab2f31 - Browse repository at this point
Copy the full SHA 9ab2f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2408c4 - Browse repository at this point
Copy the full SHA f2408c4View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5723b9a - Browse repository at this point
Copy the full SHA 5723b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adee5bf - Browse repository at this point
Copy the full SHA adee5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7faa90a - Browse repository at this point
Copy the full SHA 7faa90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b73aa1a - Browse repository at this point
Copy the full SHA b73aa1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 500808c - Browse repository at this point
Copy the full SHA 500808cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca4984 - Browse repository at this point
Copy the full SHA 8ca4984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 517fc63 - Browse repository at this point
Copy the full SHA 517fc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b5d27 - Browse repository at this point
Copy the full SHA 64b5d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc3631 - Browse repository at this point
Copy the full SHA dbc3631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b70bc - Browse repository at this point
Copy the full SHA 32b70bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56080c - Browse repository at this point
Copy the full SHA f56080cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee40517 - Browse repository at this point
Copy the full SHA ee40517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43606c2 - Browse repository at this point
Copy the full SHA 43606c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b25b92c - Browse repository at this point
Copy the full SHA b25b92cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.