You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the phpally rule that scans for whether or not an anchor link is suspicious, it only uses a few strings to make that determination, and it is very easy to bypass it.
Line 15-16 in phpally/src/AnchorSuspiciousLinkText.php:
In the phpally rule that scans for whether or not an anchor link is suspicious, it only uses a few strings to make that determination, and it is very easy to bypass it.
Line 15-16 in
phpally/src/AnchorSuspiciousLinkText.php
:We need to find a more flexible way to address this issue.
The text was updated successfully, but these errors were encountered: