Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Modernize governance, validation, and dependency security#15

Merged
flsobral merged 6 commits into
masterfrom
agent/governance-security-remediation
Jul 16, 2026
Merged

Modernize governance, validation, and dependency security#15
flsobral merged 6 commits into
masterfrom
agent/governance-security-remediation

Conversation

@flsobral

Copy link
Copy Markdown
Member

What changed

  • Migrates current repository governance to Apache-2.0 while preserving historical TotalCross MIT notices and attribution.
  • Adds repository governance validation, agent guidance, CI checks, and a reproducible npm lockfile.
  • Restores build and VS Code integration-test compatibility.
  • Removes vulnerable request-based dependencies and updates the audited dependency graph.

Why

The repository had outdated licensing metadata, non-reproducible dependency resolution, and 17 npm audit findings, including critical issues in the abandoned request stack.

Validation

  • npm ci --ignore-scripts
  • npm run audit (0 vulnerabilities)
  • npm run compile
  • python3 tools/check-repository-governance.py
  • python3 -m unittest tests.test_repository_governance (16 tests)
  • npm test (3 passing extension tests)

flsobral added 6 commits July 15, 2026 19:33
Migrate current repository governance prospectively to Apache-2.0 while preserving historical TotalCross MIT headers and attribution. Document the original creator and sole current maintainer, remove the obsolete project contact, and add repository governance validation, CI, agent instructions, and ExecPlan conventions.
Pin @types/vscode to the extension engine's 1.40 API so a clean dependency install remains compatible with the project's TypeScript compiler. This restores compilation without changing runtime extension dependencies or behavior.
Replace the deprecated vscode-test wrapper with @vscode/test-electron and clear Electron's inherited Node-mode flag before launching the integration application. This restores extension integration tests under the VS Code-hosted development environment.
Finalize the executed governance plan with validation evidence, compatibility discoveries, commit sequence, and remaining follow-up work.
Add a reproducible npm lockfile and audit check, remove abandoned request-based dependencies, replace legacy Maven/POM helpers with local HTTPS and XML parsing, and update SSH and test dependencies. The locked graph now passes npm audit with zero vulnerabilities.
Finalize the resumed ExecPlan with the lockfile audit baseline, remediation decisions, zero-finding validation result, and security commit evidence.
@flsobral
flsobral marked this pull request as ready for review July 16, 2026 01:45
@flsobral
flsobral merged commit eeb23f9 into master Jul 16, 2026
2 checks passed
@flsobral
flsobral deleted the agent/governance-security-remediation branch July 16, 2026 01:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant