mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-04 09:07:27 -08:00
Adding CPE for dev-libs/libnl that our automation found existed in the CPE Dictionary so it can be covered by security scanning. Closes: https://bugs.gentoo.org/955255 Signed-off-by: Michael Kochera <kochera@google.com> Part-of: https://github.com/gentoo/gentoo/pull/42010 Closes: https://github.com/gentoo/gentoo/pull/42010 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
588 B
XML
17 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>netmon@gentoo.org</email>
|
|
<name>Gentoo network monitoring and analysis project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="python">Install experimental <pkg>dev-lang/python</pkg> bindings</flag>
|
|
<flag name="utils">Install command line interface utils</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">thom311/libnl</remote-id>
|
|
<remote-id type="cpe">cpe:/a:libnl_project:libnl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|