guac 1.1.0

This commit is contained in:
oznu
2020-02-11 12:10:55 +11:00
parent 18e4ecb5a4
commit 601305f356
11 changed files with 819 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
# These are supported funding model platforms
custom: https://paypal.me/oznu
+34
View File
@@ -0,0 +1,34 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
<!-- You must use the issue template below when submitting a bug -->
**Describe The Bug:**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce:**
<!-- Steps to reproduce the behavior. -->
**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->
**Logs:**
```
Remove any sensative information.
```
**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->
**Environment:**
* **Guacamole Version**: <!-- homebridge -V -->
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
+29
View File
@@ -0,0 +1,29 @@
---
name: Support Request
about: Need help?
title: ''
labels: question
assignees: ''
---
<!-- You must use the issue template below when submitting a support request -->
**Describe Your Problem:**
<!-- A clear and concise description of what problem you are trying to solve. -->
**Logs:**
```
Remove any sensative information.
```
**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->
**Environment:**
* **Guacamole Version**: <!-- homebridge -V -->
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->
<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
+41
View File
@@ -0,0 +1,41 @@
# Security Policies and Procedures
This document outlines security procedures and general policies for the `docker-guacamole` project.
* [Reporting a Bug](#reporting-a-bug)
* [Disclosure Policy](#disclosure-policy)
* [Comments on this Policy](#comments-on-this-policy)
## Reporting a Bug
The `docker-guacamole` team and community take all security bugs in `docker-guacamole`
seriously. Thank you for improving the security of `docker-guacamole`. We appreciate
your efforts and responsible disclosure and will make every effort to acknowledge
your contributions.
Report security bugs by emailing the maintainer at dev@oz.nu
The maintainer will acknowledge your email within 48 hours, and will send a
more detailed response within 48 hours indicating the next steps in handling
your report. After the initial reply to your report, the security team will
endeavor to keep you informed of the progress towards a fix and full
announcement, and may ask for additional information or guidance.
Report security bugs in third-party modules to the person or team maintaining
the module.
## Disclosure Policy
When the security team receives a security bug report, they will assign it to a
primary handler. This person will coordinate the fix and release process,
involving the following steps:
* Confirm the problem and determine the affected versions.
* Audit code to find any potential similar problems.
* Prepare fixes for all releases still under maintenance. These fixes will be
released as fast as possible to npm.
## Comments on this Policy
If you have suggestions on how this process could be improved please submit a
pull request.
+17
View File
@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 5
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# 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: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false