Skip to content

Commit 9d6868b

Browse files
authored
Merge pull request #329 from intelowlproject/develop
1.3.3
2 parents 0619c44 + f19893e commit 9d6868b

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

.github/.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ repos:
33
rev: 5.0.4
44
hooks:
55
- id: flake8
6-
exclude: docs/conf.py
76
args: ["--config", ".github/configurations/python_linters/.flake8"]
87

98
- repo: https://github.com/pycqa/isort

.github/configurations/python_linters/requirements-linters.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.3.0
1+
black==24.3.0
22
isort==5.12.0
33
flake8==5.0.4
44
flake8-django==1.1.5

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="docs/static/greedybear.png" width=350 height=404 alt="GreedyBear"/></p>
1+
<p align="center"><img src="static/greedybear.png" width=350 height=404 alt="GreedyBear"/></p>
22

33
# GreedyBear
44
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/intelowlproject/Greedybear)](https://github.com/intelowlproject/Greedybear/releases)
@@ -50,15 +50,15 @@ To install it locally, Please refer to our [installation guide](https://intelowl
5050

5151
#### Certego
5252

53-
<a href="https://www.certego.net/?utm_source=greedybear"> <img style="margin-right: 2px" width=250 height=71 src="docs/static/Certego.png" alt="Certego Logo"/></a>
53+
<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>
5454

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

5757
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.
5858

5959
#### The Honeynet Project
6060

61-
<a href="https://www.honeynet.org"> <img style="border: 0.2px solid black" width=125 height=125 src="docs/static/honeynet_logo.png" alt="Honeynet.org logo"> </a>
61+
<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>
6262

6363
[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.
6464

static/Certego.png

52.6 KB
Loading

static/greedybear.png

289 KB
Loading

static/honeynet_logo.png

19.9 KB
Loading

0 commit comments

Comments
 (0)