Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
go.opentelemetry.io/contrib/instrumentation/runtime
The runtime package contains a feature gate used to ease the migration from the previous runtime metrics conventions to the new OpenTelemetry Go Runtime conventions.
Note that the new runtime metrics conventions are still experimental, and may change in backwards incompatible ways as feedback is applied.
Once new experimental runtime metrics are added, they will be produced in addition to the existing runtime metrics. Users that migrate right away can disable the old runtime metrics:
export OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=false
In a later release, the deprecated runtime metrics will stop being produced by default. To temporarily re-enable the deprecated metrics:
export OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=true
After two additional releases, the deprecated runtime metrics will be removed, and setting the environment variable will no longer have any effect.
The value set must be the case-insensitive string of "true"
to enable the
feature, and "false"
to disable the feature. All other values are ignored.
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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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.