Skip to content

VulnerabilitiesFixes#99

Open
Karthik7bk wants to merge 4 commits intowavemaker:mainfrom
Karthik7bk:SecurityVulnerabilities
Open

VulnerabilitiesFixes#99
Karthik7bk wants to merge 4 commits intowavemaker:mainfrom
Karthik7bk:SecurityVulnerabilities

Conversation

@Karthik7bk
Copy link
Copy Markdown

Security Vulnerabilities fixes and Script for Audit and Snyk

Comment thread index.js Outdated
const {calculateTotalSteps, androidBuildSteps, previewSteps} = require('./src/custom-logger/steps');
const {overallProgressBar} = require('./src/custom-logger/progress-bar')
const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is already require statement for yargs in ln 47, recheck and remove this

Comment thread index.js
const {overallProgressBar} = require('./src/custom-logger/progress-bar')
const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');
const { audit } = require('./src/audit');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing file src/audit

Comment thread index.js
const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');
const { audit } = require('./src/audit');
const { snyk } = require('./src/snyk');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing file src/synk

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.

2 participants