Skip to content

Commit d268ed2

Browse files
authored
Prepare release 0.4.1 (#235)
1 parent 818fbd0 commit d268ed2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## Version 0.4.0 (August 21, 2020)
410

511
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bazel",
33
"displayName": "Bazel",
44
"description": "Bazel BUILD integration",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)