You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Identify executables found within node_modules providing native code to node runtime.
Why is this needed:
In the official Docker images, there are approximately 80 unidentified executable files found in node_modules paths, which presumably are native executable code for the node runtime. Syft should be able to identify from the package.json, ideally, that these native modules are expected and associate them with the surfaced Node packages.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Identify executables found within
node_modules
providing native code to node runtime.Why is this needed:
In the official Docker images, there are approximately 80 unidentified executable files found in
node_modules
paths, which presumably are native executable code for the node runtime. Syft should be able to identify from thepackage.json
, ideally, that these native modules are expected and associate them with the surfaced Node packages.The text was updated successfully, but these errors were encountered: