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

[FEATURE]: extended the check of dependencies vulnerability #46

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

OlgaYasn
Copy link
Collaborator

@OlgaYasn OlgaYasn commented Dec 4, 2024

Pull Request Template

✨ Title

  • **[FEATURE]: extended the check of dependencies vulnerability

📄 Description

Please explain in detail what this PR does, why it is needed, and how it addresses a specific problem. Include any relevant context and background information.

✅ Checklist

  • I have read and followed the Contribution Guide.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings or errors.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

🔗 Contextual Links (optional)

Add any relevant links to tracking tickets, previous discussions, or other resources.

📸 Visuals (optional)

If possible, include images or videos that show the result of your changes.

🔍 Reviewers

Please assign at least one reviewer for this PR. The PR cannot be merged until it is approved by the reviewer(s).

@OlgaYasn OlgaYasn marked this pull request as draft December 4, 2024 14:51
@OlgaYasn OlgaYasn linked an issue Dec 4, 2024 that may be closed by this pull request
3 tasks
unknown: 'unknown',
};

export const vulnerabilityStatusMap: { [key: string]: string } = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
export const vulnerabilityStatusMap: { [key: string]: string } = {
export const vulnerabilityStatus: { [key: string]: string } = {

@OlgaYasn OlgaYasn force-pushed the feature/ISSUE-33/dependecies-security branch from 7fded8d to 9a3b928 Compare December 6, 2024 09:45
@OlgaYasn OlgaYasn added the WIP Work in progress label Dec 9, 2024
@OlgaYasn OlgaYasn added Review is Welcome and removed WIP Work in progress labels Dec 18, 2024
@OlgaYasn OlgaYasn self-assigned this Dec 18, 2024
@OlgaYasn OlgaYasn marked this pull request as ready for review December 18, 2024 13:05
@OlgaYasn OlgaYasn force-pushed the feature/ISSUE-33/dependecies-security branch from 0610234 to 7f0ce3a Compare December 18, 2024 13:45
@OlgaYasn OlgaYasn force-pushed the feature/ISSUE-33/dependecies-security branch from 7f0ce3a to c9a5e61 Compare January 7, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Dependencies Security analysis (security-advisories)
1 participant