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
# By pre-configuring the source location on our end, we're decoupling the routing (where to get the data) from the parameters (which piece of the data to get).
53
53
# This slightly reduces our reliance on Hydra to be trustworthy:
54
54
# Limit the blast radius of compromise to be denial of service for updates instead of silent poisoning of new data.
55
-
assertsettings.GIT_CLONE_URL==source.url, (
56
-
f"Unexpected source URL: {source.url}"
55
+
# FIXME(@fricklerhandwerk): The values should be directly comparable but for some reason aren't.
0 commit comments