-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from RyanWalpoleEnterprises/release-alpha
Merge alpha release branch into stable release branch
- Loading branch information
Showing
63 changed files
with
834 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Security Vulnerability Report | ||
about: Alert us to any security vulnerabilities you've found within the application or it's source code. | ||
title: "[Security Vulnerability] Issue title" | ||
labels: 'status: needs triage' | ||
assignees: '' | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for reporting a security vulnerability. | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: vulnerability-information | ||
attributes: | ||
label: Vulnerability Information | ||
description: Please tell us as much as you can about the vulnerability you've discovered and how you discovered it. | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version(s) of the software do you know to be affected? | ||
placeholder: ex. v220201, v220301 etc. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you understand that you are sharing this information with RWE Labs and Ryan Walpole Enterprises. You understand that sharing this knowledge may be used to make changes to the software in question and other pieces of software. We may also share this report with other parties depending on the situation. | ||
options: | ||
- label: I agree | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Stardew Valley Mod Manager | ||
### Copyright (C) 2021 - RWE Labs, Ryan Walpole Enterprises | ||
|
||
#### LICENSE AGREEMENT | ||
Please find the following license agreement for the Stardew Valley Mod Manager and Stardew Valley Modded Framework by RWE Labs. This documentation will explain the rights you have to this software and it's source code. | ||
|
||
1. Use of Software | ||
This software is developed by RWE Labs (a division of Ryan Walpole Enterprises) and is offered to you (the user) as free software. This software does not require payment, nor a subscription - to use. The source code similarly is offered free of charge via GitHub. The source code and software additionally contains a bundled copy of SMAPI - which has it's own licenses and information associated with it. For information and licenses regarding SMAPI and it's source code, please see [https://github.com/Pathoschild/SMAPI ]https://github.com/Pathoschild/SMAPI | ||
You are permitted to use this software and all available software features. You are not permitted to use any software features for anything illegal that may violate local or international laws, nor use this software in piracy. | ||
|
||
2. Modifying the Software | ||
As this software is open source, you can download and compile the source code with any edits you wish to make. There are however some explicit restrictions that we have on this process: | ||
If you are publishing the source code or a compiled version of the source code you must: | ||
|
||
- Ensure to the best of your ability that the modified version of the source code and compiled application maintain the functionality of the original application and that the application still operates and performs it's meaningful purpose. | ||
|
||
- That the software and it's source code explicitly credit the original creators, RWE Labs and Ryan Walpole Enterprises with a link to the original GitHub repository which can be referenced as: [https://github.com/RyanWalpoleEnterprises/Stardew-Valley-Mod-Manager]https://github.com/RyanWalpoleEnterprises/Stardew-Valley-Mod-Manager | ||
|
||
- Any changes to the software and it's source code come with the explicit instruction that the entity that makes the changes - whether published or not - are responsible for any outcomes of the changes. RWE Labs and Ryan Walpole Enterprises does not remain responsible for versions of the application that are modified from the original source code available on the RWE GitHub repository. | ||
|
||
3. Software Updates and Changes | ||
You have the responsibility to ensure that license changes that are made between versions are taken into account when using or modifying the software and/or it's source code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
The following versions of the Stardew Valley Modded Framework (which includes the Stardew Valley Mod Manager) are currently covered by security updates: | ||
|
||
| Version | Supported | Includes | | ||
| ------- | ------------------ | -------- | | ||
| v22x | :white_check_mark: | v2202x, v2203x | | ||
|
||
You can always get the latest security and feature updates by downloading the [latest release](https://github.com/RyanWalpoleEnterprises/Stardew-Valley-Mod-Manager/releases/latest/). | ||
|
||
## Reporting a Vulnerability | ||
If you've found a security vulnerability within the application, please report an issue and select "Security Vulnerability Report" from the list of templates and follow the prompts in the template. We appreciate your good samaritancy in reporting security vulnerabilities rather than exploiting them. | ||
|
||
[Report a Vulnerability](https://github.com/RyanWalpoleEnterprises/Stardew-Valley-Mod-Manager/issues/new/choose) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...e-code/Mod Manager/Stardew Mod Manager/Forms/First Run/FirstRunSetup-Complete.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source-code/Mod Manager/Stardew Mod Manager/Forms/First Run/FirstRunSetup.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
source-code/Mod Manager/Stardew Mod Manager/Properties/Resources.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.