Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# then regenerate the bindings (see the crate README).

[source]
# The schema originates from the internal Microsoft Windows OS repository and is
# not publicly redistributable. Only the schema text (not the OS tree) is vendored.
# The schema originates from the Microsoft Windows OS repository. Only the
# schema text (not the OS tree) is vendored.
repository = "Windows OS (internal Azure DevOps)"
# The PSEC schema is a Windows OS containment contract; there is no public OS
# revision to cite. Instead of guessing a source path/revision, we record the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "process_security_environment_spec"
version.workspace = true
edition.workspace = true
license.workspace = true
publish = false
publish = true
description = "Generated FlatBuffers bindings for ProcessSecurityEnvironment"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ by the FlatBuffers compiler (`flatc`).

## Provenance

The vendored schema originates from the internal Microsoft Windows OS repository
and is not publicly redistributable. Authoritative provenance β€” the source
pull request, the schema SHA-256, and the exact `flatc` version used β€” is
recorded in
The vendored schema originates from the Microsoft Windows OS repository.
Authoritative provenance β€” the validated Windows build, schema SHA-256, and
exact `flatc` version used β€” is recorded in
[`external/windows-sdk/ProcessSecurityEnvironment.provenance.toml`](../../../../external/windows-sdk/ProcessSecurityEnvironment.provenance.toml).
That file is the single source of truth consumed by both the regeneration
script and the CI drift gate.
Expand Down
Loading