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
The folder expected_results/ contains several Pickle files that are being used for validating the CI/CD testing results. This is not good practice as Pickle is not stable across versions and it is meant as a generic serialization carrier, while also posing a potential security risk.
The text was updated successfully, but these errors were encountered:
The folder
expected_results/
contains several Pickle files that are being used for validating the CI/CD testing results. This is not good practice as Pickle is not stable across versions and it is meant as a generic serialization carrier, while also posing a potential security risk.The text was updated successfully, but these errors were encountered: