Skip to content
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

json array got truncated #4

Closed
victorisildur opened this issue Dec 18, 2018 · 2 comments
Closed

json array got truncated #4

victorisildur opened this issue Dec 18, 2018 · 2 comments
Assignees

Comments

@victorisildur
Copy link

request body(with application/json content-type header):

{
   "corp_ids": ["id1"]
}

after xss-mw, body becomes:

{"corp_ids":]}

which is mal-formed

@dvwright
Copy link
Owner

Hi, thank you for reporting this, I’ll work on this next

@dvwright dvwright self-assigned this Jan 12, 2019
@dvwright
Copy link
Owner

Hi @victorisildur this is resolved in the newest release - https://github.com/dvwright/xss-mw/releases/tag/v1.2-Beta
Thanks!

@dvwright dvwright reopened this Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants