-
Notifications
You must be signed in to change notification settings - Fork 40
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
fixed security issues #81
base: master
Are you sure you want to change the base?
fixed security issues #81
Conversation
Signed-off-by: Vikas Saxena <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vikas-saxena02 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@vikas-saxena02 Thank you for your contribution! While building the image, I got this error:
Any ideas what should we do to fix? |
@rimolive it is most likely due to upgrade in higher versions or alternative dependencies that were classified as breaking fix. will you be able to send the I found this link on stackoverflow that could be helpful https://stackoverflow.com/questions/40566348/maximum-call-stack-size-exceeded-on-npm-install |
I'm building from a container, I can't get access to that file. If it helps, this is the full output of the |
Hi @vikas-saxena02 I got the log file, Please see attachment for your information. |
Adding |
@vikas-saxena02 maybe you can add @tiansiyuan as collaborator to your fork. |
@juliusvonkohout I am just reviewing the change myself. |
@juliusvonkohout @tiansiyuan @rimolive I have just tried to start thre front using the code in master branch and the steps in README.md and i am getting this error
Seems like there are already some breaking changes in the existing code. @tiansiyuan happy to work with you to resolve this. I am in Australia so we will need to work out some time that works for both of us. |
@tiansiyuan I have added you as collaborator to my repo |
Received. |
Sorry for taking so long to reply. From my research, this happen because you are using the latest version of Node.js. This code that developed in Node.js 12 (I think) and I believe the better we can do is upgrade to 16 without facing that issue. |
I've changed line 23 of
to
Line 35 from
to
I can build the image. |
@tiansiyuan then please push to the branch here such that the tests can run again. |
This could be the reason. If I use this version of node, I get the same error. If I use v12.22.12 or v16.20.2, no error. |
Done. Please check. |
@tiansiyuan "Add more commits by pushing to the vikas_fixing_security_issues branch on vikas-saxena02/models-web-app." Is there a reason you created another branch? |
I did it wrong by checking out from the master branch. Do I make it right this time? |
You need to clone vikas fork and work in his branch. If you then push commits to vikas branch in vikas fork, the commits will appear here. |
@tiansiyuan are you in the vmware open source center? i did some stuff with your colleagues then https://blogs.vmware.com/opensource/2023/06/20/hardening-kubeflow-security-for-enterprise-environments-2/ You can also reach out on the new cncf slack directly And I have ray integrated into Kubeflow as well in kubeflow/manifests so maybe you can drop something from https://github.com/vmware/vSphere-machine-learning-extension#whats-next |
I read the blog before. I've joined some cncf slack channels. Let's talk there if needed. |
Can you rebase to master and fix the tests? |
1 similar comment
Can you rebase to master and fix the tests? |
Fixed high and critical security issues