You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the credentialdigger cli has the module for get_discoveries. However there should ideally be a way for users to also update a discovery to another state (such as false_positive) via the CLI. This functionality is already available via the UI but not via the CLI.
There should also be an optional flag where you can specify whether when updating the discovery whether you want to also update similar discoveries with the same state (to take advantage of the similarity model).
Ideally it should also return a basic response to let users know whether the action was successful (eg. output number of discoveries that were updated).
The text was updated successfully, but these errors were encountered:
keithlai124
changed the title
Enable updating discoveries via CLI
Enable updating discovery state via CLI
Jul 8, 2024
Currently the
credentialdigger
cli has the module forget_discoveries
. However there should ideally be a way for users to also update a discovery to another state (such asfalse_positive
) via the CLI. This functionality is already available via the UI but not via the CLI.There should also be an optional flag where you can specify whether when updating the discovery whether you want to also update similar discoveries with the same state (to take advantage of the similarity model).
Ideally it should also return a basic response to let users know whether the action was successful (eg. output number of discoveries that were updated).
The text was updated successfully, but these errors were encountered: