Skip to content

Commit 2abdf24

Browse files
Project: Add AuthenticationOTPGenerator to vulture_allowlist
1 parent 711153c commit 2abdf24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulture_allowlist.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
MongoAgentEventRepository,
2525
MongoOTPRepository,
2626
)
27-
from monkey_island.cc.services.authentication_service.otp import OTPGenerator
27+
from monkey_island.cc.services.authentication_service import AuthenticationOTPGenerator
2828
from monkey_island.cc.services.authentication_service.token import TokenValidator
2929
from monkey_island.cc.services.authentication_service.user import User
3030
from monkey_island.cc.services.reporting.exploitations.monkey_exploitation import MonkeyExploitation
@@ -161,4 +161,4 @@
161161
IOTPRepository.get_expiration
162162
IOTPRepository.reset
163163
MongoOTPRepository
164-
OTPGenerator.generate_otp
164+
AuthenticationOTPGenerator.generate_otp

0 commit comments

Comments
 (0)