feat: implement all 6 frailbox bounty challenges#15
Closed
aldorizona10-glitch wants to merge 5 commits into
Closed
feat: implement all 6 frailbox bounty challenges#15aldorizona10-glitch wants to merge 5 commits into
aldorizona10-glitch wants to merge 5 commits into
Conversation
3bffc17 to
cb314ab
Compare
cb314ab to
5fb32dd
Compare
Owner
|
Closing this PR because the linked fork issue is only a closed payout tracker for an already submitted upstream PR. This fork is not an active bounty intake or payment authority, and it is not accepting external submissions or payment details here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements all 6 bounty challenges in one PR.
Issue #1: Python secrets validation (tools/config_generator.py)
PRODUCTION_REQUIRED_SECRETSandPLACEHOLDER_PATTERNSconstantsvalidate_production_secrets()function with 6 test cases--validate-productionCLI flagIssue #2: Rust SARIF export (tools/ai_reviewer.py)
redact_secrets()function for secret detection/redactionto_sarif()function converting findings to SARIF JSON--sarif-outputCLI flagIssue #3: C logger retention report (frailbox/retention_report.c/.h)
LogFileInfostruct andgenerate_retention_report()functionprint_retention_report()for human-readable outputtest_retention.cwith 6 test casesIssue #4: C newline regression (frailbox/test_newline_boundary.c)
Issue #5: C self-test JSON (frailbox/selftest_json.c/.h)
TestResult,TestSummary,TestCasestructsrun_selftest_json()with JSON output optiontest_selftest_json.cwith 5 test casesIssue #6: Perl watchdog JSON (v2/scripts/log_watchdog.pl)
--json-summaryflag for JSON output--run-testsflag with 4 test suitesValidation