Skip to content

Commit eeba26a

Browse files
author
Alvaro Muñoz
committed
fix typos
1 parent d11c15d commit eeba26a

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)