Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@xrc-inc/grpc-web
Advanced tools
安装 Bazel
brew cask install java
brew install bazel
检测是否已经正确配置代理服务器
[[ -z "${HTTP_PROXY}" ]] && echo 'HTTP_PROXY is not configured'
[[ -z "${HTTPS_PROXY}" ]] && echo 'HTTPS_PROXY is not configured'
配置让 GO 的自动提示与 Bazel 共同工作
go 的自动提示由 go 原生工具链提供,其依赖 $GOPATH 进行包解析。由于 bazel 会将生成的文件和编译的文件放在 bazel-genfiles, bazel-bin 等目录中,所以 go 原生工具链不能正确的发现源代码。 为了解决这个问题,我们使用 unionfs 技术将不同目录中的代码进行融合,使得 go 原生工具链可以找到相应的源代码。
./devtools/scripts/gopath.sh install
bazel build //api/...
FAQs
Javascript sdk of ecnova apis
The npm package @xrc-inc/grpc-web receives a total of 2 weekly downloads. As such, @xrc-inc/grpc-web popularity was classified as not popular.
We found that @xrc-inc/grpc-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.