Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,26 @@ reason = "mdast-util-to-hast is only used in dev files we control"
[[IgnoredVulns]]
id = "GHSA-6rw7-vpxm-498p"
reason = "qs is not used on the server"

[[IgnoredVulns]]
id = "GHSA-jrmj-c5cx-3cw6"
reason = "Angular version used determined by end user"

[[IgnoredVulns]]
id = "GHSA-xxjr-mmjv-4gpg"
reason = "Lodash not used directly and not accessible to end users/external users"

[[IgnoredVulns]]
id = "GHSA-36hm-qxxp-pg3m"
reason = "Preact not used directly and not accessible to end users/external users"

[[IgnoredVulns]]
id = "GHSA-8qq5-rm4j-mr97"
reason = "tar not used directly and not accessible to end users/external users"

[[IgnoredVulns]]
id = "GHSA-r6q2-hw4h-h46w"
reason = "tar not used directly and not accessible to end users/external users"



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"**/prismjs": "1.30.0",
"**/jpeg-js": "0.4.0",
"**/tough-cookie": "^4.1.3",
"dependency-cruiser/**/cross-spawn": "7.0.6"
"dependency-cruiser/**/cross-spawn": "7.0.6",
"@modelcontextprotocol/sdk": "1.25.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface ILicenseManager {

export class LicenseManager {
// eslint-disable-next-line no-restricted-syntax
private static readonly RELEASE_INFORMATION: string = 'MTc2NTM1OTQ2ODIzOA==';
private static readonly RELEASE_INFORMATION: string = 'MTc2OTEwMTg5NDA0NQ==';
// eslint-disable-next-line no-restricted-syntax
private static licenseKey: string;
// eslint-disable-next-line no-restricted-syntax
Expand Down
24 changes: 1 addition & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4619,29 +4619,7 @@
react-lifecycles-compat "~3.0.4"
react-textarea-autosize "~8.5.7"

"@modelcontextprotocol/sdk@1.25.1":
version "1.25.1"
resolved "https://registry.ag-grid.com/@modelcontextprotocol/sdk/-/sdk-1.25.1.tgz#2522d6776ca983a2f6dfc2eb106b89b5be9e072e"
integrity sha512-yO28oVFFC7EBoiKdAn+VqRm+plcfv4v0xp6osG/VsCB0NlPZWi87ajbCZZ8f/RvOFLEu7//rSRmuZZ7lMoe3gQ==
dependencies:
"@hono/node-server" "^1.19.7"
ajv "^8.17.1"
ajv-formats "^3.0.1"
content-type "^1.0.5"
cors "^2.8.5"
cross-spawn "^7.0.5"
eventsource "^3.0.2"
eventsource-parser "^3.0.0"
express "^5.0.1"
express-rate-limit "^7.5.0"
jose "^6.1.1"
json-schema-typed "^8.0.2"
pkce-challenge "^5.0.0"
raw-body "^3.0.0"
zod "^3.25 || ^4.0"
zod-to-json-schema "^3.25.0"

"@modelcontextprotocol/sdk@^1.24.0", "@modelcontextprotocol/sdk@^1.24.3":
"@modelcontextprotocol/sdk@1.25.1", "@modelcontextprotocol/sdk@1.25.2", "@modelcontextprotocol/sdk@^1.24.0", "@modelcontextprotocol/sdk@^1.24.3":
version "1.25.2"
resolved "https://registry.ag-grid.com/@modelcontextprotocol/sdk/-/sdk-1.25.2.tgz#2284560b4e044b4ce5f328ee180931110cb8c5cf"
integrity sha512-LZFeo4F9M5qOhC/Uc1aQSrBHxMrvxett+9KLHt7OhcExtoiRN9DKgbZffMP/nxjutWDQpfMDfP3nkHI4X9ijww==
Expand Down
Loading