Update links on cortexutils README and setup.py files

This commit is contained in:
Nabil Adouani 2017-12-20 11:12:10 +01:00
parent 4e36c7676f
commit 62f096e093
2 changed files with 8 additions and 8 deletions

View File

@ -1,17 +1,17 @@
The following repository is used by [TheHive Project](https://thehive-project.org)
to develop and store [Cortex](https://github.com/CERT-BDF/Cortex/blob/master/README.md)
to develop and store [Cortex](https://github.com/TheHive-Project/Cortex/blob/master/README.md)
analyzers.
![](images/cortex-main.png)
Analyzers can be written in any programming language supported by Linux such
as Python, Ruby, Perl, etc. Refer to the [How to Write and Submit an Analyzer](https://github.com/CERT-BDF/CortexDocs/blob/master/api/how-to-create-an-analyzer.md)
as Python, Ruby, Perl, etc. Refer to the [How to Write and Submit an Analyzer](https://github.com/TheHive-Project/CortexDocs/blob/master/api/how-to-create-an-analyzer.md)
page for details on how to write and submit one.
To configure analyzers, please read the [Cortex Analyzer Requirements Guide](https://github.com/CERT-BDF/CortexDocs/blob/master/analyzer_requirements.md).
To configure analyzers, please read the [Cortex Analyzer Requirements Guide](https://github.com/TheHive-Project/CortexDocs/blob/master/analyzer_requirements.md).
# License
**Unless specified otherwise**, analyzers are released under the [AGPL](https://github.com/CERT-BDF/Cortex-analyzers/blob/master/LICENSE) (Affero General Public License).
**Unless specified otherwise**, analyzers are released under the [AGPL](https://github.com/TheHive-Project/Cortex-analyzers/blob/master/LICENSE) (Affero General Public License).
If an analyzer is released by its author under a different license, the subfolder corresponding to it will contain a *LICENSE* file.
@ -19,15 +19,15 @@ If an analyzer is released by its author under a different license, the subfolde
Information, news and updates are regularly posted on [TheHive Project Twitter account](https://twitter.com/thehive_project) and on [the blog](https://blog.thehive-project.org/).
# Contributing
We welcome your **[contributions for new analyzers](https://github.com/CERT-BDF/CortexDocs/blob/master/api/how-to-create-an-analyzer.md)**
that can take away the load off overworked fellow analysts or improvements to existing ones. Please feel free to fork the code, play with it, make some patches and send us pull requests using [issues](https://github.com/CERT-BDF/Cortex-analyzers/issues).
We welcome your **[contributions for new analyzers](https://github.com/TheHive-Project/CortexDocs/blob/master/api/how-to-create-an-analyzer.md)**
that can take away the load off overworked fellow analysts or improvements to existing ones. Please feel free to fork the code, play with it, make some patches and send us pull requests using [issues](https://github.com/TheHive-Project/Cortex-analyzers/issues).
**Important**: To make it easy for every one, please send **one** pull request per analyzer. It will help us reviewing the code, and merging as soon as feasible.
We do have a [Code of conduct](code_of_conduct.md). Make sure to check it out before contributing.
# Support
if you encounter an issue with an analyzer or would like to request a new one or an improvement to an existing analyzer, please open an issue on the [analyzers' dedicated GitHub repository](https://github.com/CERT-BDF/Cortex-Analyzers/issues/new).
if you encounter an issue with an analyzer or would like to request a new one or an improvement to an existing analyzer, please open an issue on the [analyzers' dedicated GitHub repository](https://github.com/TheHive-Project/Cortex-Analyzers/issues/new).
Alternatively, if you need to contact the project team, send an email to <support@thehive-project.org>.

View File

@ -8,7 +8,7 @@ setup(
author='TheHive-Project',
author_email='support@thehive-project.org',
license='AGPL-V3',
url='https://github.com/CERT-BDF/Cortex-Analyzers/tree/master/contrib',
url='https://github.com/TheHive-Project/Cortex-Analyzers/tree/master/contrib',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',