We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711153c commit 2abdf24Copy full SHA for 2abdf24
vulture_allowlist.py
@@ -24,7 +24,7 @@
24
MongoAgentEventRepository,
25
MongoOTPRepository,
26
)
27
-from monkey_island.cc.services.authentication_service.otp import OTPGenerator
+from monkey_island.cc.services.authentication_service import AuthenticationOTPGenerator
28
from monkey_island.cc.services.authentication_service.token import TokenValidator
29
from monkey_island.cc.services.authentication_service.user import User
30
from monkey_island.cc.services.reporting.exploitations.monkey_exploitation import MonkeyExploitation
@@ -161,4 +161,4 @@
161
IOTPRepository.get_expiration
162
IOTPRepository.reset
163
MongoOTPRepository
164
-OTPGenerator.generate_otp
+AuthenticationOTPGenerator.generate_otp
0 commit comments