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
It may be possible for a malicious jar to include a circleci_test/config.clj resource. Since config.clj contains arbitrary code and is evaluated we need to ensure that only a config.clj from the local project will ever be read.
It may be possible for a malicious jar to include a
circleci_test/config.cljresource. Sinceconfig.cljcontains arbitrary code and is evaluated we need to ensure that only aconfig.cljfrom the local project will ever be read.