Merge branch 'master' into range-analysis

This commit is contained in:
Max Schaefer
2018-11-30 09:36:40 +00:00
committed by GitHub
25 changed files with 235 additions and 1245 deletions

View File

@@ -0,0 +1,19 @@
# Improvements to C# analysis
## General improvements
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
## Changes to existing queries
| *@name of query (Query ID)*| *Impact on results* | *How/why the query has changed* |
| Off-by-one comparison against container length (cs/index-out-of-bounds) | Fewer false positives | Results have been removed when there are additional guards on the index. |
## Changes to code extraction
## Changes to QL libraries
## Changes to the autobuilder

View File

@@ -2,8 +2,6 @@
## General improvements
* TODO
## New queries
| **Query** | **Tags** | **Purpose** |
@@ -13,12 +11,9 @@
## Changes to existing queries
| **Query** | **Expected impact** | **Change** |
|--------------------------------|----------------------------|----------------------------------------------|
| todo | | |
| **Query** | **Expected impact** | **Change** |
|--------------------------------------------|------------------------------|------------------------------------------------------------------------------|
| Unused variable, import, function or class | Fewer false-positive results | This rule now flags fewer variables that are implictly used by JSX elements. |
| | | |
## Changes to QL libraries
* TODO