docs(pack): four judgement rows move from 'to be verified' to measured - #465
Merged
Conversation
PR#464's own CI answered three of the open items in the two design records, and a record that still says '未核验' after the measurement exists is a record that will be re-derived by the next reader. - Mach-O `LC_RPATH` does NOT leak. The packer now reads it and warns when a package would carry one; the whole macOS e2e suite emitted none. A .dylib's relocatability comes from the link-time `-install_name @rpath/`, so there is nothing for packaging to rewrite — which also retires the "needs checking" row in the cross-platform table. - macOS program packing running the user's program is now refused by format, and there is a second piece of evidence worth recording: 249/250 were GREEN on macOS before this, and what they inspected was the bundle that run produced. Adding the refusal turned them red immediately. - A static archive cannot be --strip-all'ed: measured (`archive has no index`; --strip-debug gives 2988 -> 1244 bytes and the consumer links and runs). P1-3 (the shipped .so's own DT_NEEDED closure is not checked) stays unmeasured and unimplemented, and now says so explicitly rather than by omission.
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.
Follow-up to #464. Its own CI answered three of the open items in the two design
records under
.agents/docs, and a record that still says 未核验 after themeasurement exists is one the next reader will re-derive.
LC_RPATHleaks?LC_RPATHand warns when a package would carry one; the whole macOS e2e suite emitted none. A.dylib's relocatability comes from the link-time-install_name @rpath/, so packaging has nothing to rewrite.--strip-alledarchive has no index; run ranlib to add one;--strip-debuggives 2988 → 1244 bytes and the consumer links and runs (e2e 265 pins both sides).P1-3 (the shipped
.so's ownDT_NEEDEDclosure is not checked against thepackage +
[dependencies]) stays unmeasured and unimplemented, and now says soexplicitly rather than by omission.
Documentation only — no source, no test, no workflow changes.