Null Byte injection in JsonField #8852
Unanswered
pitr12
asked this question in
Question & Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to figure out a way how to prohibit Null Byte injection in JsonField.
For example
CharField
is usingProhibitNullCharactersValidator
(#6073) but I was not successful in applying this validator (or custom with similar logic) to json field.Is there some working approach how to prevent Null Byte injection in JsonField?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions