Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.02 KB

File metadata and controls

10 lines (6 loc) · 1.02 KB

1.3.0

Query Metadata Changes

  • Query metadata tags have been systematically updated for many C# queries. Primary categorization as either reliability or maintainability, and relevant sub-category tags such as readability, useless-code, complexity, performance, correctness, error-handling, and concurrency. Aligns with the established Query file metadata and alert message style guide.
  • Adjusts the @security-severity from 9.3 to 7.3 for cs/uncontrolled-format-string to align CWE-134 severity for memory safe languages to better reflect their impact.

Minor Analysis Improvements

  • The queries cs/dereferenced-value-is-always-null and cs/dereferenced-value-may-be-null have been improved to reduce false positives. The queries no longer assume that expressions are dereferenced when passed as the receiver (this parameter) to extension methods where that parameter is a nullable type.