Skip to content

Commit ec0663e

Browse files
authored
Merge pull request #584 from jbj/mergeback-20181130
Mergeback master -> next
2 parents 044dcfb + 9babb43 commit ec0663e

File tree

233 files changed

+7208
-1358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+7208
-1358
lines changed

change-notes/1.19/analysis-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
* Arguments passed using `in` are now extracted.
2626
* Fix a bug where the `dynamic` type name was not extracted correctly in certain circumstances.
27+
* Fixed a bug where method type signatures were extracted incorrectly in some circumstances.
2728

2829
## Changes to QL libraries
2930

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

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)