
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
NoGit is a local git replacement for npm and bower, powered by js-git and Node.js.
This git tool contains only tiny subset of git features for npm and bower, so not for ordinary use.
If NoGit should use a proxy for remote connections, use one of the next solutions:
Set 'HTTP_PROXY' and/or 'HTTPS_PROXY' environment variables to the proxy URL. For Node.js delivered via NuGet, edit "~/.bin/node.cmd" file:
SET HTTP_PROXY=http://1:1@127.0.0.1:8888
SET HTTPS_PROXY=http://1:1@127.0.0.1:8888
where "http://1:1@127.0.0.1:8888" is the proxy at "127.0.0.1:8888" with username "1" and password "1" used for authentication.
Use this solution to set single proxy settings for all environments used in your project. This is a recommended solution, it will also force bower and npm to use the proxy.
Add next lines to your local '%USERPROFILE%.gitconfig' file:
[http]
proxy = http://1:1@127.0.0.1:8888
[https]
proxy = http://1:1@127.0.0.1:8888
where "http://1:1@127.0.0.1:8888" is the proxy at "127.0.0.1:8888" with username "1" and password "1" used for authentication.
Use this solution to set proxy settings for single environment only.
If your proxy only doesn't allow 'git://' URLs, you can add next lines to your local '%USERPROFILE%.gitconfig' file:
[url "https://"]
insteadOf = git://
Then NoGit will use 'https://' URLs everywhere to work with remotes. Note, that for proxy settings in solutions 1) and 2), NoGit will also use 'https://' URLs everywhere.
Post issues and ideas to https://github.com/whyleee/nogit/issues.
© 2015 Pavel Nezhencev
FAQs
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
We found that nogit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.