We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9f8b3 commit d31c006Copy full SHA for d31c006
lib/internal/Magento/Framework/Xml/Security.php
@@ -21,7 +21,7 @@ class Security
21
*/
22
private function heuristicScan($xmlContent)
23
{
24
- return strpos($xmlContent, '<!ENTITY') !== false;
+ return strpos($xmlContent, '<!ENTITY') === false;
25
}
26
27
/**
0 commit comments