Skip to content

Commit 02e28cd

Browse files
committed
Name VS Code package "code-oss"
The -dev seems a bit weird since it is not a dev version once it is built, and also there is a false positive advisory with the code-oss-dev name.
1 parent fade53f commit 02e28cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bundle_vscode() {
130130
# dependencies, since we want to ship this via NPM.
131131
# Also override the name to prevent vulnerability scanners from
132132
# misidentifying this package as VS Code (see #7071).
133-
jq --slurp '.[0] * .[1] | .name = "code-oss-dev"' \
133+
jq --slurp '.[0] * .[1] | .name = "code-oss"' \
134134
"$VSCODE_SRC_PATH/remote/package.json" \
135135
"$VSCODE_OUT_PATH/package.json" > "$VSCODE_OUT_PATH/package.json.merged"
136136
mv "$VSCODE_OUT_PATH/package.json.merged" "$VSCODE_OUT_PATH/package.json"

0 commit comments

Comments
 (0)