Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct comparison against stamping policy name
The three valid stamping policies are named as follows: - Allow - Force - Prevent When checking whether to stamp injected values for tagged fields, we were looking mistakenly for a value of "Never", which was the previous name for the policy now known as "Prevent". Correct that sentinel value to allow rule callers to prevent stamping of injected values.
- Loading branch information