Conversation
…ty Team One capstone page at /capstone/ocs-admin-security/ replaces /capstone/backendboyz/ and /capstone/ocs-security/, using the OCS Security logo. The capstone index shows a single card for the combined team.
dhyantsoni
force-pushed
the
capstone-admin-security-merge
branch
from
September 21, 2026 11:55
cee8367 to
e7d5340
Compare
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The replacement drops existing microblog behavior and overstates that the incomplete Spring runner is already isolated.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (4)
What changed in this PR
Combines the Backend Boyz and OCS Security capstones into one OCS Admin & Security Team page.
Changes:
- Added combined infographic, metadata, and permalink.
- Replaced two capstone index cards with one.
- Removed obsolete pages, include, and data files.
| File | Description |
|---|---|
navigation/capstone.md |
Adds the combined capstone card. |
_posts/capstone/2026-09-03-ocs-admin-security-team.md |
Adds the new page route. |
_includes/ocs-admin-security-team.html |
Adds combined infographic content. |
_data/ocs-admin-security-team.yml |
Adds team metadata. |
| Removed old capstone posts/includes/data | Cleans up superseded pages and assets. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| Title: "OCS Admin & Security Team" | ||
| TeamName: "OCS Admin & Security Team" | ||
| Logo: "capstone/cccs-security-logo.png" | ||
| Description: "Opening Open Coding Society to mentors while locking the platform down: Google OAuth-verified mentor signup with a scoped capstone dashboard and role-based permissions, a verified password reset flow, password complexity enforced on the Pages frontend and in both the Spring and Flask backends, and isolated Docker code-runner containers so untrusted Python and Java never execute inside the main application." |
| <div class="ocs-ig-right"> | ||
| <div class="ocs-ig-section-label">Code Runner Isolation</div> | ||
| <ul class="ocs-ig-impact-list" style="margin-bottom:14px;"> | ||
| <li class="ocs-ig-impact-item"><span class="ocs-ig-impact-dot"></span><span>Untrusted code never runs inside the main application containers</span></li> |
| <p>These security fixes ensure that new users must create complex passwords to prevent unauthorized access, and ensure code runners execute in individual containers to prevent malicious RCEs from accessing sensitive information.</p> | ||
| <p>Team: Lucas Masterson, Jacob Chou, Zhengji Li</p> | ||
| <h3><a href="{% post_url capstone/2026-09-03-ocs-admin-security-team %}">OCS Admin & Security Team</a></h3> | ||
| <p>Opening Open Coding Society to mentors while locking it down: Google OAuth-verified mentor signup, a scoped capstone dashboard with role-based permissions, complex-password enforcement in every layer, and code runners isolated in their own containers to keep malicious code away from sensitive information.</p> |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
The Backend Boyz and OCS Security capstones are one team, so this combines their two capstone pages into a single page named OCS Admin & Security Team.
/capstone/ocs-admin-security/(_posts/capstone/2026-09-03-ocs-admin-security-team.md,_includes/ocs-admin-security-team.html,_data/ocs-admin-security-team.yml)navigation/capstone.md) shows one card instead of twoRemoved
_posts/capstone/2026-09-03-chuds-capstone.md(/capstone/backendboyz/)_posts/capstone/2026-09-03-cccs-security.md(/capstone/ocs-security/)_includes/open-coding-society-security.htmland_data/open-coding-society-security.yml, which only the old security page used_includes/assignment-tracker-infograph.htmlis kept because the Slack messaging capstone still includes it.Notes
make: the new page and the capstone index render, the logo loads, and no references to the removed files remain.