Learn how to troubleshoot the various issues with the Security Scan tool for Adobe Commerce and Magento Open Source.
The Security Scan tool requires that you prove ownership of your site before the domain can be added to the Security Scan Tool. This can be performed by adding a confirmation code to your site using an HTML comment or the <meta>
tag. The HTML comment should be placed inside the <body>
tag, e.g., in the footer section. The <meta>
tag should be placed inside the page’s <head>
section.
A common issue faced by merchants occurs when the Security Scan Tool is unable to confirm the merchant’s site ownership.
If you are getting an error and cannot submit your site for the scan, refer to the Error message when adding sites into Security Scan troubleshooting article in our support knowledge base.
You get empty scan reports from the Security Scan tool or get reports containing only one error like Security tool was unable to reach the base URL or Magento installation is not found on the provided URL.
https://mystore.com
redirects to https://www.mystore.com
or vice versa or redirects to other domain names).Forbidden
and HTTP 500 Internal server error
are the common server responses that cause empty reports generation. Here’s an example of the confirmation code that blocks requests by user agents:if(req.http.user-agent ~ "(Chrome|Firefox)/[1-7][0-9]" && client.ip !~ useragent_allowlist)
{ error 403; }
You can also see The Security Scan Tool report is blank article in our support knowledge base for more information.
You resolved a security issue and are expecting the Security Scan to show that you are no longer vulnerable to the newly resolved issue. Instead, you find that the report generated by the Security Scan is still reporting you as vulnerable to the security issue.
Cloud instance metadata is gathered only for active
and live
Cloud Projects and is NOT a real-time process.
The statistics collection script is run once a day, then the Security Scan tool has to pick up the new data later.
The expected sync-up cycle latency is up to a week and takes a minimum of 24 hours.
The following statuses could appear from checks:
If 24 hours have passed since the changes were made to the instance and they are not reflected in the Security Scan report, you can submit a support ticket. Provide the store URL when submitting the ticket.
You receive a notification regarding the “BotNet Suspect” failure.
You receive an error regarding a “Compromise Injection” failure.
HTML head
and Miscellaneous HTML
in footer
section values.If none of the above helps, submit a support ticket and provide the store URL and error message from the report.
No. The Security Scan makes all requests one-by-one like a single user. Because of this, the Security Scan shouldn’t affect website performance.
You can generate the previous 10 reports from your end. If older reports are required, contact Adobe Commerce support. Up to a year of prior Security Scan reports can be obtained.
Please make sure to provide the domain name.