Skip to content

Vulnerabilities on the package "marked" #1847

@codespede

Description

@codespede

The current version of typedoc comes with version 3.x.x of "marked" and causes the below vulnerabilities:

GHSA-rrrm-qjm4-v8hf
high severity
Vulnerable versions: < 4.0.10
Patched version: 4.0.10

GHSA-5v2h-r2cx-5xgj
high severity
Vulnerable versions: < 4.0.10
Patched version: 4.0.10

Below are the Remediations I got from Gtihub:

2 marked vulnerabilities found in package-lock.json 

Remediation
Upgrade marked to version 4.0.10 or later. For example:

"dependencies": {
  "marked": ">=4.0.10"
}
or…
"devDependencies": {
  "marked": ">=4.0.10"
}

Hope you will take care of this soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions