attack_range icon indicating copy to clipboard operation
attack_range copied to clipboard

fixing bug with cli

Open josehelps opened this issue 3 years ago • 1 comments

tiny thing were the cli args are not considered for replay

josehelps avatar Aug 26 '22 00:08 josehelps

This is mostly good, but CANNOT delete data from internal indexes because the user account does not have access to them. For example, we cannot delete from _audit when the -tdd flag is given to replay. Currently, this fails silently. We should either throw an error when -tdd is given (and the index is an internal one, prefixed with a _) or we should change the user permissions to have access to internal indexes.

pyth0n1c avatar Aug 30 '22 22:08 pyth0n1c

assuming this is no longer an issue with attack_range 3

josehelps avatar Oct 11 '22 15:10 josehelps