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

[Snyk] Upgrade @typescript-eslint/parser from 3.7.0 to 3.10.1 #12

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @typescript-eslint/parser from 3.7.0 to 3.10.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-08-25.
Release notes
Package name: @typescript-eslint/parser
  • 3.10.1 - 2020-08-25
  • 3.10.1-alpha.1 - 2020-08-25
  • 3.10.1-alpha.0 - 2020-08-24
  • 3.10.0 - 2020-08-24
  • 3.9.2-alpha.10 - 2020-08-24
  • 3.9.2-alpha.9 - 2020-08-24
  • 3.9.2-alpha.8 - 2020-08-21
  • 3.9.2-alpha.7 - 2020-08-21
  • 3.9.2-alpha.5 - 2020-08-21
  • 3.9.2-alpha.4 - 2020-08-20
  • 3.9.2-alpha.3 - 2020-08-20
  • 3.9.2-alpha.2 - 2020-08-19
  • 3.9.2-alpha.1 - 2020-08-19
  • 3.9.2-alpha.0 - 2020-08-17
  • 3.9.1 - 2020-08-17
  • 3.9.1-alpha.3 - 2020-08-14
  • 3.9.1-alpha.2 - 2020-08-13
  • 3.9.1-alpha.1 - 2020-08-12
  • 3.9.1-alpha.0 - 2020-08-10
  • 3.9.0 - 2020-08-10
  • 3.8.1-alpha.4 - 2020-08-10
  • 3.8.1-alpha.3 - 2020-08-10
  • 3.8.1-alpha.2 - 2020-08-09
  • 3.8.1-alpha.1 - 2020-08-09
  • 3.8.1-alpha.0 - 2020-08-03
  • 3.8.0 - 2020-08-03
  • 3.7.2-alpha.3 - 2020-08-02
  • 3.7.2-alpha.2 - 2020-08-02
  • 3.7.2-alpha.1 - 2020-08-02
  • 3.7.2-alpha.0 - 2020-07-27
  • 3.7.1 - 2020-07-27
  • 3.7.1-alpha.3 - 2020-07-27
  • 3.7.1-alpha.2 - 2020-07-22
  • 3.7.1-alpha.1 - 2020-07-21
  • 3.7.1-alpha.0 - 2020-07-20
  • 3.7.0 - 2020-07-20
from @typescript-eslint/parser GitHub release notes
Commit messages
Package name: @typescript-eslint/parser

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@guardrails
Copy link

guardrails bot commented Oct 29, 2020

⚠️ We detected security issues in this pull request:
Mode: paranoid | Total findings: 29 | Considered vulnerability: 6

Insecure Use of Dangerous Function (7)

const childProcess = require('child_process');

const childProcess = require('child_process');

const cp = require('child_process');

const module = require(modulePath);

const babel = require(babelPath);

const childProcess = require('child_process');

const childProcessExec = util.promisify(childProcess.exec);

More info on how to fix Insecure Use of Dangerous Function in Javascript.


Insecure File Management (19)

fs.rmdirSync(tmpDir, { recursive: true });

fs.mkdirSync(tmpDir);

fs.mkdirSync(dir, { recursive: true });

fs.mkdirSync(path.dirname(destPath), { recursive: true });

fs.writeFileSync(destPath, cjs);

fs.mkdirSync(path.dirname(destPath), { recursive: true });

fs.writeFileSync(destPath, output);

fs.mkdirSync(path.dirname(destPath), { recursive: true });

fs.writeFileSync(destPath, cjs);

fs.writeFileSync(destPath.replace(/\.js$/, '.mjs'), mjs);

const dot = fs.readFileSync(tmpFile, 'utf-8');

fs.existsSync(resolvedPath) &&

fs.statSync(resolvedPath).isDirectory()

if (fs.existsSync(dirPath)) {

for (const dirent of fs.readdirSync(dirPath, { withFileTypes: true })) {

fs.unlinkSync(fullPath);

fs.rmdirSync(dirPath);

for (const dirent of fs.readdirSync(dirPath, { withFileTypes: true })) {

const { size } = fs.lstatSync(path.join(dirPath, filepath));

More info on how to fix Insecure File Management in Javascript.


Insecure Use of Regular Expressions (2)

const versionMatch = /^(\d+)\.(\d+)\.(\d+)-?(.*)?$/.exec(version);

expect(version).to.match(/^\d+\.\d+\.\d(-(alpha|beta|rc)\.\d+)?$/);

More info on how to fix Insecure Use of Regular Expressions in Javascript.


Hard-Coded Secrets (1)

_secret: 'secretValue',

More info on how to fix Hard-Coded Secrets in Javascript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@kadirselcuk kadirselcuk merged commit 3e0ad1a into master Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant