Skip to content

[codex] Add NOC operations console and security hardening - #1

Draft
pcsouzafv wants to merge 2 commits into
mainfrom
codex/noc-ops-console-security
Draft

[codex] Add NOC operations console and security hardening#1
pcsouzafv wants to merge 2 commits into
mainfrom
codex/noc-ops-console-security

Conversation

@pcsouzafv

Copy link
Copy Markdown
Owner

What changed

  • Added NOC operational scope documentation and reusable templates for POP/IT, incident reports, alert reviews, consolidated NOC reports, and Azure DevOps demand pricing.
  • Added backend NOC APIs for consolidated operational reporting and alert review classification.
  • Extended /ops with an interactive LangGraph agent investigation panel.
  • Hardened the runtime dashboard by escaping rendered values and avoiding browser storage for admin tokens.
  • Hardened Evolution webhook authentication by disabling query-string secrets by default.
  • Raised vulnerable dependency floors for idna, langchain-core, langsmith, pytest, starlette, and urllib3.

Why

The project needed to move beyond documentation into usable NOC functionality while reducing security risk around admin tokens, webhook secrets, and dependency advisories.

Validation

  • git diff --check
  • python -m pip_audit -r <(python -m pip freeze)
  • pytest -q

Results: dependency audit clean, 188 passed with one existing LangGraph deprecation warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant