In solidity versions prior to 0.8.21, there is a legacy code generation bug where if foo().selector is called, foo() doesnt actually get evaluated. It is listed as low-severity, because projects usually use the contract name rather than a function call to look up the selector.
There are 3 instances of this issue.
