generated from runelite/example-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #8 from EwyBoy/reformat
Refactored & reformatted repo
- Loading branch information
Showing
11 changed files
with
156 additions
and
139 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Friend's House # | ||
|
||
Friend's House is open-source distributed under the [BSD 2-Clause License](https://github.com/EwyBoy/Friends-House/blob/master/LICENSE). | ||
Friend's House is open-source distributed under | ||
the [BSD 2-Clause License](https://github.com/EwyBoy/Friends-House/blob/master/LICENSE). | ||
|
||
I encourage you to contribute your ideas, code and problems you may experience while using Friends-House. | ||
There are several ways for you to contribute to the project. | ||
|
||
If you want to contribute have a look at the [Project Table](https://github.com/EwyBoy/Friends-House/projects/1?fullscreen=true) and look for the `Help Wanted` tag. | ||
If you want to contribute have a look at | ||
the [Project Table](https://github.com/EwyBoy/Friends-House/projects/1?fullscreen=true) and look for the `Help Wanted` | ||
tag. | ||
|
||
* Contribute by sharing your ideas as feature requests [here](https://github.com/EwyBoy/Friends-House/issues/new?assignees=EwyBoy&labels=Compatibility+Request&template=compatibility-request.md&title=%5BCompatibility%5D+MOD-NAME). | ||
* Contribute by reporting any issues or bugs you may encounter [here](https://github.com/EwyBoy/Friends-House/issues/new?assignees=EwyBoy&labels=bug&template=bug_report.md&title=%5BBug%5D+Relevant+title+here) | ||
* Contribute by developing for Friends-House by making a pull-request [here](https://github.com/EwyBoy/Friends-House/pulls) | ||
* Contribute by sharing your ideas as feature | ||
requests [here](https://github.com/EwyBoy/Friends-House/issues/new?assignees=EwyBoy&labels=Compatibility+Request&template=compatibility-request.md&title=%5BCompatibility%5D+MOD-NAME). | ||
* Contribute by reporting any issues or bugs you may | ||
encounter [here](https://github.com/EwyBoy/Friends-House/issues/new?assignees=EwyBoy&labels=bug&template=bug_report.md&title=%5BBug%5D+Relevant+title+here) | ||
* Contribute by developing for Friends-House by making a | ||
pull-request [here](https://github.com/EwyBoy/Friends-House/pulls) | ||
|
||
All help is very much appreciated. | ||
All help is very much appreciated. | ||
|
||
-Ewy |
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 |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
|
||
## Overview | ||
|
||
Thank you for using and contributing to the "Friend's House" RuneLite plugin. I take security seriously and appreciate your efforts to responsibly disclose vulnerabilities. This document outlines my policies and procedures for handling security-related issues. | ||
Thank you for using and contributing to the "Friend's House" RuneLite plugin. I take security seriously and appreciate | ||
your efforts to responsibly disclose vulnerabilities. This document outlines my policies and procedures for handling | ||
security-related issues. | ||
|
||
## Supported Versions | ||
|
||
|
@@ -16,16 +18,19 @@ If you discover a security vulnerability in the "Friend's House" plugin, please | |
2. Email the details of the vulnerability to me at [email](mailto:[email protected]). | ||
|
||
Please include the following information in your report: | ||
|
||
- A description of the vulnerability and its potential impact. | ||
- Steps to reproduce the vulnerability. | ||
- Any proof-of-concept code or screenshots. | ||
- Your contact information. | ||
|
||
I will acknowledge receipt of your report within 48 hours and will strive to provide a detailed response within 5 business days. | ||
I will acknowledge receipt of your report within 48 hours and will strive to provide a detailed response within 5 | ||
business days. | ||
|
||
## Handling Security Issues | ||
|
||
I will: | ||
|
||
1. Investigate the reported vulnerability. | ||
2. Confirm the vulnerability. | ||
3. Develop a fix or mitigation. | ||
|
@@ -35,6 +40,7 @@ I will: | |
## Security Best Practices | ||
|
||
To ensure the security of your own use of the "Friend's House" plugin, please: | ||
|
||
- Always use the latest version of the plugin. | ||
- Regularly check for updates and apply them promptly. | ||
- Report any suspected vulnerabilities immediately. | ||
|
@@ -45,4 +51,6 @@ If you have any questions or need further information, please contact me at [ema | |
|
||
## Disclaimer | ||
|
||
While I make every effort to ensure the security of the "Friend's House" plugin, security vulnerabilities are a reality of software development. Users are encouraged to take their own precautions and stay informed about best security practices. | ||
While I make every effort to ensure the security of the "Friend's House" plugin, security vulnerabilities are a reality | ||
of software development. Users are encouraged to take their own precautions and stay informed about best security | ||
practices. |
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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
plugins { | ||
id 'java' | ||
id 'java' | ||
} | ||
|
||
repositories { | ||
mavenLocal() | ||
maven { | ||
url = 'https://repo.runelite.net' | ||
} | ||
mavenCentral() | ||
mavenLocal() | ||
maven { | ||
url = 'https://repo.runelite.net' | ||
} | ||
mavenCentral() | ||
} | ||
|
||
def runeLiteVersion = 'latest.release' | ||
|
||
dependencies { | ||
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion | ||
compileOnly group: 'net.runelite', name: 'client', version: runeLiteVersion | ||
|
||
compileOnly 'org.projectlombok:lombok:1.18.30' | ||
annotationProcessor 'org.projectlombok:lombok:1.18.30' | ||
compileOnly 'org.projectlombok:lombok:1.18.30' | ||
annotationProcessor 'org.projectlombok:lombok:1.18.30' | ||
|
||
testImplementation 'junit:junit:4.12' | ||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion | ||
testImplementation group: 'net.runelite', name:'jshell', version: runeLiteVersion | ||
testImplementation 'junit:junit:4.12' | ||
testImplementation group: 'net.runelite', name: 'client', version: runeLiteVersion | ||
testImplementation group: 'net.runelite', name: 'jshell', version: runeLiteVersion | ||
} | ||
|
||
group = 'com.ewyboy' | ||
version = '1.0.0' | ||
|
||
tasks.withType(JavaCompile) { | ||
options.encoding = 'UTF-8' | ||
options.release.set(11) | ||
options.encoding = 'UTF-8' | ||
options.release.set(11) | ||
} |
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
Oops, something went wrong.