Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ab4fd1

Browse files
committed
Minor update
1 parent 52351e5 commit 4ab4fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def _(page):
661661
casting = Request.queryPage(payload, place, raise404=False)
662662

663663
if casting:
664-
errMsg = "possible %scasting " % ("integer " if origValue.isdigit() else "")
664+
errMsg = "possible %s casting " % ("integer" if origValue.isdigit() else "type")
665665
errMsg += "detected (e.g. %s=(int)$_REQUEST('%s')) " % (parameter, parameter)
666666
errMsg += "at the back-end web application"
667667
logger.error(errMsg)

0 commit comments

Comments
 (0)