Skip to content

Static Analysis: Update parsing of *_DISABLED variables

rossfuhrman requested to merge rf-sa-disabled-updates into master

What does this MR do and why?

Addresses changes for groupstatic analysis

Related Issue: Update parsing of *_DISABLED variables in Secur... (#362311 - closed)

Even though this will be introduced as a breaking change in %16.0, we are doing our best to support existing setups by checking for 'true' or '1', as both of those currently work and are the most common cases. For more context: #362311 (comment 1276636601)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by rossfuhrman

Merge request reports