-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: spinner should resize correctly
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1084,6 +1084,22 @@ | |
"reference": "https://ossindex.sonatype.org/vulnerability/CVE-2022-25883?component-type=npm&component-name=semver&utm_source=auditjs&utm_medium=integration&utm_content=4.0.39" | ||
} | ||
] | ||
}, | ||
{ | ||
"coordinates": "pkg:npm/[email protected]", | ||
"description": "A Query Language and Runtime which can target any service.", | ||
"reference": "https://ossindex.sonatype.org/component/pkg:npm/[email protected]?utm_source=auditjs&utm_medium=integration&utm_content=4.0.39", | ||
"vulnerabilities": [ | ||
{ | ||
"id": "CVE-2023-26144", | ||
"title": "[CVE-2023-26144] CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion')", | ||
"description": "Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.\r\r**Note:** It was not proven that this vulnerability can crash the process.", | ||
"cvssScore": 5.3, | ||
"cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", | ||
"cve": "CVE-2023-26144", | ||
"reference": "https://ossindex.sonatype.org/vulnerability/CVE-2023-26144?component-type=npm&component-name=graphql&utm_source=auditjs&utm_medium=integration&utm_content=4.0.39" | ||
} | ||
] | ||
} | ||
], | ||
"ignore": [ | ||
|
@@ -1293,6 +1309,9 @@ | |
}, | ||
{ | ||
"id": "CVE-2023-26136" | ||
}, | ||
{ | ||
"id": "CVE-2023-26144" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters