We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818fbd0 commit d268ed2Copy full SHA for d268ed2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## Version 0.4.1 (April 14, 2021)
4
+
5
+### Bug Fixes
6
7
+- Fix CVE-2021-22539: Malicious project can cause vscode-bazel to run arbitrary executable when linting a \*.bzl file.
8
9
## Version 0.4.0 (August 21, 2020)
10
11
### New Features
package.json
@@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "Bazel",
"description": "Bazel BUILD integration",
- "version": "0.4.0",
+ "version": "0.4.1",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
0 commit comments