You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes #370 - Non-member user-defined assignment operator and stream insertion/extraction parameters that are required to be out parameters are excluded.
3
+
- Broadens the definition of out parameter by considering assignment and crement operators as modifications to an out parameter candidate.
- Broadened definition of `IStream` and `OStream` types may result in reduced false negatives.
6
+
-`A5-1-1` - `LiteralValueUsedOutsideTypeInit.ql`:
7
+
- Broadened definition of `IStream` types may result in reduced false positives because more file stream function calls may be detected as logging operations that will be excluded from the results.
0 commit comments