defensive-coding-guide/en-US/Book_Info.xml

30 lines
1 KiB
XML
Raw Normal View History

2013-03-11 18:11:16 -04:00
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo id="book-Defensive_Coding">
<title>Defensive Coding</title>
<subtitle>A Guide to Improving Software Security</subtitle>
2013-03-11 18:35:45 -04:00
<edition>1</edition>
2013-05-09 10:44:36 -04:00
<pubsnumber>1</pubsnumber>
2017-03-31 08:10:09 +02:00
<productname>Unofficial fork</productname>
2013-03-11 18:11:16 -04:00
<productnumber></productnumber>
<abstract>
<para>
This document provides guidelines for improving software
security through secure coding. It covers common
programming languages and libraries, and focuses on
concrete recommendations.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
2013-03-11 18:11:16 -04:00
</imageobject>
</inlinemediaobject>
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>