Add VSCode-Server-DotNetCore audit report - #236
Merged
Conversation
Fifth per-repo audit (docker), completing the stable C#/Docker set. Verdict: operational; no defects, 13 drift findings. Docker-only (own multi-arch image, NOT a wrapper despite the name). Sharpest EOL case: build-docker-task.yml has MIXED endings - 4 LF lines at exactly the Dependabot-rewritten uses: SHA lines inside an otherwise-CRLF file, plus a Dockerfile trailing space after a line-continuation. Shows automated tooling leaves mixed endings when .editorconfig lacks the global default and .gitattributes does not renormalize - a per-line check catches what a whole-file check misses. Clean repo-setup (no stale secrets). Same recurring structural drifts. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the final stable-repo audit report for ptr727/VSCode-Server-DotNetCore (docker-only repo) to the reports/ audit corpus, completing the stable C#/Docker audit set referenced in AUDIT.md.
Changes:
- Add a new audit report documenting repo dimensions, develop drift status, and WORKFLOW.md 5A/5B drift findings for
VSCode-Server-DotNetCore. - Capture concrete evidence for recurring EOL drift behavior (mixed-endings workflows) and other cross-fleet structural drifts for spec/regsitry follow-up.
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.
Fifth and final stable-repo audit (AUDIT.md): ptr727/VSCode-Server-DotNetCore main @ 80067f9, type docker. Verdict: operational - no defects, 13 drift findings. Completes the stable C#/Docker audit set (5/5).
Docker-only (own multi-arch
linux/amd64,linux/arm64image; NOT a wrapper despite the name - noupstream-version.json). Clean repo-setup (no stale secrets). Registrybuildcache-<branch>(nottype=gha), main-only Docker Hub README.Sharpest EOL case yet:
build-docker-task.ymlhas mixed endings - 4 LF lines at exactly the Dependabot-rewrittenuses: ...@<sha>lines inside an otherwise-CRLF file (plus a Dockerfile trailing space after a line-continuation). Automated tooling leaves mixed endings when.editorconfiglacks the global[*] end_of_linedefault and.gitattributes * -textdoes not renormalize - so a per-line committed-endings check (not just whole-file) is warranted. Strong validation of the #233 spec check.Same recurring structural drifts across the fleet. Spec gaps queued.
🤖 Generated with Claude Code