Results 54 comments of Patrick Kelley
trafficstars

Started on this: https://github.com/Netflix/security_monkey/tree/feature/track_tags_issue_204

I'm not working on it anymore. I ran into an (embarrassing) issue where the UI would not behave appropriately if a tag (key or value) contained a comma. Typically this...

@markofu - any interest in making a PR? bonus points for having a fun picture in the 404.html.

Hey @blakestoddard, Each watcher decides what to send to `check_ignore_list`. Most send the item name. Managed Policies send both the name and the arn: https://github.com/Netflix/security_monkey/blob/develop/security_monkey/watchers/iam/managed_policy.py#L65 Are you requesting that the...

Maybe modify `check_ignore_list` to take a list instead of a str: ``` def check_ignore_list(self, names=None): """ See if the given item has a name flagging it to be ignored by...

I wonder if we should also consider replacing prefixes with regular expressions.... Or allowing the user to choose which each one should be...

That’s awesome!! On Wed, Jun 22, 2022 at 11:42 AM Patrick Sanders ***@***.***> wrote: > Neat, thanks for sharing @jtyers ! > > — > Reply to this email directly,...

Hey, When written, that logic was put into security monkey, which uses policy universe. PolicyUniverse doesn’t have a list of buckets the way SM does. On Sun, Aug 8, 2021...

Having said that, it would be cool to see what you came up with. On Sun, Aug 8, 2021 at 8:34 AM Patrick Kelley < ***@***.***> wrote: > Hey, >...