-
Notifications
You must be signed in to change notification settings - Fork 118
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
URL parameter sanitization #310
Comments
Yes, that looks like SQL injection attempts |
Shouldn't the parameters be sanitized before they are used for URL generation and then cached? I don't care for unsuccessful hacking attempts, but I don't want them to be part of our Google search results. |
How did you add the language/currency selection and what's the URL of your site? |
We don't have a language/currency selection. URL: belago*de |
What are the URLs which contain that parameters? |
Currently hopefully none, we cleared the cache and reset Google's index. Yesterday Google (!) listed a couple of pages like this: |
I think it is related to them parameters being excluded from In https://github.com/aimeos/aimeos-typo3/blob/master/ext_localconf.php#L274-L278 I suggest to review that. |
Hi, I'm not sure where to post this best, so I created an issue here at the core package. Affected version is at least 2021.10 on TYPO3.
Additionally, I'm not sure where this problem comes from - I guess it's caching related.
Google stores a dozen URLs to our shop with additional parameters like
?currency=EUR"'`--)&locale=de&site=default
. To me, this looks like somebody tried out SQL injections which was somehow cached and then later discovered by Google.How to get rid of these "dirty" links?
The text was updated successfully, but these errors were encountered: