feat(pipeline-doctor): assert no set -x in token-bearing ci scripts (#191)
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
All notable changes to parity-lib are documented here. This project follows
|
||||
semantic versioning; the version is a conceptual tag (no git tag is created).
|
||||
|
||||
## Unreleased
|
||||
|
||||
- `pipeline-doctor` (cluster #191 security sweep): added a scoped per-file check
|
||||
asserting **no `set -x` in token-bearing `ci/*.sh` scripts** going forward — a
|
||||
script that references a registry token (`REGISTRY_TOKEN` / `CI_REGISTRY_TOKEN`
|
||||
/ an `Authorization: token` header) must not enable xtrace, which would echo
|
||||
the token to the build log. Token-free helpers (e.g. version parsers) are not
|
||||
flagged.
|
||||
|
||||
## v0.1.0
|
||||
|
||||
Initial release (cluster #192/#193/#194, emmett#44).
|
||||
|
||||
Reference in New Issue
Block a user