File: control

package info (click to toggle)
golang-github-mattermost-xml-roundtrip-validator 0.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
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
Source: golang-github-mattermost-xml-roundtrip-validator
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.1
Homepage: https://github.com/mattermost/xml-roundtrip-validator
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattermost-xml-roundtrip-validator
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattermost-xml-roundtrip-validator.git
XS-Go-Import-Path: github.com/mattermost/xml-roundtrip-validator
Testsuite: autopkgtest-pkg-go

Package: golang-github-mattermost-xml-roundtrip-validator-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Multi-Arch: foreign
Description: mitigations for multiple security issues in encoding/xml
 This package implements mitigations for multiple security issues in
 Go's encoding/xml.
 .
 Applications that use encoding/xml for security-critical operations,
 such as XML signature validation and SAML, may use the Validate and
 ValidateAll functions to avoid impact from malicious XML inputs.