Keys containing __proto__ are handled inconsistently
alxndrsn opened this issue · 0 comments
alxndrsn commented
Reporting a bug?
PR demonstrating inconsistencies at #1705
Expected behavior
Either:
- treat keys containing
__proto__
this same as any other key, or - reject any key containing
__proto__
Reproduction
System Info
N/A
Screenshot
No response
Additional context
Currently the only mention of __proto__
in this repo is at:
Line 33 in 6895542
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
- The provided reproduction is a minimal reproducible example of the bug.