You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/release.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ different.
23
23
24
24
These apply to all projects:
25
25
26
-
- CHANGELOG.MD and NEWS.MD: Update the latest header, fix the order, remove empty sections and (re)group the entries if necessary.
26
+
-`CHANGELOG.MD` and `NEWS.MD`: Update the latest header, fix the order, remove empty sections and (re)group the entries if necessary.
27
27
- debian/changelog: Insert a new section for the new version with the tool `dch` or update the version of the existing last item if yet unreleased. Don't forget the revision after the version number!
28
28
29
29
### IntelMQ
@@ -68,12 +68,7 @@ rm -r build/
68
68
python3 setup.py sdist bdist_wheel
69
69
```
70
70
71
-
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -u __token__ -p $APITOKEN dist/intelmq...` (or set the API Token in `.pypirc`).
72
-
73
-
74
-
## Documentation
75
-
76
-
Since using mkdocs (see https://docs.intelmq.org) nothing needs to be done anymore.
71
+
* Upload the files including signatures to PyPI with e.g. twine: `twine upload dist/intelmq...` (set the API Token in `~/.pypirc`).
A solution allowing an IntelMQ setup with a complex contact database, managed by a web interface and sending out aggregated email reports. In different words: To send grouped notifications to network owners using SMTP.
56
+
A solution allowing an IntelMQ setup with a sophisticated contact database, managed by a web interface and sending out aggregated email reports. In different words: To send grouped notifications to network owners using SMTP.
59
57
60
58
Developed and maintained by [Intevation](https://intevation.de), initially funded by [BSI](https://bsi.bund.de/).
61
59
@@ -65,13 +63,16 @@ It consists of the following three components, which can also be used on their o
65
63
66
64
The certbund-contact consists of two IntelMQ expert bots, which fetch and process the information from the contact database, and scripts to import RIPE data into the contact database. Based on user-defined rules, the experts determine to which contact the event is to be sent to, and which e-mail template and attachment format to use.
67
65
66
+
The contact database handles contact information for Autonomous systems (AS), Network ranges (CIDR) and single IP addresses, and domains.
67
+
The component also includes scripts to import network information and contact data directly from RIPE.
Fody is a web based interface for Mailgen. It allows to read and edit contacts, query sent mails (tickets) and call up data from the PostgreSQL database.
73
74
74
-
It can also be used to just query the database without using Mailgen.
75
+
It can also be used to just query the IntelMQ Event database without using Mailgen.
A Grafana-based statistics portal for the `eventdb`{.interpreted-text role="doc"}. Can be integrated into do-portal. It uses aggregated data to serve statistical data quickly.
106
+
A Grafana-based statistics portal for the `eventdb`{.interpreted-text role="doc"}. It uses aggregated data to serve statistical data quickly.
0 commit comments