Skip to content

Commit 480f90a

Browse files
committed
Merge remote-tracking branch 'origin/main' into koesie10/compare-sarif-view
2 parents 49114cc + e15f153 commit 480f90a

151 files changed

Lines changed: 11202 additions & 37756 deletions

File tree

Some content is hidden

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

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ updates:
77
day: "thursday" # Thursday is arbitrary
88
labels:
99
- "Update dependencies"
10-
ignore:
11-
- dependency-name: "*"
12-
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
1310
- package-ecosystem: "github-actions"
1411
directory: "/"
1512
schedule:
1613
interval: "weekly"
1714
day: "thursday" # Thursday is arbitrary
1815
labels:
1916
- "Update dependencies"
20-
ignore:
21-
- dependency-name: "*"
22-
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

extensions/ql-vscode/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22

33
## [UNRELEASED]
44

5+
- Avoid showing a popup when hovering over source elements in database source files. [#3125](https://github.com/github/vscode-codeql/pull/3125)
6+
7+
## 1.11.0 - 13 December 2023
8+
9+
- Add a new method modeling panel to classify methods as sources/sinks/summaries while in the context of the source code. [#3128](https://github.com/github/vscode-codeql/pull/3128)
10+
- Adds the ability to add multiple classifications per method in the CodeQL Model Editor. [#3128](https://github.com/github/vscode-codeql/pull/3128)
11+
- Switch add and delete button positions in the CodeQL Model Editor. [#3123](https://github.com/github/vscode-codeql/pull/3123)
512
- Add a prompt to the "Quick query" command to encourage users in single-folder workspaces to use "Create query" instead. [#3082](https://github.com/github/vscode-codeql/pull/3082)
613
- Remove support for CodeQL CLI versions older than 2.11.6. [#3087](https://github.com/github/vscode-codeql/pull/3087)
714
- Preserve focus on results viewer when showing a location in a file. [#3088](https://github.com/github/vscode-codeql/pull/3088)
815
- The `dataflowtracking` and `tainttracking` snippets expand to the new module-based interface. [#3091](https://github.com/github/vscode-codeql/pull/3091)
916
- The compare view will now show a loading message while the results are loading. [#3107](https://github.com/github/vscode-codeql/pull/3107)
17+
- Make top-banner of the model editor sticky [#3120](https://github.com/github/vscode-codeql/pull/3120)
1018

1119
## 1.10.0 - 16 November 2023
1220

1321
- Add new CodeQL views for managing databases and queries:
1422
1. A queries panel that shows all queries in your workspace. It allows you to view, create, and run queries in one place.
1523
2. A language selector, which allows you to quickly filter databases and queries by language.
16-
24+
1725
For more information, see the [documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/analyzing-your-projects/#filtering-databases-and-queries-by-language).
1826
- When adding a CodeQL database, we no longer add the database source folder to the workspace by default (since this caused bugs in single-folder workspaces). [#3047](https://github.com/github/vscode-codeql/pull/3047)
1927
- You can manually add individual database source folders to the workspace with the "Add Database Source to Workspace" right-click command in the databases view.

0 commit comments

Comments
 (0)