Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: fixes some npm audit vulnerabilities - autoclosed #83

Closed
wants to merge 1 commit into from

Conversation

lalaps[bot]
Copy link
Contributor

@lalaps lalaps bot commented Mar 22, 2022

This PR fixes some of found vulnerabilities.

Fixed 3 of 8 npm vulnerabilities.
5 issues left.
Success Rate: 37.5%

Vulnerabilities:

Inefficient Regular Expression Complexity in chalk/ansi-regex
Library: ansi-regex
Affected versions: >=3.0.0 <3.0.1
Severity: high
Fix: ✔️ true
Root Libraries:

Exposure of Sensitive Information to an Unauthorized Actor in follow-redirects
Library: follow-redirects
Affected versions: <1.14.8
Severity: moderate
Fix: ✔️ true
Root Libraries:

Prototype Pollution in minimist
Library: minimist
Affected versions: <1.2.6
Severity: critical
Fix: ✔️ true
Root Libraries:

Packing does not respect root-level ignore files in workspaces
Library: npm
Affected versions: >=7.9.0 <8.11.0
Severity: high
Fix: ✔️ true
Root Libraries:

Authorization Bypass in parse-path
Library: parse-path
Affected versions: <5.0.0
Severity: high
Fix: ❌ true
Root Libraries:

Cross site scripting in parse-url
Library: parse-url
Affected versions: <6.0.1
Severity: moderate
Fix: ✔️ true
Root Libraries:

Exposure of Sensitive Information to an Unauthorized Actor in semantic-release
Library: semantic-release
Affected versions: >=17.0.4 <19.0.3
Severity: moderate
Fix: ✔️ true
Root Libraries:

  • ✔️ semantic-release 17.0.4 - 19.0.2. Fixed in true

Regular expression denial of service in semver-regex
Library: semver-regex
Affected versions: <3.1.4
Severity: low
Fix: ✔️ true
Root Libraries:

You can wait for the next updates with a full fix or merge immediately.
In case of closing this PR, it will be recreated. If that's undesired, modify config.


This change is Reviewable

No fix can further be provided.

@lalaps lalaps bot requested a review from pustovitDmytro as a code owner March 22, 2022 17:07
@lalaps lalaps bot added dependencies Pull requests that update a dependency file security labels Mar 22, 2022
@lalaps lalaps bot mentioned this pull request Mar 22, 2022
@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch from 0d48e12 to f139a40 Compare March 24, 2022 01:12
@pustovitDmytro
Copy link
Owner

pustovitDmytro commented Mar 24, 2022

Warnings
⚠️

Only owner can change system files [package-lock.json], please provide issue instead

Messages
📖

lalaps[bot] login already contributed 3 times

📖 Changed Files in this PR:
  • package-lock.json

Generated by 🚫 dangerJS against 0ce8fb9

@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch 2 times, most recently from 986e3e0 to 495cf26 Compare March 29, 2022 00:07
@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch 2 times, most recently from 50e5d04 to f4c8126 Compare April 8, 2022 00:07
@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch 2 times, most recently from 5712885 to cd1b570 Compare May 3, 2022 00:06
@sonarcloud
Copy link

sonarcloud bot commented May 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch 3 times, most recently from 1f4497a to 4d75074 Compare July 9, 2022 00:10
@lalaps lalaps bot force-pushed the lalaps/npm-force-partial-fix branch from 4d75074 to 0ce8fb9 Compare July 12, 2022 00:13
@sonarcloud
Copy link

sonarcloud bot commented Jul 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lalaps lalaps bot changed the title Chore: fixes some npm audit vulnerabilities Chore: fixes some npm audit vulnerabilities - autoclosed Jul 19, 2022
@lalaps lalaps bot closed this Jul 19, 2022
@lalaps lalaps bot deleted the lalaps/npm-force-partial-fix branch July 19, 2022 00:11
pustovitDmytro pushed a commit that referenced this pull request Jan 12, 2023
Co-authored-by: Renovate Bot <bot@renovateapp.com>
pustovitDmytro pushed a commit that referenced this pull request Jan 12, 2023
# [1.8.0](v1.7.2...v1.8.0) (2023-01-12)

### Chore

* adds tests for decorators ([f6c9e2f](f6c9e2f))
* anti-terrorism disclaimer ([96327fe](96327fe))
* fixes eslint-plugin-unicorn version ([dd45e9a](dd45e9a))
* fixes npm audit ([0500470](0500470))
* fixes package tests ([2b0fcf6](2b0fcf6))
* fixes some npm audit vulnerabilities ([b913fee](b913fee))
* fixes some npm audit vulnerabilities (#86) ([eb549de](eb549de)), closes [#86](#86)
* Lock file maintenance ([85b7c09](85b7c09))
* Update dependency danger to v11 ([1779a27](1779a27))
* Update dependency nanoid to 3.1.31 [SECURITY] (#83) ([89d3014](89d3014)), closes [#83](#83)
* Update dependency node-fetch to 2.6.7 [SECURITY] (#84) ([11e82bc](11e82bc)), closes [#84](#84)
* Update devDependencies (non-major) ([01bd6c0](01bd6c0))
* Update devDependencies (non-major) ([85a0161](85a0161))
* Update devDependencies (non-major) (#65) ([d60ef28](d60ef28)), closes [#65](#65)
* Update devDependencies (non-major) (#66) ([69aac8f](69aac8f)), closes [#66](#66)
* Update devDependencies (non-major) (#73) ([32e9ca8](32e9ca8)), closes [#73](#73)
* Update devDependencies (non-major) (#92) ([f492769](f492769)), closes [#92](#92)
* Update devDependencies (non-major) (major) (#52) ([1181183](1181183)), closes [#52](#52)

### Docs

* year in licencse ([77c1bfe](77c1bfe))

### New

* adds math module ([202759f](202759f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant