Skip to content

fix: upgrade libraries to fix CVE issues #240

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

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

mahesh-uma
Copy link

Fixes #239

Resolve CVE issues

Signed-off-by: uma mahesh [email protected]

@mahesh-uma mahesh-uma requested a review from dhmlau as a code owner November 26, 2021 01:14
Copy link
Member

@dhmlau dhmlau left a comment

Choose a reason for hiding this comment

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

@mahesh-uma, thanks for the PR. I've ran the tests locally with your changes. LGTM. Just have one minor comment about the change in .eslintrc.

Side note: we'd need to get the GitHub Actions running for CI.

@@ -1,7 +1,7 @@
{
"extends": "loopback",
"rules": {
"max-len": ["error", 125, 4, {
"max-len": ["error", 140, 4, {
Copy link
Member

Choose a reason for hiding this comment

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

any special reason to increase the length?

Copy link
Author

Choose a reason for hiding this comment

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

when I run npm test, giving error saying needed 140. so i changed it.
(how to run github actions running for CI, Did i miss some thing )

Copy link
Member

Choose a reason for hiding this comment

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

Sorry about the confusion. The GitHub Actions comment is for future reference. :)
Currently I'm verifying locally, but ideally we need to get GitHub Actions working for CI. But that's out of scope for this PR.

@dhmlau dhmlau merged commit cb43ab3 into loopbackio:master Nov 29, 2021
@dhmlau
Copy link
Member

dhmlau commented Nov 29, 2021

@mahesh-uma, thanks for the contribution. Your PR has landed! 🎉

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.

Having CVE in the current version. can you please update to latest version of mssql and loopback-connector
2 participants