Skip to content

Commit 0a87658

Browse files
committed
Adjust name UntrustedCheckoutHigh wording trusted to privileged
1 parent 3eaf04e commit 0a87658

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

actions/ql/src/Security/CWE-829/UntrustedCheckoutHigh.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Checkout of untrusted code in trusted context
2+
* @name Checkout of untrusted code in privileged context
33
* @description Privileged workflows have read/write access to the base repository and access to secrets.
44
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
55
* that is able to push to the base repository and to access secrets.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: queryMetadata
33
---
4-
* Reversed adjustment of the name of `actions/untrusted-checkout/high`.
4+
* Reversed adjustment of the name of `actions/untrusted-checkout/high`, but change the word "trusted" to "privileged".

0 commit comments

Comments
 (0)