-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Few weaknesses in the code #6715
Comments
@AppChecker thank you for your feedback. |
internal ticket created MAGETWO-62187 |
issue was fixed in fresh magento, thanks for reporting |
Hi @AppChecker. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
Hi @AppChecker. Thank you for your report. The fix will be available with the upcoming 2.2.9 release. |
…ync-032221 Sync of 2.4.3-develop with 2.4-develop
Hi!
I hope this will be helpful:
app/code/Magento/Usps/Model/Carrier.php
if $response is false, method asXML will be called on false
app/code/Magento/CatalogSearch/Model/Layer/Filter/Decimal.php
Both parts of ternary operators are equals.
app/code/Magento/CatalogRule/Model/Rule.php
Parts of if-conditional operator are equals.
Possible defect was found by Echelon team with AppChecker static analyzer
The text was updated successfully, but these errors were encountered: