Pradyot Ranjan
Pradyot Ranjan
Why are the tests failing?
FuzzHostPolicy still needs to be updated based on the review. @daemon1024 would love your reviews here
Inside FuzzContainerPolicy, I've added a new case : ``` len(policyEvent.Object.Spec.Selector.MatchLabels) == 0 && res.Status == pb.PolicyStatus_Invalid ``` Based on https://github.com/kubearmor/KubeArmor/blob/2cfc2e24d13eac6d857ad53723f9bd2025892b95/KubeArmor/core/unorchestratedUpdates.go#L234C13-L234C33 This also solved the error we were getting earlier with...
Yes because it's hard for fuzzer to generate such conditions. We can still add this condition inside fuzzer if we want
Can I help you with this if it's sill relevant?
Thanks for the quick response! Could you point me to issues you might need help with? I would love to be of some use here 😅
Still need ignore some words
I think this has more to do with how rattler only picks up these info about bdist and sdist from the `lock-file`: ```rust /// Information about a binary conda package...
Yes, we can. Thanks! Do we also have a similar method for finding licenses for PyPI packages? I cannot find it in PypiPackageData: ```rust pub struct PypiPackageData { /// The...