Skip to content

Commit a28b6f5

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/4.0
2 parents e118fce + 6e111ea commit a28b6f5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Only pull requests from committers that can be verified as having signed the OCA
9191

9292
Please be aware that pull requests that seek to introduce a new dependency will be subject to additional review. In general, contributors should avoid dependencies with incompatible licenses, and should try to use recent versions of dependencies. Standard security vulnerability checklists will be consulted before accepting a new dependency. Dependencies on closed-source code, including WebLogic Server, will most likely be rejected.
9393

94+
## Security
95+
96+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process.
9497

9598
## License
9699

SECURITY.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ security features are welcome on GitHub Issues.
2121

2222
Security updates will be released on a regular cadence. Many of our projects
2323
will typically release security fixes in conjunction with the
24-
[Oracle Critical Patch Update][3] program. Security updates are released on the
25-
Tuesday closest to the 17th day of January, April, July and October. A pre-release
26-
announcement will be published on the Thursday preceding each release. Additional
24+
[Oracle Critical Patch Update][3] program. Additional
2725
information, including past advisories, is available on our [security alerts][4]
2826
page.
2927

integration-tests/src/test/resources/bash-scripts/images.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ database/enterprise:12.2.0.1-slim;weblogick8s/test-images/database/enterprise:12
6161
# Oracle DB Operator Image
6262
database/operator:0.2.0;weblogick8s/test-images/database/operator:0.2.0
6363

64-
6564
# WebLogic CPU Release 14.1.1.0
6665
middleware/weblogic_cpu:14.1.1.0-generic-jdk11-ol7;weblogick8s/test-images/weblogic:14.1.1.0-generic-jdk11-ol7-cpu
6766
middleware/weblogic_cpu:14.1.1.0-generic-jdk11-ol8;weblogick8s/test-images/weblogic:14.1.1.0-generic-jdk11-ol8-cpu

integration-tests/src/test/resources/bash-scripts/install-istio.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
# Description:
66
#
77
# This script install a given version of istio using Helm v3.x
8-
# Default istio version is 1.11.1
8+
# Default istio version is 1.13.2
99
# https://istio.io/docs/setup/install/istioctl/
1010
# https://istio.io/latest/docs/setup/install/standalone-operator/
1111
# https://github.com/istio/istio/releases
1212
# https://github.com/istio/istio/tags
1313

14-
1514
# Usage:
1615
#
1716
# $0 [istio-version] [install-dir]

0 commit comments

Comments
 (0)