Skip to content

Commit

Permalink
EC-328 (#53)
Browse files Browse the repository at this point in the history
* Ec-329: Reduce timestamp to avoid replay attack

* EC-327: SQL injection in M2 extension (#47)

* EC-326: Cross site scripting in Magento Extn (#48)

* sql injection attack changes added

* sql injection prevention changes

* security fixes for EC-329,327,326

* sql injection security fix

* internal exception messages

* security bug fix

* security fix for EC-328

* removed comments

* release files updated

---------

Co-authored-by: Manish <[email protected]>
Co-authored-by: manish-ometria <[email protected]>
Co-authored-by: madhuri <[email protected]>
  • Loading branch information
4 people authored Oct 4, 2023
1 parent fe3c730 commit 0c48b4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/code/Ometria/AbandonedCarts/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ometria_AbandonedCarts" setup_version="2.6.2"/>
<module name="Ometria_AbandonedCarts" setup_version="2.6.3"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Api/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ometria_Api" setup_version="2.6.2"/>
<module name="Ometria_Api" setup_version="2.6.3"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Core/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ometria_Core" setup_version="2.6.2"/>
<module name="Ometria_Core" setup_version="2.6.3"/>
</config>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ometria/magento2",
"type": "magento2-module",
"version": "2.6.2",
"version": "2.6.3",
"description": "Dev composer package for Ometria Extension",
"authors": [
{
Expand Down

0 comments on commit 0c48b4c

Please sign in to comment.