Skip to content

Commit 26e7dc0

Browse files
author
Oleksii Korshenko
committed
MAGETWO-50608: [Github][Security] Able to brute force API token access
1 parent 5b7abf1 commit 26e7dc0

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Integration/Model/ResourceModel/Oauth/Token

1 file changed

+2
-1
lines changed

app/code/Magento/Integration/Model/ResourceModel/Oauth/Token/RequestLog.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
* Resource model for failed authentication attempts to retrieve admin/customer token.
1414
*/
1515
class RequestLog extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb implements
16-
ReaderInterface, WriterInterface
16+
ReaderInterface,
17+
WriterInterface
1718
{
1819
/**
1920
* @var \Magento\Framework\Stdlib\DateTime\DateTime

0 commit comments

Comments
 (0)