mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
14 lines
609 B
XML
14 lines
609 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@aisha.cc</email>
|
|
<name>Aisha Tammy</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="safe-data">sensitive information is cleared on completion of a function call</flag>
|
|
<flag name="safe-lookup">lookups which depend on sensitive information are implemented with constant time functions</flag>
|
|
<flag name="safe-param">input parameters are checked, looking generally for NULL pointers or an incorrect input length</flag>
|
|
</use>
|
|
</pkgmetadata>
|