dgubitosi

Results 10 comments of dgubitosi

The port separator is indeed '/' which I found a little odd myself... https://github.com/sleinen/samplicator/blob/37e0e90cec9021ecf287e5de0c0dc09b181b27e4/read_config.c#L44

Output looks like this now: ``` python3 ~/src/XCI_Trimmer/XCI_Trimmer.py --md5 "0027 - LEGO Worlds (World) (En,Ja,Fr,De,Es,It,Nl,Pt,Ru,Ko,Zh) [Trimmed].xci" c790d56952275fb8945dbee7eefedb99 0027 - LEGO Worlds (World) (En,Ja,Fr,De,Es,It,Nl,Pt,Ru,Ko,Zh) [Trimmed].xci // trim size: 2604558848 5e3ffde24f0982a7c4e1549942eee861 0027...

I did this because I was comparing pre-trimmed roms and didnt want to pad them in order to hash them. The hash update() function performance actually drops with the larger...

This new code supports file globbing.

That's strange. I just tried to reproduce this but I see Version in my tests. I create some users with short inline policies using the editor.

The UNKNOWN_* findings should not be muted, but they also should not abort the rest of the evaluation. They are not severe errors. They are no worse than a RESOURCE_MISMATCH....

I started using parliament hoping it had this level of sophistication, but it largely analyzes each statement in isolation. And the problem is actually broader than this. A user or...

I know. There are three cases that I know from experience: - Resources that use an empty string for the region -- iam, organizations, cloudfront, waf. - Resources that use...

The arns_parts[] == resource_parts[] portion is technically incomplete according to the documentation: https://docs.aws.amazon.com/quicksight/latest/APIReference/qs-arn-format.html "You can use wildcard characters (* and ?) within any ARN segment ."

PR for discussion: https://github.com/duo-labs/parliament/pull/135