didericis
  • Joined on 2025-09-19
didericis pushed to prd/0048-ssh-deploy-key-provisioning at didericis/bot-bottle 2026-06-03 11:33:38 -04:00
fb64c50276 docs(prd): address review feedback on PRD 0048
24f770458b docs(prd): add SSH deploy-key provisioning plan (PRD 0048)
ca6d257f30 test(git-gate): add shell-escaping regression tests (issue #159)
Compare 3 commits »
didericis opened issue didericis/bot-bottle#171 2026-06-03 11:31:33 -04:00
Named/labelled agents
didericis pushed to prd/0048-ssh-deploy-key-provisioning at didericis/bot-bottle 2026-06-03 11:28:33 -04:00
f600e1fbc9 docs(prd): address review feedback on PRD 0048
didericis commented on pull request didericis/bot-bottle#170 2026-06-03 11:26:27 -04:00
PRD 0048: SSH deploy-key provisioning

Couple tweaks:

  • Would like deploy_key renamed to provisioned_key
  • Would like a failure to revoke a deployed key on cleanup to halt the cleanup and fail loudly
didericis created branch prd/0048-ssh-deploy-key-provisioning in didericis/bot-bottle 2026-06-03 11:11:07 -04:00
didericis pushed to prd/0048-ssh-deploy-key-provisioning at didericis/bot-bottle 2026-06-03 11:11:07 -04:00
62ccf21778 docs(prd): add SSH deploy-key provisioning plan (PRD 0048)
didericis deleted branch regression/issue-159-shell-escaping from didericis/bot-bottle 2026-06-03 11:01:00 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-03 11:00:59 -04:00
ca6d257f30 test(git-gate): add shell-escaping regression tests (issue #159)
didericis merged pull request didericis/bot-bottle#168 2026-06-03 11:00:57 -04:00
test(git-gate): shell-escaping regression tests (issue #159)
didericis closed issue didericis/bot-bottle#159 2026-06-03 11:00:57 -04:00
Add regression tests for shell escaping with malicious Name/Upstream values
didericis pushed to regression/issue-159-shell-escaping at didericis/bot-bottle 2026-06-03 10:52:33 -04:00
ca6d257f30 test(git-gate): add shell-escaping regression tests (issue #159)
didericis created branch regression/issue-159-shell-escaping in didericis/bot-bottle 2026-06-03 10:52:32 -04:00
didericis created branch regression/issue-159-shell-escaping in didericis/bot-bottle 2026-06-03 10:46:11 -04:00
didericis pushed to regression/issue-159-shell-escaping at didericis/bot-bottle 2026-06-03 10:46:11 -04:00
87b4c6d943 test(git-gate): add shell-escaping regression tests (issue #159)
c4903c368a fix(security): harden git_gate.py shell rendering with shlex.quote and name validation
Compare 2 commits »
didericis deleted branch fix/shell-injection-git-gate from didericis/bot-bottle 2026-06-03 00:47:37 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-03 00:47:37 -04:00
cc0c952d0b fix(security): harden git_gate.py shell rendering with shlex.quote and name validation
didericis closed issue didericis/bot-bottle#155 2026-06-03 00:47:35 -04:00
Harden git_gate.py shell rendering with shlex.quote and name validation
didericis merged pull request didericis/bot-bottle#166 2026-06-03 00:47:35 -04:00
Harden git_gate.py shell rendering