Prateek Nandle

Results 11 issues of Prateek Nandle

**Purpose of PR?**: 1. turn on/off syscall visibility per namespace based on visibility annotation with an additional string syscall 2. have per syscall on/off switch based on string in config...

**Purpose of PR?**: set the `newEndPoint.Owner` object when pod is modified. We are making a `newEndPoint` when pod is modified but we did not add the owner info to it,...

## Feature Request **Short Description** Currently, syscall visibility is handled by turning on/off file visibility of the namespace. We need a separate process for enabling/disabling visibility for syscall. **Describe the...

enhancement

``` resp, err := grab.Get(".", "some-zip-file") if err != nil { log.Info(err) } ``` This gives the error `server returned 403 Forbidden` Try with `https://github.com/cavaliergopher/grab/archive/refs/tags/v3.0.1.zip`, it'll show you the error

issues with the tests : 1. Sometimes Network Policies are not generated as per expectations. For ex - [https://github.com/accuknox/discovery-engine/actions/runs/4371921390/jobs/7648698715#step:7:2100](https://github.com/accuknox/discovery-engine/actions/runs/4371921390/jobs/7648698715#step:7:2100) here network policies should have `port: 3306` & `protocol: TCP` for...

**Purpose of PR?**: ### Requirement of Alert Throttling: When excessive alerts are generated and a particular user's use case does not require all the alerts but needs an overview of...

**Purpose of PR?**: Adding support for KubeArmorClusterPolicy Fixes #1769 **Does this PR introduce a breaking change?** **If the changes in this PR are manually verified, list down the scenarios covered:**:...

fixes: #434 1. If annotations are added at the owner level then we remove annotations from deployments, replicasets, statefulsets, daemonsets, job, cronjob. 2. If annotations are added at pod level...

**Purpose of PR?**: enabling alert throttling by default Fixes # **Does this PR introduce a breaking change?** no **If the changes in this PR are manually verified, list down the...