-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Snyk] Fix for 1 vulnerabilities #175
base: master
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Quality Gate passedIssues Measures |
"@nestjs/platform-fastify": "^9.3.9", | ||
"@nestjs/swagger": "^6.2.1", | ||
"@nestjs/platform-fastify": "^10.4.3", | ||
"@nestjs/swagger": "^7.4.1", | ||
"@sectester/bus": "^0.16.5", | ||
"@sectester/core": "^0.16.5", | ||
"@sectester/repeater": "^0.16.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sectester/repeater 0.16.5 / package.json
Total vulnerabilities: 5
Critical: 2 | High: 2 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2023-26136 | CRITICAL | 9.8 | - |
Open |
CVE-2023-42282 | CRITICAL | 9.8 | - |
Open |
CVE-2024-37890 | HIGH | 7.5 | - |
Open |
CVE-2024-29415 | HIGH | 8.1 | - |
Open |
CVE-2024-28849 | MEDIUM | 6.5 | - |
Open |
@@ -35,8 +35,8 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nestjs/graphql 11.0.0 / package.json
Total vulnerabilities: 4
Critical: 0 | High: 3 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-37890 | HIGH | 7.5 | - |
Open |
CVE-2024-4068 | HIGH | 7.5 | - |
Open |
CVE-2024-37890 | HIGH | 7.5 | - |
Open |
CVE-2024-4067 | MEDIUM | 5.3 | - |
Open |
@@ -35,8 +35,8 @@ | |||
"@nestjs/core": "^9.3.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nestjs/core 9.3.9 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 1 | Medium: 0 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-45296 | HIGH | 7.5 | - |
Open |
"@nestjs/platform-fastify": "^9.3.9", | ||
"@nestjs/swagger": "^6.2.1", | ||
"@nestjs/platform-fastify": "^10.4.3", | ||
"@nestjs/swagger": "^7.4.1", | ||
"@sectester/bus": "^0.16.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sectester/bus 0.16.5 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 0 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-28849 | MEDIUM | 6.5 | - |
Open |
@@ -35,8 +35,8 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", | |||
"@nestjs/mercurius": "^11.0.3", | |||
"@nestjs/platform-fastify": "^9.3.9", | |||
"@nestjs/swagger": "^6.2.1", | |||
"@nestjs/platform-fastify": "^10.4.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
axios 0.21.4 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 0 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-28849 | MEDIUM | 6.5 | - |
Open |
New Issues
|
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.json
package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-PATHTOREGEXP-7925106
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)