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

Hover provider for manifest files #12

Open
nagarjunsanji opened this issue Jul 22, 2024 · 0 comments · Fixed by #17, #19, #20, #23 or #26
Open

Hover provider for manifest files #12

nagarjunsanji opened this issue Jul 22, 2024 · 0 comments · Fixed by #17, #19, #20, #23 or #26
Assignees
Labels
enhancement New feature or request

Comments

@nagarjunsanji
Copy link
Collaborator

Feature Title

Hover provider for manifest files

Description

As a user, I want to view information about licenses, vulnerabilities, and policy violations when looking at a manifest or lock file in the IDE extension.

Task

  • SLP-style policy violations per dependency
    • Red underline for "fail pipeline"
    • Yellow underling for "warning"
  • On Hover Pop-up that shows:
    • Policy violations (like SLP) -> output from scan (what is in the -f output)
    • License of dependency (API request)
    • Affected direct vulnerabilities (API request)
    • Affected transitive vulnerabilities (API request)

Acceptance Criteria

..

Motivation

No response

Alternatives

No response

@nagarjunsanji nagarjunsanji added the enhancement New feature or request label Jul 22, 2024
@rajpreet-s rajpreet-s self-assigned this Jul 22, 2024
@rajpreet-s rajpreet-s linked a pull request Jul 23, 2024 that will close this issue
29 tasks
@nagarjunsanji nagarjunsanji reopened this Jul 23, 2024
@nagarjunsanji nagarjunsanji linked a pull request Jul 25, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Jul 25, 2024
@rajpreet-s rajpreet-s linked a pull request Jul 25, 2024 that will close this issue
29 tasks
@nagarjunsanji nagarjunsanji reopened this Jul 26, 2024
@rajpreet-s rajpreet-s linked a pull request Jul 28, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Jul 29, 2024
@rajpreet-s rajpreet-s linked a pull request Jul 29, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Jul 30, 2024
@rajpreet-s rajpreet-s linked a pull request Jul 30, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Jul 31, 2024
@rajpreet-s rajpreet-s linked a pull request Aug 6, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s linked a pull request Aug 8, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Aug 9, 2024
@rajpreet-s rajpreet-s linked a pull request Aug 12, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Aug 12, 2024
@rajpreet-s rajpreet-s linked a pull request Aug 14, 2024 that will close this issue
29 tasks
@rajpreet-s rajpreet-s reopened this Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment