Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
github.com/apache/arrow/go/arrow
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.