Skip to content

Commit 6e02d3f

Browse files
authored
Merge pull request python-security#115 from python-security/11_fix_pagination_fp
Fix pagination false positive
2 parents 84edb94 + 54941fe commit 6e02d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyt/vulnerability_definitions/blackbox_mapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"does_not_propagate": [
33
"fast_eddie",
4-
"url_for"
4+
"url_for",
5+
"Post.query.paginate"
56
],
67
"propagates": [
78
"os.path.join",

0 commit comments

Comments
 (0)