We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b8d3ce + 66080da commit e92c3dcCopy full SHA for e92c3dc
pure/Data/Aeson/Parser/UnescapePure.hs
@@ -1,7 +1,7 @@
1
-- WARNING: This file is security sensitive as it uses unsafeWrite which does
2
--- not check bounds. Any changes should be made with care and I would love to
3
--- get informed about them, just cc me in any PR targetting this file: @eskimor
4
--- I would be happy to review the changes!
+-- not check bounds. Any changes should be made with care and we would love to
+-- get informed about them, just cc us in any PR targetting this file: @eskimor @jprider63
+-- We would be happy to review the changes!
5
6
-- The security check at the end (pos > length) only works if pos grows
7
-- monotonously, if this condition does not hold, the check is flawed.
0 commit comments