You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated python requests to 2.28.1 due to security patch required for certifi module which is a dependency. Using the latest requests version 2.28.1 installs the latest patched version of certifi v2022.12.07. For details please refer to https://nvd.nist.gov/vuln/detail/cve-2022-23491.
210
+
- Updated python requests to 2.28.1 due to security patch required for
211
+
certifi module which is a dependency. Using the latest requests version 2.
212
+
28.1 installs the latest patched version of certifi v2022.12.07. For
213
+
details please refer to [CVE-2022-23491](https://nvd.nist.gov/vuln/detail/cve-2022-23491).
188
214
- package-lock.json to address dependabot identified vulnerabilities
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,35 @@ information to effectively respond to your bug report or contribution.
10
10
11
11
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
12
12
13
-
When filing an issue, please check [existing open](https://github.com/aws-solutions/network-orchestration-for-aws-transit-gateway/issues), or [recently closed](https://github.com/aws-solutions/network-orchestration-for-aws-transit-gateway/issues?q=is%3Aissue+is%3Aclosed), issues to make sure somebody else hasn't already
14
-
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
13
+
When filing an issue, please check [existing open](https://github.com/aws-solutions/network-orchestration-for-aws-transit-gateway/issues), or [recently closed](https://github.com/aws-solutions/network-orchestration-for-aws-transit-gateway/issues?q=is%3Aissue%20state%3Aclosed), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
15
14
16
15
- A reproducible test case or series of steps
17
16
- The version of our code being used
17
+
- The region being used
18
18
- Any modifications you've made relevant to the bug
19
19
- Anything unusual about your environment or deployment
20
20
21
21
## Contributing via Pull Requests
22
22
23
23
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
24
24
25
-
1. You are working against the latest source on the _master_ branch.
26
-
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
27
-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
25
+
1. You are working against the latest source on the _main_ branch.
26
+
1. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
27
+
1. You open an issue to discuss any significant work - we would hate for your time to be wasted.
28
28
29
29
To send us a pull request, please:
30
30
31
31
1. Fork the repository.
32
-
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
33
-
3. Ensure local tests pass.
34
-
4. Commit to your fork using clear commit messages.
35
-
5. Send us a pull request, answering any default questions in the pull request interface.
36
-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
32
+
1. Modify the source; please focus on the specific change you are contributing.
33
+
1. Add new unit tests for the new code.
34
+
1. Run _npx npm run prettier-format_ in _source_ to ensure that code format standards are maintained.
35
+
1. If your changes include new capabilities, include in the PR description text that can be folded into the solution documentation.
36
+
1. Commit to your fork using clear commit messages.
37
+
1. In your repository _Security_ section, ensure that security advisories are enabled and address any Dependabot issues that appear.
38
+
1. Send us a pull request, answering any default questions in the pull request interface.
39
+
1. If the changes are complex or may involve additional communication, we may create a feature branch specific to your PR and ask you to rebase using that branch.
37
40
38
-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
39
-
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
41
+
GitHub provides additional documentation on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
40
42
41
43
## Finding contributions to work on
42
44
@@ -45,8 +47,7 @@ Looking at the existing issues is a great way to find something to contribute on
45
47
## Code of Conduct
46
48
47
49
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
48
-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
49
-
opensource-codeofconduct@amazon.com with any additional questions or comments.
50
+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact opensource-codeofconduct@amazon.com with any additional questions or comments.
or directly via email to [AWS Security](mailto:aws-security@amazon.com).
11
-
Please do *not* create a public GitHub issue in this project.
3
+
We take all security reports seriously. When we receive such reports, we will investigate and subsequently address any potential vulnerabilities as quickly as possible.
4
+
If you discover a potential security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
5
+
or directly via email to [AWS Security](mailto:aws-security@amazon.com). Please do *not* create a public GitHub issue in this project.
0 commit comments