Skip to content

Commit

Permalink
docs: adjust line for linter (#4882)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Jul 6, 2023
1 parent 4004d6d commit 9789dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Guides/Prototype-Poisoning.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ open-source software and the limitations of existing communication channels.

But first, if we use a JavaScript framework to process incoming JSON data, take
a moment to read up on [Prototype Poisoning](https://medium.com/intrinsic/javascript-prototype-poisoning-vulnerabilities-in-the-wild-7bc15347c96)
in general, and the specific [technical details](https://github.com/hapijs/hapi/issues/3916) of this issue.
in general, and the specific
[technical details](https://github.com/hapijs/hapi/issues/3916) of this issue.
This could be a critical issue so, we might need to verify your own code first.
It focuses on specific framework however, any solution that uses `JSON.parse()`
to process external data is potentially at risk.
Expand Down

0 comments on commit 9789dde

Please sign in to comment.