mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
17 lines
709 B
XML
17 lines
709 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>robbat2@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>RATS - Rough Auditing Tool for Security - is an open source
|
|
tool developed and maintained by Secure Software security engineers. RATS
|
|
is a tool for scanning C, C++, Perl, PHP and Python source code and
|
|
flagging common security related programming errors such as buffer
|
|
overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">andrew-d/rough-auditing-tool-for-security</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|