Skip to content

Commit 3ed40d5

Browse files
author
Max Schaefer
authored
Merge branch 'master' into range-analysis
2 parents d4023fe + 1c53222 commit 3ed40d5

File tree

25 files changed

+234
-1244
lines changed

25 files changed

+234
-1244
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Improvements to C# analysis
2+
3+
## General improvements
4+
5+
## New queries
6+
7+
| **Query** | **Tags** | **Purpose** |
8+
|-----------------------------|-----------|--------------------------------------------------------------------|
9+
10+
## Changes to existing queries
11+
12+
| *@name of query (Query ID)*| *Impact on results* | *How/why the query has changed* |
13+
| 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. |
14+
15+
## Changes to code extraction
16+
17+
## Changes to QL libraries
18+
19+
## Changes to the autobuilder

change-notes/1.20/analysis-javascript.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## General improvements
44

5-
* TODO
6-
75
## New queries
86

97
| **Query** | **Tags** | **Purpose** |
@@ -13,12 +11,9 @@
1311

1412
## Changes to existing queries
1513

16-
| **Query** | **Expected impact** | **Change** |
17-
|--------------------------------|----------------------------|----------------------------------------------|
18-
| todo | | |
19-
14+
| **Query** | **Expected impact** | **Change** |
15+
|--------------------------------------------|------------------------------|------------------------------------------------------------------------------|
16+
| Unused variable, import, function or class | Fewer false-positive results | This rule now flags fewer variables that are implictly used by JSX elements. |
17+
| | | |
2018

2119
## Changes to QL libraries
22-
23-
* TODO
24-

cpp/ql/src/CPython/ArgParse.qll

Lines changed: 0 additions & 199 deletions
This file was deleted.

cpp/ql/src/CPython/ArgumentTypeTrap.ql

Lines changed: 0 additions & 14 deletions
This file was deleted.

cpp/ql/src/CPython/CObjectSourcesTrap.ql

Lines changed: 0 additions & 13 deletions
This file was deleted.

cpp/ql/src/CPython/CObjectTrap.ql

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)