Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amzn/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aws-robotics/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 6, 2021

  1. Copy the full SHA
    75106c1 View commit details
  2. configure issue lable bot

    xabxx authored and hyandell committed Jan 6, 2021
    Copy the full SHA
    7741a9a View commit details

Commits on Mar 8, 2023

  1. Copy the full SHA
    c0d16f8 View commit details

Commits on Oct 18, 2024

  1. Update SECURITY.md

    emiaimi-aws committed Oct 18, 2024
    Copy the full SHA
    f1fab60 View commit details
Showing with 31 additions and 9 deletions.
  1. +9 −9 SECURITY.md
  2. +4 −0 issue_label_bot.yaml
  3. +18 −0 stale.yml
18 changes: 9 additions & 9 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Reporting Security Issues

We take all security reports seriously.
When we receive such reports,
we will investigate and subsequently address
any potential vulnerabilities as quickly as possible.
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/)
or directly via email to [AWS Security](mailto:aws-security@amazon.com).
Please do *not* create a public GitHub issue in this project.
Amazon Web Services (AWS) is dedicated to the responsible disclosure of security vulnerabilities.
We kindly ask that you **do not** open a public GitHub issue to report security concerns.
Instead, please submit the issue to the AWS Vulnerability Disclosure Program via [HackerOne](https://hackerone.com/aws_vdp) or send your report via [email](mailto:aws-security@amazon.com).
For more details, visit the [AWS Vulnerability Reporting Page](http://aws.amazon.com/security/vulnerability-reporting/).

Thank you in advance for collaborating with us to help protect our customers.
4 changes: 4 additions & 0 deletions issue_label_bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
label-alias:
bug: 'bug'
feature_request: 'enhancement'
question: 'question'
18 changes: 18 additions & 0 deletions stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 7
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- bug
- enhancement
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
The same has been automatically marked as stale because it has not had
recent activity for 7 days. It will be closed in 7 days if no further activity occurs.
Please comment and re-open this issue if you are still experiencing this issue.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true