<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE testcases SYSTEM "http://samate.nist.gov/SRD/DTD/testcases.dtd">
<!-- The full directory -->
<container>
	<testcase>
		<!--
			Field for some meta data, the SRD don't
			really care about that, but it may be useful
			for the users
		-->
		<meta-data>
			<!-- Sample of meta-data which will not be parsed by our tool -->
			<author>James Walden</author>
			<date>2006/08/15</date>
		</meta-data>

		<!-- Basic file structure -->
		<file path="klogd.c" language="C">
			<flaw line="612" name="Format String Vulnerability" />
		</file>

		<file path="Makefile" />
		<file path="README" />
		<!-- Include files needed for compilation -->
		<file path="klogd.h" language="C" />
		<file path="ksyms.h" language="C" />
		<file path="my-include.h" language="C" />
	</testcase>
</container>
