Conversation
🦋 Changeset detectedLatest commit: 431a95e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine release for the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request is for releasing version 0.6.3. The release includes adding two new scopes. However, a critical issue was found related to this change. The new scopes, https://www.googleapis.com/auth/script.container.ui and https://www.googleapis.com/auth/script.send_mail, have not been classified as sensitive or restricted. This is a significant omission as the tool will fail to warn developers about the risks associated with these scopes. I recommend halting this release until the scopes are properly classified to ensure the tool functions as intended.
|
|
||
| ### Patch Changes | ||
|
|
||
| - 496529e: Add `https://www.googleapis.com/auth/script.container.ui` and `https://www.googleapis.com/auth/script.send_mail` to hardcoded scopes. |
There was a problem hiding this comment.
The change being released introduces two new scopes, https://www.googleapis.com/auth/script.container.ui and https://www.googleapis.com/auth/script.send_mail, but fails to classify them.
script.send_mailallows sending email on the user's behalf, which is a sensitive operation, similar togmail.send(which is already classified as sensitive in this extension).script.container.uiallows displaying web content in sidebars, which can also be a sensitive capability.
Without proper classification, the linter will not warn users about the sensitive nature of these scopes, defeating a core purpose of this extension. This should be addressed before releasing this version.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Create brave-moles-occur.md
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
No description provided.