-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -596,9 +596,9 @@ Author: Zachary Rice <[email protected]> | |
Date: Tue Jun 13 14:49:21 2023 -0500 | ||
add a custom detector check for logging duplicate detector (#1394) | ||
* add a custom detector check for logging duplicate detector | ||
* use pb type | ||
diff --git a/pkg/engine/engine.go b/pkg/engine/engine.go | ||
|
@@ -627,7 +627,7 @@ Author: Michelle Purcell <[email protected]> | |
Date: Tue Jun 27 13:48:04 2023 +0100 | ||
Update docs/src/main/asciidoc/security-vulnerability-detection.adoc | ||
Co-authored-by: Sergey Beryozkin <[email protected]> | ||
(cherry picked from commit 10f04b79e0ab3a331ac1bfae78d7ed399e243bf0) | ||
|
@@ -1220,12 +1220,12 @@ index 239b415..2ee133b 100644 | |
+++ b/aws2 | ||
!!!ERROR!!! | ||
blah blaj | ||
-this is the secret: AKIA2E0A8F3B244C9986 | ||
+this is the secret: [Default] | ||
+Access key Id: AKIAILE3JG6KMS3HZGCA | ||
+Secret Access Key: 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 | ||
-okay thank you bye | ||
\ No newline at end of file | ||
+okay thank you bye | ||
|
@@ -1617,7 +1617,7 @@ Author: rjtmahinay <[email protected]> | |
Date: Mon Jul 10 01:22:32 2023 +0800 | ||
Add QuarkusApplication javadoc | ||
* Fix #34463 | ||
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/QuarkusApplication.java b/core/runtime/src/main/java/io/quarkus/runtime/QuarkusApplication.java | ||
|
@@ -2078,12 +2078,12 @@ index 239b415..2ee133b 100644 | |
+++ b/aws2 | ||
@@ -1,5 +1,7 @@ | ||
blah blaj | ||
-this is the secret: AKIA2E0A8F3B244C9986 | ||
+this is the secret: [Default] | ||
+Access key Id: AKIAILE3JG6KMS3HZGCA | ||
+Secret Access Key: 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 | ||
-okay thank you bye | ||
\ No newline at end of file | ||
+okay thank you bye | ||
|
@@ -2209,12 +2209,12 @@ index 239b415..2ee133b 100644 | |
+++ b/aws | ||
@@ -1,5 +1,7 @@ | ||
blah blaj | ||
-this is the secret: AKIA2E0A8F3B244C9986 | ||
+this is the secret: [Default] | ||
+Access key Id: AKIAILE3JG6KMS3HZGCA | ||
+Secret Access Key: 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 | ||
-okay thank you bye | ||
\ No newline at end of file | ||
+okay thank you bye | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters