Skip to content

Commit c94b846

Browse files
author
Alvaro Muñoz
authored
Merge pull request #50 from github/fix_typo
fix typos
2 parents d11c15d + eeba26a commit c94b846

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ql/src/Security/CWE-829/UntrustedCheckoutCritical.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Checkout of untrusted code in trusted context
3-
* @description Priveleged workflows have read/write access to the base repository and access to secrets.
3+
* @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.
66
* @kind path-problem

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Checkout of untrusted code in trusted context
3-
* @description Priveleged workflows have read/write access to the base repository and access to secrets.
3+
* @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.
66
* @kind problem

ql/src/Security/CWE-829/UntrustedCheckoutMedium.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Checkout of untrusted code in trusted context
3-
* @description Priveleged workflows have read/write access to the base repository and access to secrets.
3+
* @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.
66
* @kind problem

0 commit comments

Comments
 (0)