Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/wild-peaches-relate.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# google-workspace-vscode-extension

## 0.6.3

### Patch Changes

- 496529e: Add `https://www.googleapis.com/auth/script.container.ui` and `https://www.googleapis.com/auth/script.send_mail` to hardcoded scopes.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The underlying change for this release (commit 496529e) appears to be incomplete. The newly added scopes, https://www.googleapis.com/auth/script.container.ui and https://www.googleapis.com/auth/script.send_mail, should be classified as 'sensitive' scopes. Currently, they are not, which means the linter will fail to warn users about their sensitivity.

According to Google's documentation, both of these scopes are sensitive.

Please create a new changeset to correctly classify these scopes in packages/vscode-extension/src/scopes.ts. This release PR will then be automatically updated to include the fix.


## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "google-workspace-developer-tools",
"displayName": "Google Workspace Developer Tools",
"description": "Lint Google Workspace OAuth2 scopes and more.",
"version": "0.6.2",
"version": "0.6.3",
"publisher": "google-workspace",
"license": "Apache-2.0",
"private": true,
Expand Down