Skip to content

Commit 310adb8

Browse files
authored
Merge branch 'main' into attributions
2 parents 2db713d + d142439 commit 310adb8

File tree

5 files changed

+96
-32
lines changed

5 files changed

+96
-32
lines changed

CONTRIBUTING.md

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,55 @@
1-
# Contributing
1+
# Contributing to this repository
22

3-
Oracle welcomes contributions to this repository from anyone.
3+
We welcome your contributions! There are multiple ways to contribute.
44

5-
If you want to submit a pull request to fix a bug or enhance an existing
6-
feature, please first open an issue and link to that issue when you
7-
submit your pull request.
5+
## Opening issues
86

9-
If you have any questions about a possible submission, feel free to open
10-
an issue too.
7+
For bugs or enhancement requests, please file a GitHub issue unless it's
8+
security related. When filing a bug remember that the better written the bug is,
9+
the more likely it is to be fixed. If you think you've found a security
10+
vulnerability, do not raise a GitHub issue and follow the instructions in our
11+
[security policy](./SECURITY.md).
1112

12-
## Contributing to the WebLogic Image Tool repository
13+
## Contributing code
1314

14-
Pull requests can be made under
15-
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA).
15+
We welcome your code contributions. Before submitting code via a pull request,
16+
you will need to have signed the [Oracle Contributor Agreement][OCA] (OCA) and
17+
your commits need to include the following line using the name and e-mail
18+
address you used to sign the OCA:
1619

17-
For pull requests to be accepted, the bottom of your commit message must have
18-
the following line using your name and e-mail address as it appears in the
19-
OCA Signatories list.
20-
21-
```
20+
```text
2221
Signed-off-by: Your Name <[email protected]>
2322
```
2423

25-
This can be automatically added to pull requests by committing with:
24+
This can be automatically added to pull requests by committing with `--sign-off`
25+
or `-s`, e.g.
2626

27-
```
28-
git commit --signoff
27+
```text
28+
git commit --signoff
2929
```
3030

31-
Only pull requests from committers that can be verified as having
32-
signed the OCA can be accepted.
31+
Only pull requests from committers that can be verified as having signed the OCA
32+
can be accepted.
3333

34-
### Pull request process
34+
## Pull request process
3535

36+
1. Ensure there is an issue created to track and discuss the fix or enhancement
37+
you intend to submit.
3638
1. Fork this repository
3739
1. Create a branch in your fork to implement the changes. We recommend using
38-
the issue number as part of your branch name, e.g. `1234-fixes`
40+
the issue number as part of your branch name, e.g. `1234-fixes`
3941
1. Ensure that any documentation is updated with the changes that are required
40-
by your fix.
42+
by your change.
4143
1. Ensure that any samples are updated if the base image has been changed.
4244
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
43-
what your changes are meant to do and provide simple steps on how to validate
44-
your changes. Ensure that you reference the issue you created as well.
45-
We will assign the pull request to 2-3 people for review before it is merged.
45+
what your changes are meant to do and provide simple steps on how to validate
46+
your changes. Ensure that you reference the issue you created as well.
47+
1. We will assign the pull request to 2-3 people for review before it is merged.
48+
49+
## Code of conduct
50+
51+
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd
52+
like more specific guidelines, see the [Contributor Covenant Code of Conduct][COC].
53+
54+
[OCA]: https://oca.opensource.oracle.com
55+
[COC]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, 2021, Oracle and/or its affiliates.
1+
Copyright (c) 2021 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,33 @@ WebLogic Image Tool version and release information can be found [here](https://
2929
**NOTE**: The upcoming change to Oracle Support's recommended patches list will require
3030
Image Tool 1.9.11 in order to use `--recommendedPatches` or `--latestPSU`.
3131

32-
# Documentation
32+
## Documentation
3333

3434
Documentation for WebLogic Image Tool is [available here](https://oracle.github.io/weblogic-image-tool/).
3535

3636
This documentation includes information for users and for developers.
3737

38-
# Related projects
38+
## Related projects
3939

4040
* [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/)
4141
* [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/)
4242
* [WebLogic Monitoring Exporter](https://github.com/oracle/weblogic-monitoring-exporter)
4343
* [WebLogic Logging Exporter](https://github.com/oracle/weblogic-logging-exporter)
4444
* [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console)
4545

46-
# Contributing
47-
Those who wish to contribute to the WebLogic Image Tool code will find useful information [here](https://github.com/oracle/weblogic-image-tool/blob/main/CONTRIBUTING.md).
46+
## Contributing
47+
48+
This project welcomes contributions from the community. Before submitting a pull
49+
request, please [review our contribution guide](./CONTRIBUTING.md).
50+
51+
## Security
52+
53+
Please consult the [security guide](./SECURITY.md) for our responsible security
54+
vulnerability disclosure process.
55+
56+
## License
57+
58+
Copyright (c) 2019, 2021 Oracle and/or its affiliates.
59+
60+
Released under the Universal Permissive License v1.0 as shown at
61+
<https://oss.oracle.com/licenses/upl/>.

SECURITY.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Reporting security vulnerabilities
2+
3+
Oracle values the independent security research community and believes that
4+
responsible disclosure of security vulnerabilities helps us ensure the security
5+
and privacy of all our users.
6+
7+
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
8+
believe you have found a security vulnerability, please submit a report to
9+
[[email protected]][1] preferably with a proof of concept. Please review
10+
some additional information on [how to report security vulnerabilities to Oracle][2].
11+
We encourage people who contact Oracle Security to use email encryption using
12+
[our encryption key][3].
13+
14+
We ask that you do not use other channels or contact the project maintainers
15+
directly.
16+
17+
Non-vulnerability related security issues including ideas for new or improved
18+
security features are welcome on GitHub Issues.
19+
20+
## Security updates, alerts and bulletins
21+
22+
Security updates will be released on a regular cadence. Many of our projects
23+
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
27+
information, including past advisories, is available on our [security alerts][4]
28+
page.
29+
30+
## Security-related information
31+
32+
We will provide security related information such as a threat model, considerations
33+
for secure use, or any known security issues in our documentation. Please note
34+
that labs and sample code are intended to demonstrate a concept and may not be
35+
sufficiently hardened for production use.
36+
37+
[1]: mailto:[email protected]
38+
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
39+
[3]: https://www.oracle.com/security-alerts/encryptionkey.html
40+
[4]: https://www.oracle.com/security-alerts/

imagetool/src/main/resources/docker-files/run-wdt.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN test -d {{{wdt_home}}}/weblogic-deploy && rm -rf {{{wdt_home}}}/weblogic-dep
4646

4747
{{^modelOnly}}
4848
RUN cd {{{wdt_home}}}/weblogic-deploy/bin \
49-
&& {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./createDomain.sh \
49+
&& {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
5050
-oracle_home {{{oracle_home}}} \
5151
-domain_home {{{domain_home}}} \
5252
-domain_type {{domainType}} \

0 commit comments

Comments
 (0)