dchakrav-github

Results 15 comments of dchakrav-github

Support for Windows-gnu with `mingw` is not functioning. The tests pass for all other versions. [AppVeyor](https://github.com/chyh1990/yaml-rust/blob/master/appveyor.yml) file hasn't changed in 2 years, but the tar is no longer hosted there...

@yuhr I am using my forked version of this code [here](https://github.com/dchakrav-github/yaml-rust) currently to unblock. There is also a pending change to [serde_yaml crate](https://github.com/dtolnay/serde-yaml/pull/220) that i am unable to release. Currently,...

> I would rather these policies be a property of the type separate from the schema. The schema says, "I perform these particular IAM actions". When registering (or especially, when...

Thank you for your report. Here is a rule that does portion of the assessment ``` let policies = Resources.*[ Type == 'AWS::S3::BucketPolicy' ] let bucket_references = some %policies.Properties.Bucket.Ref rule...

@robertjan-b does the above address your need? I will raise a separate issue to track the variable capture need.

@robertjan-b you are right without the feature you are not completely unblocked. Wanted to demonstrate a working rule and test case, hence the delay. This is based on an internal...

Thanks for the feature request. `jsonparse` and `urldecode` makes sense. @iann0036 can you elaborate a bit more on the regex usage? There are cases where regex capture into a variable...

@iann0036 and @benbridts thanks for the clarification. Just clarifying so that we are on the same page ``` regex_replace ``` What would be the semantics for 1. `query` does not...

Thank you for reporting this bug. Is the snippet provided above sufficient to re-produce the problem?

Thanks for the report. @0xjjoyy rulegen needs inherent knowledge about structure like CFN template or TF plan or K8s to generate rules that work well for these specific formats. We...