mandiant / VM-Packages

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Apache License 2.0
123 stars 61 forks source link

Add issue template & automation for Node tools installed with npm #1046

Closed Ana06 closed 1 month ago

Ana06 commented 1 month ago

Add new issue template to propose the addition of a new package/tool that is installed from the JavaScript Package Registry installed with npm install -g <tool_name>. The new issue template supports the send PR automation to create new packages automatically using the new NODE template. Improve and keep consistent the other new package templates.

In addition, we could add to the existent NEW PACKAGE from URL template Node packages installed with npm from a URL (such as GH repos). For this we can use the VM-Install-Node-Tool-From-Zip function. But it is a bit more complicated to implement than this case, as we would need to add an extra arguments or command parameter to the script and the template. This would be an improvement for the current package types as well. I suggest tracking this as a new issue and implementing it in multiple steps: add arguments parameter to scrip + current template, and then add to the existent NEW PACKAGE from URL template Node packages installed with npm from a URL.

You can see it working in https://github.com/Ana06/VM-Packages/pull/27

Closes https://github.com/mandiant/VM-Packages/issues/999

Ana06 commented 1 month ago

Created issue for the idea mention above: https://github.com/mandiant/VM-Packages/issues/1047