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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
It may be possible for a malicious jar to include their own version of clojure/core.clj too. If an attacker can get files onto your classpath, it's already game over. It's difficult to imagine a scenario where an attacker would be foiled by a check on this file and not be able to trivially work around it by replacing a different file.
It may be possible for a malicious jar to include a
circleci_test/config.clj
resource. Sinceconfig.clj
contains arbitrary code and is evaluated we need to ensure that only aconfig.clj
from the local project will ever be read.The text was updated successfully, but these errors were encountered: