Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 1b3b4d1

Browse files
committed
2 parents d52ddf7 + 75251a6 commit 1b3b4d1

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.github/ISSUE_TEMPLATE

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
This issue tracker is primarily used to track issues that need to be fixed and are added to our Roadmap:
2-
https://github.com/Security-Onion-Solutions/security-onion/wiki/Roadmap
1+
PLEASE STOP AND READ THIS INFORMATION!
32

43
If you are creating an issue just to ask a question, you will likely get faster and better responses by posting to our mailing list instead:
5-
https://github.com/Security-Onion-Solutions/security-onion/wiki/MailingLists
4+
https://securityonion.net/docs/mailing-lists
65

76
If you have found a bug in Security Onion, you can continue with creating an issue here, but please make sure you have done the following:
87
- duplicated the issue on a fresh installation of the latest version

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
First, thanks for being a part of the Security Onion community! We appreciate any and all contributions!
44

55
#### Mailing List
6-
The biggest thing that we need help with right now is supporting users on the [security-onion group](https://groups.google.com/forum/#!forum/security-onion). Please see the [group guidelines](https://github.com/Security-Onion-Solutions/security-onion/wiki/MailingLists).
6+
The biggest thing that we need help with right now is supporting users on the [security-onion group](https://groups.google.com/forum/#!forum/security-onion). Please see the [group guidelines](https://securityonion.net/docs/MailingLists).
77

88
#### QA
99
We ask for testing before we release updates. Please join our [security-onion-testing group](https://groups.google.com/forum/#!forum/security-onion-testing) and help us avoid regressions!
1010

1111
#### **Did you find a bug?**
1212

13-
* **Do not open up a GitHub issue if the bug is a security vulnerability in Security Onion**, and instead refer to [security](https://github.com/Security-Onion-Solutions/security-onion/wiki/Security).
13+
* **Do not open up a GitHub issue if the bug is a security vulnerability in Security Onion**, and instead refer to https://securityonion.net/docs/Security.
1414

1515
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Security-Onion-Solutions/security-onion/issues).
1616

1717
* If you're unable to find an open issue addressing the problem, send a detailed email to the [security-onion group](https://groups.google.com/forum/#!forum/security-onion). We'll triage the issue and then open a Github Issue if necessary.
1818

1919
#### **Want to help us work on issues?**
2020

21-
* We've put issues on the [Roadmap](https://github.com/Security-Onion-Solutions/security-onion/wiki/Roadmap) in a rough order of prioritization and scheduling. Issues listed under a certain month are already being worked on. Take a look at the issues under "Beyond" and see if there are issues you are interested in tackling. Please keep in mind that some of these issues may be older and thus no longer accurate or applicable. When in doubt, please feel free to reach out to the [security-onion group](https://groups.google.com/forum/#!forum/security-onion) for clarification and guidance.
21+
* Take a look at the unassigned issues at https://github.com/Security-Onion-Solutions/security-onion/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+no%3Aassignee and see if there are issues you are interested in tackling. Please keep in mind that some of these issues may be older and thus no longer accurate or applicable. When in doubt, please feel free to reach out to the [security-onion group](https://groups.google.com/forum/#!forum/security-onion) for clarification and guidance.
2222

2323
#### **Are you looking for source code?**
2424

@@ -34,7 +34,7 @@ Docker images can be found at [https://hub.docker.com/u/securityonionsolutions/]
3434

3535
#### **Do you want to contribute to the Security Onion documentation?**
3636

37-
* If you want to add or make changes to the [wiki](https://github.com/Security-Onion-Solutions/security-onion/wiki), please send modifications to the [security-onion group](https://groups.google.com/forum/#!forum/security-onion) and we'll review and post.
37+
* If you want to add or make changes to the [documentation](https://securityonion.net/docs), please see https://securityonion.readthedocs.io/en/latest/about.html#contributing.
3838

3939
Thanks! :heart: :heart: :heart:
4040

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
## Security Onion
22
Security Onion is a free and open source Linux distribution for intrusion detection, enterprise security monitoring, and log management. It includes Elasticsearch, Logstash, Kibana, Snort, Suricata, Bro, OSSEC, Sguil, Squert, NetworkMiner, and many other security tools. The easy-to-use Setup wizard allows you to build an army of distributed sensors for your enterprise in minutes!
33

4-
For more information about Security Onion, please see our [main website](https://securityonion.net), [blog](https://blog.securityonion.net), and [wiki](https://github.com/Security-Onion-Solutions/security-onion/wiki).
4+
For more information about Security Onion, please see our [main website](https://securityonion.net), [blog](https://blog.securityonion.net), and [docs](https://securityonion.net/docs).
55

66
#### This Repo
7-
This repo contains the [ISO image](https://github.com/Security-Onion-Solutions/security-onion/blob/master/Verify_ISO.md), [Wiki](https://github.com/Security-Onion-Solutions/security-onion/wiki), and [Roadmap](https://github.com/Security-Onion-Solutions/security-onion/wiki/Roadmap) for [Security Onion](https://securityonion.net/).
7+
This repo contains the [ISO image](https://github.com/Security-Onion-Solutions/security-onion/blob/master/Verify_ISO.md) and tracks [issues](https://github.com/Security-Onion-Solutions/security-onion/issues) for [Security Onion](https://securityonion.net/).
88

99
#### Want to download and verify the Security Onion ISO image?
1010
Please proceed to the [Verify_ISO](https://github.com/Security-Onion-Solutions/security-onion/blob/master/Verify_ISO.md) page.
1111

1212
#### Looking for documentation?
13-
Please proceed to the [Wiki](https://github.com/Security-Onion-Solutions/security-onion/wiki).
13+
[![Documentation Status](https://readthedocs.org/projects/securityonion/badge/?version=latest)](https://securityonion.readthedocs.io/en/latest/?badge=latest)
1414

1515
#### Need Help?
16-
Please proceed to the [Help page](https://github.com/Security-Onion-Solutions/security-onion/wiki/Help).
16+
Please proceed to the [Help page](https://securityonion.net/docs/help).
1717

1818
#### Have Questions?
19-
Please send questions to the [Security Onion mailing list](https://github.com/Security-Onion-Solutions/security-onion/wiki/MailingLists).
19+
Please send questions to the [Security Onion mailing list](https://securityonion.net/docs/MailingLists).
2020

2121
#### Want to see what lies ahead for Security Onion?
22-
Please proceed to the [Roadmap](https://github.com/Security-Onion-Solutions/security-onion/wiki/Roadmap).
22+
Please proceed to the [Projects](https://github.com/Security-Onion-Solutions/security-onion/projects) page.
2323

2424
#### Looking for source code?
2525
This repo stores no source code. You can get the source for any of our packages by doing the following at a terminal (replacing PACKAGE-NAME with the name of the package that you want the source for):
@@ -28,3 +28,6 @@ apt-get source PACKAGE-NAME
2828
```
2929

3030
Some of our packages have their own Github repos at [Security-Onion-Solutions](https://github.com/Security-Onion-Solutions).
31+
32+
#### Security Onion Solutions
33+
Looking for training, professional services, or hardware appliances? Check out https://securityonionsolutions.com.

0 commit comments

Comments
 (0)