
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
github.com/apache/arrow/go/arrow
Advanced tools
Copied from Go src/internal/cpu
The INTEL_DISABLE_EXT environment variable can control which CPU extensions are available for
the running process. It should be a comma-separate list of upper-case strings as follows
| Flag | Description |
|---|---|
ALL | Disable all CPU extensions and fall back to Go implementation |
AVX2 | Disable AVX2 optimizations |
AVX | Disable AVX optimizations |
SSE | Disable all SSE optimizations |
SSE4 | Disable SSE42, SSE41 optimizations |
SSSE3 | Disable supplemental SSE3 optimizations |
SSE3 | Disable SSE3 optimizations |
SSE2 | Disable SSE2 optimizations |
Any unrecognized flags will be ignored and therefore it is possible to leave the environment variable with a bogus value such as NONE when experimenting.
FAQs
Unknown package
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.