MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / update_security_data

Method update_security_data

keepercommander/breachwatch.py:191–194  ·  view source on GitHub ↗
(params, record, force_update=False)

Source from the content-addressed store, hash-verified

189
190 @staticmethod
191 def update_security_data(params, record, force_update=False):
192 # type: (KeeperParams, KeeperRecord, Optional[bool]) -> None
193 if force_update or needs_security_audit(params, record):
194 update_security_audit_data(params, [record])
195
196 @staticmethod
197 def save_reused_pw_count(params):

Callers 1

Calls 2

needs_security_auditFunction · 0.85

Tested by

no test coverage detected