kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 82 forks source link

karmor probe panic #385

Closed daemon1024 closed 1 month ago

daemon1024 commented 9 months ago

https://github.com/kubearmor/kubearmor-client/blob/7b409be695906356db6f6f0f9beb42fd8245e350/probe/probe.go#L767

We have seen panics on this line of the code reported by users. Potentially the map access should be validated before appending the data.

image

akagami-harsh commented 8 months ago

@daemon1024, i can see the PR is not yet merged can i give it a try

partik03 commented 8 months ago

@daemon1024 Please assign it to me

Manik2708 commented 1 month ago

Is this issue still alive?

daemon1024 commented 1 month ago

Nope. Thanks @partik03 for the fix!