Skip to content

Commit 7d00b18

Browse files
authored
Merge pull request #514 from intelowlproject/develop
1.6.2
2 parents 04aee42 + afa9135 commit 7d00b18

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.env_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COMPOSE_FILE=docker/default.yml:docker/local.override.yml
1313
#COMPOSE_FILE=docker/default.yml:docker/local.override.yml:docker/elasticsearch.yml
1414

1515
# If you want to run a specific version, populate this
16-
# REACT_APP_INTELOWL_VERSION="1.6.1"
16+
# REACT_APP_INTELOWL_VERSION="1.6.2"

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,28 @@ In this way, you are able to provide new feeds of your own.
4545

4646
To install it locally, Please refer to our [installation guide](https://intelowlproject.github.io/docs/GreedyBear/Installation/)
4747

48-
## Sponsors
48+
## Sponsors and Acknowledgements
4949

5050
#### Certego
5151

5252
<a href="https://www.certego.net/?utm_source=greedybear"> <img style="margin-right: 2px" width=250 height=71 src="static/Certego.png" alt="Certego Logo"/></a>
5353

5454
[Certego](https://www.certego.net/?utm_source=greedybear) is a MDR (Managed Detection and Response) and Threat Intelligence Provider based in Italy.
5555

56-
Started as a personal Christmas project from [Matteo Lodi](https://twitter.com/matte_lodi), since then GreedyBear is being improved mainly thanks to the efforts of the Certego Threat Intelligence Team.
56+
Started as a personal Christmas project from [Matteo Lodi](https://twitter.com/matte_lodi), since then GreedyBear is being maintained mainly thanks to the efforts of the Certego Threat Intelligence Team.
5757

5858
#### The Honeynet Project
5959

6060
<a href="https://www.honeynet.org"> <img style="border: 0.2px solid black" width=125 height=125 src="static/honeynet_logo.png" alt="Honeynet.org logo"> </a>
6161

6262
[The Honeynet Project](https://www.honeynet.org) is a non-profit organization working on creating open source cyber security tools and sharing knowledge about cyber threats.
6363

64+
Thanks to [The Honeynet Project](https://www.honeynet.org) we are providing free public feeds available [here](https://greedybear.honeynet.org).
65+
6466
#### DigitalOcean
6567

66-
In 2022 we joined the official [DigitalOcean Open Source Program](https://www.digitalocean.com/open-source?utm_medium=opensource&utm_source=IntelOwl).
68+
In 2022 we joined the official [DigitalOcean Open Source Program](https://www.digitalocean.com/open-source?utm_medium=opensource&utm_source=IntelOwl).
69+
70+
#### Key Contributor
71+
72+
Special thanks to [Tim](https://github.com/regulartim) for having greatly improved the project and added Machine Learning Models during his master thesis.

docker/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_GREEDYBEAR_VERSION="1.6.1"
1+
REACT_APP_GREEDYBEAR_VERSION="1.6.2"

requirements/project-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
celery==5.5.2
22

33
# if you change this, update the documentation
4-
elasticsearch-dsl==8.17.1
4+
elasticsearch-dsl==8.18.0
55

66
Django==4.2.20
77
djangorestframework==3.16.0
@@ -16,7 +16,7 @@ slack-sdk==3.35.0
1616
uwsgitop==0.12
1717
uwsgi==2.0.29
1818

19-
joblib==1.4.2
19+
joblib==1.5.0
2020
pandas==2.2.3
2121
scikit-learn==1.6.1
2222
numpy==2.2.4

0 commit comments

Comments
 (0)