-
-
Notifications
You must be signed in to change notification settings - Fork 0
🐛 enhance comma-split behavior to enforce listLimit and handle overflow
#48
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1c5c71c
chore: update `qs` dependency version to ^6.14.2
techouse e5b09d5
:bug: enhance comma-split behavior to enforce list limits and handle …
techouse fcf3c20
:white_check_mark: enhance comma splitting behavior to handle overflo…
techouse 133152b
:zap: enhance list limit handling to throw errors for overflow condit…
techouse a46a0c4
:white_check_mark: enhance comma splitting tests for negative list li…
techouse 788cfe2
:zap: cap comma growth at zero for negative list limits in decoding
techouse caac169
:zap: enhance comma-split overflow handling to enforce list limits an…
techouse 5018c16
:white_check_mark: enhance comma decoding tests for strict limit hand…
techouse 585b3d4
:zap: streamline error handling for list limit exceeded conditions
techouse f6b585e
:white_check_mark: add test for strict duplicate limit check using ma…
techouse f870325
:white_check_mark: format GHSA payload initialization for clarity in …
techouse 13e73ea
:recycle: simplify overflow handling by introducing overflowCount uti…
techouse 74e7975
:white_check_mark: add tests for overflowCount utility in merge and s…
techouse 3db5c81
:recycle: enforce empty-bracket handling in _parseQueryStringValues a…
techouse cb40ce9
:white_check_mark: add test for negative list limit in strict mode to…
techouse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -5,6 +5,6 @@ | |
| "author": "Klemen Tusar", | ||
| "license": "BSD-3-Clause", | ||
| "dependencies": { | ||
| "qs": "^6.14.1" | ||
| "qs": "^6.14.2" | ||
| } | ||
| } | ||
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.