mirror of
https://github.com/OISF/suricata.git
synced 2026-05-28 04:32:12 -04:00
userguide: update references to Suricata website
Many places were still referencing the old Suricata page. Used git grep with replace to update them. Checked that new links work. Left old references when they were only documentation examples (for output or unittests). Task#4915
This commit is contained in:
parent
7b20488d4e
commit
de0ce26e3f
15 changed files with 21 additions and 21 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
|
@ -8,7 +8,7 @@ Contribution Agreement
|
|||
|
||||
Before accepting your pull requests we need you or your organization to sign our contribution agreement.
|
||||
|
||||
We do this to keep the ownership of Suricata in one hand: the Open Information Security Foundation. See https://suricata-ids.org/about/open-source/ and https://suricata-ids.org/about/contribution-agreement/
|
||||
We do this to keep the ownership of Suricata in one hand: the Open Information Security Foundation. See https://suricata.io/about/open-source/ and https://suricata.io/about/contribution-agreement/
|
||||
|
||||
Contribution Process
|
||||
--------------------
|
||||
|
|
@ -34,5 +34,5 @@ On a high level, the steps are:
|
|||
Questions
|
||||
---------
|
||||
|
||||
If you have questions about contributing, please contact us via https://suricata-ids.org/support/
|
||||
If you have questions about contributing, please contact us via https://suricata.io/support/
|
||||
|
||||
|
|
|
|||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
Make sure these boxes are signed before submitting your Pull Request -- thank you.
|
||||
|
||||
- [ ] I have read the contributing guide lines at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing
|
||||
- [ ] I have signed the Open Information Security Foundation contribution agreement at https://suricata-ids.org/about/contribution-agreement/
|
||||
- [ ] I have signed the Open Information Security Foundation contribution agreement at https://suricata.io/about/contribution-agreement/
|
||||
- [ ] I have updated the user guide (in doc/userguide/) to reflect the changes made (if applicable)
|
||||
|
||||
Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket:
|
||||
|
|
|
|||
|
|
@ -115,4 +115,4 @@ A: If you really think it is, we can discuss how to improve it. But don't come t
|
|||
|
||||
__Q: do you require signing of a contributor license agreement?__
|
||||
|
||||
A: Yes, we do this to keep the ownership of Suricata in one hand: the Open Information Security Foundation. See http://suricata-ids.org/about/open-source/ and http://suricata-ids.org/about/contribution-agreement/
|
||||
A: Yes, we do this to keep the ownership of Suricata in one hand: the Open Information Security Foundation. See http://suricata.io/about/open-source/ and http://suricata.io/about/contribution-agreement/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Team:
|
||||
https://suricata-ids.org/about/team/
|
||||
https://suricata.io/about/team/
|
||||
|
||||
All contributors:
|
||||
https://www.ohloh.net/p/suricata-engine/contributors/summary
|
||||
|
|
|
|||
2
doc/NEWS
2
doc/NEWS
|
|
@ -1 +1 @@
|
|||
https://suricata-ids.org/news/
|
||||
https://suricata.io/news/
|
||||
|
|
|
|||
2
doc/TODO
2
doc/TODO
|
|
@ -1,3 +1,3 @@
|
|||
Plenty, and you're welcome to help!
|
||||
|
||||
https://suricata-ids.org/participate/
|
||||
https://suricata.io/participate/
|
||||
|
|
|
|||
|
|
@ -2349,4 +2349,4 @@ States are allocated as follows: for each detect script a state is used per
|
|||
detect thread. For each output script, a single state is used. Keep in
|
||||
mind that a rule reload temporary doubles the states requirement.
|
||||
|
||||
.. _deprecation policy: https://suricata-ids.org/about/deprecation-policy/
|
||||
.. _deprecation policy: https://suricata.io/about/deprecation-policy/
|
||||
|
|
|
|||
|
|
@ -84,8 +84,8 @@ NOTES
|
|||
|
||||
* Suricata Home Page
|
||||
|
||||
https://suricata-ids.org/
|
||||
https://suricata.io/
|
||||
|
||||
* Suricata Support Page
|
||||
|
||||
https://suricata-ids.org/support/
|
||||
https://suricata.io/support/
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@ NOTES
|
|||
|
||||
* Suricata Home Page
|
||||
|
||||
https://suricata-ids.org/
|
||||
https://suricata.io/
|
||||
|
||||
* Suricata Support Page
|
||||
|
||||
https://suricata-ids.org/support/
|
||||
https://suricata.io/support/
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ NOTES
|
|||
|
||||
* Suricata Home Page
|
||||
|
||||
https://suricata-ids.org/
|
||||
https://suricata.io/
|
||||
|
||||
* Suricata Support Page
|
||||
|
||||
https://suricata-ids.org/support/
|
||||
https://suricata.io/support/
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ NOTES
|
|||
|
||||
* Suricata Home Page
|
||||
|
||||
https://suricata-ids.org/
|
||||
https://suricata.io/
|
||||
|
||||
* Suricata Support Page
|
||||
|
||||
https://suricata-ids.org/support/
|
||||
https://suricata.io/support/
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ https://en.wikipedia.org/wiki/IEEE_802.1ad) most implementations only add
|
|||
inner one has different VLAN tags it will still end up in the same queue in
|
||||
**cluster_qm** mode. This was observed with the i40e driver up to 2.8.20 and
|
||||
the firmare version up to 7.00, feel free to report if newer versions have
|
||||
fixed this (see https://suricata-ids.org/support/).
|
||||
fixed this (see https://suricata.io/support/).
|
||||
|
||||
|
||||
If you want to use **tshark** to get an overview of the traffic direction use
|
||||
|
|
@ -172,7 +172,7 @@ fair amount of load should still be seen. If the load is still very high and
|
|||
drops are seen and the hardware should be capable to deal with such traffic
|
||||
loads you should deep dive if there is any specific traffic issue (see above)
|
||||
or report the performance issue so it can be investigated (see
|
||||
https://suricata-ids.org/support/).
|
||||
https://suricata.io/join-our-community/).
|
||||
|
||||
Suricata also provides several specific traffic related signatures in the rules
|
||||
folder that could be enabled for testing to spot specific traffic issues. Those
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ Bypass a flow on matching http traffic.
|
|||
|
||||
Example::
|
||||
|
||||
alert http any any -> any any (content:"suricata-ids.org"; \
|
||||
alert http any any -> any any (content:"suricata.io"; \
|
||||
http_host; bypass; sid:10001; rev:1;)
|
||||
|
|
|
|||
|
|
@ -104,4 +104,4 @@ Removals
|
|||
- ``file-log``, the non-EVE JSON file log. Use EVE.files instead.
|
||||
- ``drop-log``, the non-EVE JSON drop log.
|
||||
|
||||
See https://suricata-ids.org/about/deprecation-policy/
|
||||
See https://suricata.io/about/deprecation-policy/
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ setup(
|
|||
version=version,
|
||||
author='OISF Developers, Eric Leblond',
|
||||
author_email='oisf-devel@lists.openinfosecfoundation.org, eric@regit.org',
|
||||
url='https://www.suricata-ids.org/',
|
||||
url='https://www.suricata.io/',
|
||||
packages=[
|
||||
"suricata",
|
||||
"suricata.config",
|
||||
|
|
|
|||
Loading…
Reference in a new issue