GithubHelp home page GithubHelp logo

soontao / cds-hyper-app-service Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 1.2 MB

CAP Hyper ApplicationService, for extension

License: Other

JavaScript 65.31% TypeScript 31.11% Shell 0.51% ANTLR 2.20% CAP CDS 0.87%
cap cds nodejs

cds-hyper-app-service's People

Contributors

dependabot[bot] avatar lgtm-com[bot] avatar renovate[bot] avatar soontao avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lgtm-migrator

cds-hyper-app-service's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency ts-node to v10.9.2
  • fix(deps): update dependency @types/express to v4.17.21
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update codecov/codecov-action action to v4
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-plugin-jest to v28
  • chore(deps): update github/codeql-action action to v3
  • fix(deps): update dependency espree to v10
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/nodejs-coverage.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
  • codecov/codecov-action v3
.github/workflows/nodejs-lint.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
.github/workflows/nodejs-release.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/nodejs.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
npm
package.json
  • @types/express 4.17.17
  • cds-internal-tool 1.7.3
  • espree 9.5.1
  • @types/jest 29.5.0
  • @types/node 18.15.11
  • @typescript-eslint/eslint-plugin 6.0.0
  • @typescript-eslint/parser 6.0.0
  • eslint 8.37.0
  • eslint-plugin-jest 27.2.1
  • jest 29.5.0
  • ts-jest 29.0.5
  • ts-node 10.9.1
  • typescript 5.0.2
  • node >=14
  • npm >=6

  • Check this box to trigger a request for Renovate to run again on this repository

husky-4.3.8.tgz: 1 vulnerabilities (highest severity is: 7.5)

Vulnerable Library - husky-4.3.8.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/semver-regex/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in Remediation Available
CVE-2021-43307 High 7.5 semver-regex-3.1.3.tgz Transitive 5.0.0 โŒ

Details

CVE-2021-43307

Vulnerable Library - semver-regex-3.1.3.tgz

Regular expression for matching semver versions

Library home page: https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.3.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/semver-regex/package.json

Dependency Hierarchy:

  • husky-4.3.8.tgz (Root Library)
    • find-versions-4.0.0.tgz
      • โŒ semver-regex-3.1.3.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method

Publish Date: 2022-06-02

URL: CVE-2021-43307

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/

Release Date: 2022-06-02

Fix Resolution (semver-regex): 3.1.4

Direct dependency fix Resolution (husky): 5.0.0

Step up your Open Source Security Game with Mend here

ts-jest-27.1.4.tgz: 1 vulnerabilities (highest severity is: 8.8)

Vulnerable Library - ts-jest-27.1.4.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/json5/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (ts-jest version) Remediation Available
CVE-2022-46175 High 8.8 json5-2.2.1.tgz Transitive 27.1.5 โŒ

Details

CVE-2022-46175

Vulnerable Library - json5-2.2.1.tgz

JSON for humans.

Library home page: https://registry.npmjs.org/json5/-/json5-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/json5/package.json

Dependency Hierarchy:

  • ts-jest-27.1.4.tgz (Root Library)
    • โŒ json5-2.2.1.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The parse method of the JSON5 library before and including versions 1.0.1 and 2.2.1 does not restrict parsing of keys named __proto__, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by JSON5.parse and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. JSON5.parse should restrict parsing of __proto__ keys when parsing JSON strings to objects. As a point of reference, the JSON.parse method included in JavaScript ignores __proto__ keys. Simply changing JSON5.parse to JSON.parse in the examples above mitigates this vulnerability. This vulnerability is patched in json5 versions 1.0.2, 2.2.2, and later.

Publish Date: 2022-12-24

URL: CVE-2022-46175

CVSS 3 Score Details (8.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

Release Date: 2022-12-24

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (ts-jest): 27.1.5

Step up your Open Source Security Game with Mend here

parser-5.21.0.tgz: 1 vulnerabilities (highest severity is: 7.5) - autoclosed

Vulnerable Library - parser-5.21.0.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/fast-glob/node_modules/glob-parent/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in Remediation Available
CVE-2021-35065 High 7.5 glob-parent-5.1.2.tgz Transitive 5.22.0 โŒ

Details

CVE-2021-35065

Vulnerable Library - glob-parent-5.1.2.tgz

Extract the non-magic parent path from a glob string.

Library home page: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz

Path to dependency file: /tmp/ws-scm/cds-hyper-impl/package.json

Path to vulnerable library: /tmp/ws-scm/cds-hyper-impl/node_modules/fast-glob/node_modules/glob-parent/package.json

Dependency Hierarchy:

  • parser-5.21.0.tgz (Root Library)
    • typescript-estree-5.21.0.tgz
      • globby-11.1.0.tgz
        • fast-glob-3.2.11.tgz
          • โŒ glob-parent-5.1.2.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

The package glob-parent before 6.0.1 are vulnerable to Regular Expression Denial of Service (ReDoS)

Publish Date: 2021-06-22

URL: CVE-2021-35065

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-cj88-88mr-972w

Release Date: 2021-06-22

Fix Resolution (glob-parent): 6.0.1

Direct dependency fix Resolution (@typescript-eslint/parser): 5.22.0

Step up your Open Source Security Game with Mend here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.