1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine/context
AdamKorcz 080a96fed4
Refactor fuzzing utils and add 3 fuzzers (#8555)
* Refactor fuzzing utils and add 3 fuzzers

Signed-off-by: AdamKorcz <adam@adalogics.com>

* Fix lint issues

Signed-off-by: AdamKorcz <adam@adalogics.com>

* use latest go-jmespath

Signed-off-by: AdamKorcz <adam@adalogics.com>

* Check layer size (#8552)

* fix excessive logs

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* check fetched layer size

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* check sig layer size

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

---------

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
Signed-off-by: AdamKorcz <adam@adalogics.com>

* fix lint issues

Signed-off-by: AdamKorcz <adam@adalogics.com>

---------

Signed-off-by: AdamKorcz <adam@adalogics.com>
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2023-10-05 16:33:26 +00:00
..
loaders feat: add lazy loading feature flag (#7680) 2023-06-27 13:44:15 +08:00
resolvers chore: move cache enabled label (#7949) 2023-08-01 16:28:38 +00:00
context.go fix: Fixed issue with AddVariable that prevented certain variables (#7981) 2023-08-08 15:03:59 +08:00
context_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
deferred.go fix: return error in LoadMatching (#8234) 2023-09-04 22:42:27 +00:00
deferred_test.go fix: return error in LoadMatching (#8234) 2023-09-04 22:42:27 +00:00
evaluate.go Fix deferred loading (#7597) 2023-06-27 09:58:50 -07:00
evaluate_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
fuzz_test.go Refactor fuzzing utils and add 3 fuzzers (#8555) 2023-10-05 16:33:26 +00:00
loader.go Fix deferred loading (#7597) 2023-06-27 09:58:50 -07:00
mock_context.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
utils.go chore: remove dead code (#6395) 2023-02-24 20:33:57 +08:00