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
…ule, run newly passing tests (#41625)
Fixes: #41002,
#40838,
#41304,
#41305
These are cases where a python module brings a shared object with it,
and then that shared object links against a 2nd shared object brought by
the same module.
In this case SO1 links against SO2 using just the library name (instead
of a relative path), which the python interpreter allows by loading
objects in the same directory before looking elsewhere. LDD doesn't do
this by default.
Related: #40831,
#40843,
#40842
These have cases of this but they also have some other ldd failures
unrelated to python stuff.
---------
Signed-off-by: Amelia Crate <amelia.crate@chainguard.dev>
The package checkov will fail the ldd-check test pipeline with the following error:
The text was updated successfully, but these errors were encountered: