diaspora-orm/plugin-server

View on GitHub
package-lock.json

Summary

Maintainability
Test Coverage

marked Regular Expression Denial of Service
Open

    "marked": {
      "version": "0.3.17",
      "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.17.tgz",
      "integrity": "sha512-+AKbNsjZl6jFfLPwHhWmGTqE009wTKn3RTmn9K8oUKHrX/abPJjtcRtXpYB/FFrwPJRUA86LX/de3T0knkPCmQ==",
      "dev": true
Severity: Minor
Found in package-lock.json by nodesecurity

Regular Expression Denial of Service

Overview:

The marked module is vulnerable to a regular expression denial of service. Based on the information published in the public issue, 1k characters can block for around 6 seconds.

Recommendation:

Consider another markdown parser until the issue can be addressed.

marked Regular Expression Denial of Service
Open

        "marked": {
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/marked/-/marked-0.4.0.tgz",
          "integrity": "sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw==",
          "dev": true
Severity: Minor
Found in package-lock.json by nodesecurity

Regular Expression Denial of Service

Overview:

The marked module is vulnerable to a regular expression denial of service. Based on the information published in the public issue, 1k characters can block for around 6 seconds.

Recommendation:

Consider another markdown parser until the issue can be addressed.

semver Regular Expression Denial of Service
Open

        "semver": {
          "version": "2.3.2",
          "resolved": "https://registry.npmjs.org/semver/-/semver-2.3.2.tgz",
          "integrity": "sha1-uYSPJdbPNjMwc+ye+IVtQvEjPlI=",
          "dev": true
Severity: Minor
Found in package-lock.json by nodesecurity

Regular Expression Denial of Service

Overview:

semver is vulnerable to regular expression denial of service (ReDoS) when extremely long version strings are parsed.

"The Regular expression Denial of Service (ReDoS) is a Denial of Service attack, that exploits the fact that most Regular Expression implementations may reach extreme situations that cause them to work very slowly (exponentially related to input size). An attacker can then cause a program using a Regular Expression to enter these extreme situations and then hang for a very long time." [1]

Recommendation:

Update to a version 4.3.2 or greater

There are no issues that match your filters.

Category
Status