Closed nagworld9 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.32%. Comparing base (
3aebcdd
) to head (a77bde9
). Report is 303 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
We learned recently that some extensions are sending string value "true" or "false" for boolean flags in handlermanifest. This led to wrong matching in the agent. For ex: string "false" matched as true since we assume they are boolean value and condition not flag became as flag has value or not instead flag has true or false
Addressing this pr with reporting warning plus default to false if they send non-boolean value except "true". For backward compatibility, 'true' (case insensitive) is accepted.
Issue #
PR information
Quality of Code and Contribution Guidelines