Skip to content

Commit 09f448f

Browse files
authored
Merge pull request #42560 from github/repo-sync
Repo sync
2 parents 54f669c + 7cb179b commit 09f448f

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

content/code-security/tutorials/remediate-leaked-secrets/remediating-a-leaked-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Secrets, such as API keys, tokens and credentials, can pose significant security
2323

2424
You should consider any leaked secret to be immediately compromised and it is essential that you undertake proper remediation steps, such as revoking the secret. Simply removing the secret from the codebase, pushing a new commit, or deleting and recreating the repository do not prevent the secret from being exploited.
2525

26-
This how-to walks you through what to do if you've accidentally committed a secret to your repository, or if you've been alerted to a secret leak in your repository.
26+
This tutorial walks you through what to do if you've accidentally committed a secret to your repository, or if you've been alerted to a secret leak in your repository.
2727

2828
### Prerequisites
2929

data/reusables/dependabot/supported-package-managers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
124124
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
125125
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
126126
* `gradle.lockfile` (for projects using Gradle dependency locking)
127+
* `gradle/wrapper/gradle-wrapper.properties` (for the Gradle Wrapper)
127128
* Files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property).
128129

129130
{% data variables.product.prodname_dependabot %} uses information from the `pom.xml` file of dependencies to add links to release information in update pull requests. If the information is omitted from the `pom.xml` file, then it cannot be included in {% data variables.product.prodname_dependabot %} pull requests, see [AUTOTITLE](/code-security/dependabot/ecosystems-supported-by-dependabot/optimizing-java-packages-dependabot).

src/secret-scanning/data/pattern-docs/fpt/public-docs.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
secretType: airtable_api_key
9494
isPublic: false
9595
isPrivateWithGhas: true
96-
hasPushProtection: false
96+
hasPushProtection: true
9797
hasValidityCheck: false
9898
base64Supported: false
9999
isduplicate: false
@@ -147,7 +147,7 @@
147147
secretType: aws_api_key
148148
isPublic: true
149149
isPrivateWithGhas: true
150-
hasPushProtection: false
150+
hasPushProtection: true
151151
hasValidityCheck: false
152152
base64Supported: false
153153
isduplicate: false
@@ -1060,7 +1060,7 @@
10601060
secretType: block_protocol_api_key
10611061
isPublic: false
10621062
isPrivateWithGhas: true
1063-
hasPushProtection: false
1063+
hasPushProtection: true
10641064
hasValidityCheck: true
10651065
base64Supported: false
10661066
isduplicate: false
@@ -1321,7 +1321,7 @@
13211321
secretType: cohere_api_key
13221322
isPublic: false
13231323
isPrivateWithGhas: true
1324-
hasPushProtection: false
1324+
hasPushProtection: true
13251325
hasValidityCheck: false
13261326
base64Supported: false
13271327
isduplicate: false
@@ -1474,7 +1474,7 @@
14741474
secretType: databricks_scoped_internal_token
14751475
isPublic: true
14761476
isPrivateWithGhas: true
1477-
hasPushProtection: false
1477+
hasPushProtection: true
14781478
hasValidityCheck: false
14791479
base64Supported: false
14801480
isduplicate: false
@@ -1492,7 +1492,7 @@
14921492
secretType: databricks_workspace_session_token
14931493
isPublic: true
14941494
isPrivateWithGhas: true
1495-
hasPushProtection: false
1495+
hasPushProtection: true
14961496
hasValidityCheck: false
14971497
base64Supported: false
14981498
isduplicate: false
@@ -2495,7 +2495,7 @@
24952495
secretType: limbar_token
24962496
isPublic: true
24972497
isPrivateWithGhas: true
2498-
hasPushProtection: false
2498+
hasPushProtection: true
24992499
hasValidityCheck: false
25002500
base64Supported: false
25012501
isduplicate: false
@@ -2846,7 +2846,7 @@
28462846
secretType: netflix_netkey
28472847
isPublic: true
28482848
isPrivateWithGhas: true
2849-
hasPushProtection: false
2849+
hasPushProtection: true
28502850
hasValidityCheck: false
28512851
base64Supported: false
28522852
isduplicate: false
@@ -3458,7 +3458,7 @@
34583458
secretType: rainforest_sandbox_api_key
34593459
isPublic: true
34603460
isPrivateWithGhas: true
3461-
hasPushProtection: false
3461+
hasPushProtection: true
34623462
hasValidityCheck: false
34633463
base64Supported: false
34643464
isduplicate: false

src/secret-scanning/data/pattern-docs/ghec/public-docs.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
secretType: airtable_api_key
9494
isPublic: false
9595
isPrivateWithGhas: true
96-
hasPushProtection: false
96+
hasPushProtection: true
9797
hasValidityCheck: false
9898
base64Supported: false
9999
isduplicate: false
@@ -147,7 +147,7 @@
147147
secretType: aws_api_key
148148
isPublic: true
149149
isPrivateWithGhas: true
150-
hasPushProtection: false
150+
hasPushProtection: true
151151
hasValidityCheck: false
152152
base64Supported: false
153153
isduplicate: false
@@ -1060,7 +1060,7 @@
10601060
secretType: block_protocol_api_key
10611061
isPublic: false
10621062
isPrivateWithGhas: true
1063-
hasPushProtection: false
1063+
hasPushProtection: true
10641064
hasValidityCheck: true
10651065
base64Supported: false
10661066
isduplicate: false
@@ -1321,7 +1321,7 @@
13211321
secretType: cohere_api_key
13221322
isPublic: false
13231323
isPrivateWithGhas: true
1324-
hasPushProtection: false
1324+
hasPushProtection: true
13251325
hasValidityCheck: false
13261326
base64Supported: false
13271327
isduplicate: false
@@ -1474,7 +1474,7 @@
14741474
secretType: databricks_scoped_internal_token
14751475
isPublic: true
14761476
isPrivateWithGhas: true
1477-
hasPushProtection: false
1477+
hasPushProtection: true
14781478
hasValidityCheck: false
14791479
base64Supported: false
14801480
isduplicate: false
@@ -1492,7 +1492,7 @@
14921492
secretType: databricks_workspace_session_token
14931493
isPublic: true
14941494
isPrivateWithGhas: true
1495-
hasPushProtection: false
1495+
hasPushProtection: true
14961496
hasValidityCheck: false
14971497
base64Supported: false
14981498
isduplicate: false
@@ -2495,7 +2495,7 @@
24952495
secretType: limbar_token
24962496
isPublic: true
24972497
isPrivateWithGhas: true
2498-
hasPushProtection: false
2498+
hasPushProtection: true
24992499
hasValidityCheck: false
25002500
base64Supported: false
25012501
isduplicate: false
@@ -2846,7 +2846,7 @@
28462846
secretType: netflix_netkey
28472847
isPublic: true
28482848
isPrivateWithGhas: true
2849-
hasPushProtection: false
2849+
hasPushProtection: true
28502850
hasValidityCheck: false
28512851
base64Supported: false
28522852
isduplicate: false
@@ -3458,7 +3458,7 @@
34583458
secretType: rainforest_sandbox_api_key
34593459
isPublic: true
34603460
isPrivateWithGhas: true
3461-
hasPushProtection: false
3461+
hasPushProtection: true
34623462
hasValidityCheck: false
34633463
base64Supported: false
34643464
isduplicate: false

0 commit comments

Comments
 (0)