doc/documentation
Fernando Apesteguía bf79ecf9cf [phb:security] Fix vuln.xml testing procedure
Summary:
In [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562203]]
and [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562204]] the vuln.xml file was splitted by year.

As stated in the commit message, `pkg(8) audit` does not support entities and hence,
we need to use the vuln-flat.xml file to test changes to the port.

Test Plan:
* Try something like this:

```
$ pkg audit -f ./vuln.xml gitea-1.13.4
pkg: Syntax error while parsing vulnxml
pkg: cannot process vulnxml
```

and then:

```
$ pkg audit -f ./vuln-flat.xml gitea-1.13.4
0 problem(s) in 0 installed package(s) found.
```

After the patch:

* `igor` clean
* The documentation is rendered properly.

Reviewers: 0mp, gbe

Differential Revision: https://reviews.freebsd.org/D29219
2021-03-12 13:45:48 +01:00
..
archetypes Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
config/_default Add gitref macro to reference a git hash 2021-02-13 22:22:34 +01:00
content [phb:security] Fix vuln.xml testing procedure 2021-03-12 13:45:48 +01:00
manual-pages Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
static Update PGP key for rlibby@ 2021-03-11 00:17:40 -08:00
themes Remove the font size of filename class 2021-02-08 23:25:18 +01:00
tools Use @generated in generated files 2021-02-04 09:39:06 -05:00
.editorconfig Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
.gitignore build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00
beastie.png Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
Makefile Makefiles and FDP: Change python binary 2021-02-16 19:29:11 +01:00
README Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
shared build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://www.FreeBSD.org/doc/en/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.