Sepehrdad

Results 8 issues of Sepehrdad

**Describe the bug** `cfn-guard` uses uncontrolled amount of memory (ram) while processing carefully crafted cloudformation template in yaml format, resulting in denial of service. **To Reproduce** * Rule used `rule.guard`:...

bug
needs-triage
Blue

**Describe the bug** `cfn-guard` produces a parsing error when a comment is used without a `\n` at the end of line **To Reproduce** Please supply: * Rule used `rule.guard`: ```...

bug

**Is your feature request related to a problem? Please describe.** I'd like to use bash completions when I'm using `cfn-guard` since its really convenient when I forget the commands or...

enhancement

**Describe the bug** One of my fuzzers found that when the user supplies crafted inputs to the cfn-guard parser, the application would crash. **To Reproduce** Please supply: - Rule Used...

bug
needs-triage
needs-research

**Is this a request for help?**: No **Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): FEATURE REQUEST **Version of Anchore Engine and Anchore CLI if applicable**: All...

**What**: Adds fuzz target to fuzz nasl_syntax::parse. **Why**: To find bugs with in the implementation.

**Is your feature request related to a problem? Please describe.** Today skipper uses alpine 3 as a docker base image for docker images, while alpine 3 is one of most...

security
breaking change
docker
architectural

currently, the rego bundles are distributed using rego which runs in the rego interpreter, with this pr, I enable the wasm evaluation engine of opa which will allow opa to...

minor