I am a developper from vates, and use your library to migrate VM from VmWare to XCP. It's been a great help for our work, thank you . To ensure security compliance, we forked it, but we would like to port the change upstream.
The two main changes are
removing the lodash dependency which is too old and with security problems
changes the way we handle self signed ssl certificate , especially not using process.env.NODE_TLS_REJECT_UNAUTHORIZED
Are you still on this repo, and do you want the PR ( I will make a specific PR, without the code changes of our linter, it should be a few lines ) ?
Hi,
I am a developper from vates, and use your library to migrate VM from VmWare to XCP. It's been a great help for our work, thank you . To ensure security compliance, we forked it, but we would like to port the change upstream.
The two main changes are
changes the way we handle self signed ssl certificate , especially not using
process.env.NODE_TLS_REJECT_UNAUTHORIZED
Are you still on this repo, and do you want the PR ( I will make a specific PR, without the code changes of our linter, it should be a few lines ) ?
regards,
Florent