We are chuffed to announce the release of: mistral 5.2.7: Mistral Project This release is part of the pike stable release series. Download the package from: https://pypi.org/project/mistral For more details, please see below. 5.2.7 ^^^^^ Bug Fixes * The header X-Target-Insecure previously accepted any string and used it for comparisons. This meant unless it was empty (or not provided) it would always evaluate as True. This change makes the validation stricter, only accepting "True" and "False" and converting these to boolean values. Any other value will return an error. Changes in mistral 5.2.6..5.2.7 ------------------------------- 4a7065c Explicitly convert X-Target-Insecure to a boolean Diffstat (except docs and test files) ------------------------------------- mistral/context.py | 12 +++++- .../x-target-insecure-values-4b2bdbfd42526abc.yaml | 8 ++++ 3 files changed, 65 insertions(+), 1 deletion(-)