mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-21 23:50:41 +08:00

Used to create a public record. new file: bugxml/README new file: bugxml/bugrecord.py new file: bugxml/data.template new file: bugxml/data.txt new file: bugxml/readbugs.py
19 lines
559 B
Plaintext
19 lines
559 B
Plaintext
|
|
The files here are for maintaining a list of bugs
|
|
fixed so html and xml can be posted to prevanders.net
|
|
and CVE (see cert.org) issues can reference a public
|
|
database.
|
|
|
|
This is intended mainly for bugs that can result in
|
|
application crashes as such can represent a vulnerability
|
|
that can be exploited.
|
|
Bugs that result simply in errors in output (but no crash)
|
|
will typically not be mentioned.
|
|
|
|
It is a bit experimental.
|
|
It may be that the data will be changed radically
|
|
or moved elsewhere when that becomes appropriate.
|
|
|
|
David Anderson
|
|
Created: 2016-05-03.
|