Enable publishing the PSEC bindings crate - #782
Open
Richie Gomez (richiemsft) wants to merge 1 commit into
Open
Conversation
Allow the generated ProcessSecurityEnvironment bindings to be published and remove the unsupported statement that the source contract is not publicly redistributable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 52e48fee-23e1-4b05-803c-522812fcdda2
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Enables publishing the generated PSEC FlatBuffers bindings and updates provenance wording.
Changes:
- Allows publication of the PSEC bindings crate.
- Removes unsupported redistribution restrictions from provenance documentation.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/core/generated/process_security_environment_specification/Cargo.toml |
Enables crate publication. |
src/core/generated/process_security_environment_specification/README.md |
Updates provenance wording. |
external/windows-sdk/ProcessSecurityEnvironment.provenance.toml |
Aligns source documentation with redistribution status. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
📖 Description
Enables publication of the generated
process_security_environment_speccrate by settingpublish = true.Also removes the unsupported statement that the PSEC schema is not publicly redistributable. The provenance documentation continues to record its Windows OS origin, validated Windows build, schema hash, and pinned
flatcversion.🔗 References
Related to #739.
🔍 Validation
cargo package -p process_security_environment_spec --allow-dirty --no-verifycargo publish --dry-run -p process_security_environment_spec --allow-dirty --no-verifygit diff --check✅ Checklist
Cargo.lock, thedependency-feed-checkcheck passes (see docs/pull-requests.md) —Cargo.lockis unchanged.📋 Issue Type
Microsoft Reviewers: Open in CodeFlow