Github user joewitt commented on the issue:
https://github.com/apache/nifi-fds/pull/2
was able to successfully build but did notice some warnings about library
versions/known vulnerabilities.
> bash ./scripts/clean-install
npm WARN deprecated [email protected]: All versions below 4.0.1 of
Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at
least 2.1.6 to avoid a serious bug with socket data flow and an import issue
introduced in 2.1.0
npm WARN deprecated [email protected]: stop using this version
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at
least 2.1.6 to avoid a serious bug with socket data flow and an import issue
introduced in 2.1.0
WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EINTEGRITY: sha1-ayEDoojpTvPeXPFdKd2F/Et41lw= integrity
checksum failed when using sha1: wanted sha1-ayEDoojpTvPeXPFdKd2F/Et41lw= but
got
sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==.
(19696 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due
to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EINTEGRITY: sha1-2VUfnemPH82h5oPRfukaBgLuLrk= integrity
checksum failed when using sha1: wanted sha1-2VUfnemPH82h5oPRfukaBgLuLrk= but
got
sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==.
(135183 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due
to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EINTEGRITY: sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk= integrity
checksum failed when using sha1: wanted sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk= but
got
sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==.
(3136 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due
to a request error during revalidation.
WARN notice [SECURITY] timespan has 1 low vulnerability. Go here for more
details: https://nodesecurity.io/advisories?search=timespan&version=2.3.0 - Run
`npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get
more info.
WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EINTEGRITY: sha1-7GDO44rGdQY//JelwYlwV47oNlU= integrity
checksum failed when using sha1: wanted sha1-7GDO44rGdQY//JelwYlwV47oNlU= but
got
sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==.
(62614 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due
to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EINTEGRITY: sha1-ezUbjo7dTTmV1NBmaA5mTZRpaCQ= integrity
checksum failed when using sha1: wanted sha1-ezUbjo7dTTmV1NBmaA5mTZRpaCQ= but
got
sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==.
(4003 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due
to a request error during revalidation.
WARN notice [SECURITY] hoek has 1 moderate vulnerability. Go here for more
details: https://nodesecurity.io/advisories?search=hoek&version=2.16.3 - Run
`npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get
more info.
---