hashicorp / sentinel-sdk

This SDK allows developers to extend Sentinel to source external information for use in their policies.
Mozilla Public License 2.0
51 stars 13 forks source link

framework: handle nils in slices #43

Closed vancluever closed 4 years ago

vancluever commented 4 years ago

This fixes an issue with the post-Get value handler and slices/lists with null elements, handling them in a fashion similar to how maps handle these values (added in 9f5e918e).