Skip to content

Commit e92c3dc

Browse files
authored
Merge pull request #539 from jprider63/master
Added myself to security review comment. #537
2 parents 7b8d3ce + 66080da commit e92c3dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pure/Data/Aeson/Parser/UnescapePure.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- 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!
2+
-- not check bounds. Any changes should be made with care and we would love to
3+
-- get informed about them, just cc us in any PR targetting this file: @eskimor @jprider63
4+
-- We would be happy to review the changes!
55

66
-- The security check at the end (pos > length) only works if pos grows
77
-- monotonously, if this condition does not hold, the check is flawed.

0 commit comments

Comments
 (0)