Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/oss-fuzz/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
homepage: "https://codeberg.org/CryptoJones/GayHydra"
main_repo: "https://codeberg.org/CryptoJones/GayHydra"
language: c++
primary_contact: "security@example.invalid" # replace before submission
auto_ccs:
- "security@example.invalid" # replace before submission
primary_contact: "cryptojones@owasp.org"
# auto_ccs left empty β€” single inbox for now (Aaron, 2026-05-26).
# Add additional maintainer addresses here as the project grows.
auto_ccs: []
sanitizers:
- address
- undefined
Expand Down
2 changes: 1 addition & 1 deletion SprintPlanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For the *why* behind individual choices, see

**Open:**

- [ ] **Rec 13/14 OSS-Fuzz submission** β€” blocked on [issue #262](https://github.com/CryptoJones/GayHydra/issues/262): replace placeholder `primary_contact` / `auto_ccs` in `.github/oss-fuzz/project.yaml` with real maintainer emails before the upstream PR. External-contact decision (whose inbox monitors OSS-Fuzz crash reports?) β€” needs Aaron to pick the addresses.
- [ ] **Rec 13/14 OSS-Fuzz submission** β€” placeholder contact emails replaced 2026-05-26 (`primary_contact: cryptojones@owasp.org`, `auto_ccs: []` per Aaron's preference for a single inbox during ramp-up). Remaining work: open the PR against google/oss-fuzz as `projects/ghidra-decompiler/` (Rec 13). Rec 14 (`projects/ghidra-loader/` for JVM/Jazzer harnesses) is a separate follow-up that does not yet have an in-tree manifest.
- [ ] **Stage 3 step 6 β€” `-Werror` + ErrorProne ratchet** β€” deferred per [PR #271](https://github.com/CryptoJones/GayHydra/pull/271). The local Mac Mini test surfaced an ErrorProne/-Werror Catch-22 (`allErrorsAsWarnings = true` degrades ErrorProne errors to javac warnings, which `-Werror` then promotes back to errors). Needs a global ErrorProne reconfiguration OR a per-file suppression sweep across the tree. Bigger than originally scoped β€” its own sprint.
- [ ] **`Automatic Dependency Submission (Gradle)`** pre-existing workflow failure β€” [issue #273](https://github.com/CryptoJones/GayHydra/issues/273): disable in repo Settings β†’ Code security. In-tree fix attempted but only moves failure deeper (dbgeng TLB assert, then MarkdownSupport repos) β€” needs Aaron to click through Settings (no REST API).

Expand Down
Loading