blob: 876624f9557c65aef87afb161d95dff501812f3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Source: suricata-update
Maintainer: Sascha Steinbiss <satta@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-yaml,
python3-pytest,
ca-certificates,
help2man
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata-update
Vcs-Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata-update.git
Homepage: https://github.com/OISF/suricata-update
Package: suricata-update
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
ca-certificates,
python3-yaml
Description: tool for updating Suricata rules
suricata-update is a tool to easily and reliably fetch and update rule sets
for the Suricata IDS/IPS system. It queries external upstream rule sources
such as Emerging Threat/Proofpoint's rule sets and others, taking into
account user accounts and preferences, and merges all rules into one file
to be loaded into Suricata.
|