Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDOIT checks for only a few phrases and words to mark a link as suspicious. #939

Open
taheralfayad opened this issue Apr 17, 2024 · 0 comments
Assignees

Comments

@taheralfayad
Copy link
Contributor

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:

var $strings = array('en' => array('click here', 'click', 'more', 'here'),
'es' => array('clic aquí', 'clic', 'haga clic', 'más', 'aquí'));

We need to find a more flexible way to address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant