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
|
Source: golang-github-jasonish-go-idsrules
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jasonish-go-idsrules
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jasonish-go-idsrules.git
Homepage: https://github.com/jasonish/go-idsrules
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jasonish/go-idsrules
Package: golang-github-jasonish-go-idsrules-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-stretchr-testify-dev
Description: Go IDS rule parser
This package provides a parser for Suricata and Snort style IDS rules.
This means it contains Go data structures to represent such rules as
well as the necessary code to parse text input into these structures,
e.g. via an io.Reader.
|