Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(amazonq): update security scan languages #5523

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

ctlai95
Copy link
Contributor

@ctlai95 ctlai95 commented Aug 29, 2024

Problem

Sometimes security issues have a Diagnostic but not SecurityIssueHover issue. This happens when the document's languageId is not enabled when registering the hover/code actions provider.

Solution

Update the enabled languageIds for security scans feature.


License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ctlai95 ctlai95 requested a review from a team as a code owner August 29, 2024 23:03
Copy link

This pull request modifies files in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required.

Copy link

This pull request modifies a feature or fixes a bug, but it does not include a changelog entry. All pull requests that introduce new features or bug fixes must have a corresponding changelog item describing the changes.

@ctlai95 ctlai95 requested a review from a team as a code owner August 29, 2024 23:10
@ctlai95 ctlai95 changed the title fix: update security scan languages fix(amazonq): update security scan languages Aug 30, 2024
@ctlai95 ctlai95 merged commit 2c8d666 into aws:master Aug 30, 2024
28 of 30 checks passed
ivikash pushed a commit to ivikash/aws-toolkit-vscode that referenced this pull request Sep 4, 2024
Sometimes security issues have a Diagnostic but not SecurityIssueHover
issue. This happens when the document's languageId is not enabled when
registering the hover/code actions provider.

Update the enabled languageIds for security scans feature.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
ivikash pushed a commit to ivikash/aws-toolkit-vscode that referenced this pull request Sep 4, 2024
Sometimes security issues have a Diagnostic but not SecurityIssueHover
issue. This happens when the document's languageId is not enabled when
registering the hover/code actions provider.

Update the enabled languageIds for security scans feature.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
ivikash pushed a commit to ivikash/aws-toolkit-vscode that referenced this pull request Sep 4, 2024
Sometimes security issues have a Diagnostic but not SecurityIssueHover
issue. This happens when the document's languageId is not enabled when
registering the hover/code actions provider.

Update the enabled languageIds for security scans feature.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants