-
Notifications
You must be signed in to change notification settings - Fork 3.8k
ci: Add daily job to check reproducibility of cannon prestate #10244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Semgrep found 1 Detected non-static command inside Command. Audit the input to 'exec.Command'. If unverified user data can reach this call site, this is a code injection vulnerability. A malicious actor can inject a malicious script to execute arbitrary code. Ignore this finding from dangerous-exec-command. |
61cd468 to
224f3fe
Compare
332b73c to
ebe13a5
Compare
WalkthroughWalkthroughThe update introduces a new parameter Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
c37e11c to
dea091e
Compare
Description
Adds a daily job in CI to rebuild specific versions of op-program and confirm the build is still reproducible.
This doesn't verify that the current
developis reproducible. Unfortunately circleci caching the docker build so trying to build it twice just uses the cache the second time and doesn't actually test anything. Since we don't know what the expected hash should be until we build it there's not much we can do to verify reproducibility of the latest version.Metadata