You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(crypto): gate libdd-common TLS features in obfuscation and capabilities-impl
libdd-trace-obfuscation and libdd-capabilities-impl depended on
libdd-common with default features enabled, which unconditionally
pulled in the https feature (and therefore ring). This breaks
FIPS builds in downstream consumers because ring is forbidden.
Add default-features = false on the libdd-common dependency and
expose https/fips feature flags so downstream consumers can
propagate the correct crypto provider choice, matching the pattern
already used by libdd-trace-utils.
0 commit comments