on 2023 Oct 11 4:32 PM
Suddenly started getting an error during deployment (in the hdi deployer) about not finding module core-util-is. Deployment used to work fine before.
Any ideas why I am suddenly running into this issue ? Like I mentioned, deployment used to work fine before...
Request clarification before answering.
The SAP development team for the HDI Deployer has been notified of the issue. We'll let you know once a fix is available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe this issue is back with @sap/hdi-deploy version 4.9.0. Can someone please also test this before we report?
I can confirm this issue with 4.9.0 as well. For now we will be using the old workaround with the package.json defined inside the db folder with the fixed version at 4.8.2 again.
It's back.
Looks new release is related to recent vulnerability https://me.sap.com/notes/3411067.
Binding to previous version works:
dependencies": {
"@sap/hdi-deploy": "4.8.2"
}
Resolved: New version 4.9.1 of the @sap/hdi-deploy module has been released a moment ago (https://www.npmjs.com/package/@sap/hdi-deploy/v/4.9.1). It should be picked up automatically if you revert your project back to before implementing manual fixes.
User | Count |
---|---|
86 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.