Re: [PATCH 11/49] Add diagnostic_metadata and CWE support

2019-12-13 Thread David Malcolm
On Fri, 2019-12-13 at 09:43 -0700, Martin Sebor wrote: > On 12/12/19 7:59 PM, David Malcolm wrote: > > On Wed, 2019-12-04 at 10:36 -0700, Martin Sebor wrote: > > > On 11/15/19 6:22 PM, David Malcolm wrote: > > > > This patch adds support for associating a diagnostic with an > > > > optional > > > >

Re: [PATCH 11/49] Add diagnostic_metadata and CWE support

2019-12-13 Thread Martin Sebor
On 12/12/19 7:59 PM, David Malcolm wrote: On Wed, 2019-12-04 at 10:36 -0700, Martin Sebor wrote: On 11/15/19 6:22 PM, David Malcolm wrote: This patch adds support for associating a diagnostic with an optional diagnostic_metadata object, so that plugins can add extra data to their diagnostics (e

Re: [PATCH 11/49] Add diagnostic_metadata and CWE support

2019-12-12 Thread David Malcolm
On Wed, 2019-12-04 at 10:36 -0700, Martin Sebor wrote: > On 11/15/19 6:22 PM, David Malcolm wrote: > > This patch adds support for associating a diagnostic with an > > optional > > diagnostic_metadata object, so that plugins can add extra data to > > their > > diagnostics (e.g. mapping a diagnostic

Re: [PATCH 11/49] Add diagnostic_metadata and CWE support

2019-12-04 Thread Martin Sebor
On 11/15/19 6:22 PM, David Malcolm wrote: This patch adds support for associating a diagnostic with an optional diagnostic_metadata object, so that plugins can add extra data to their diagnostics (e.g. mapping a diagnostic to a taxonomy or coding standard such as from CERT or MISRA). Currently t

[PATCH 11/49] Add diagnostic_metadata and CWE support

2019-11-15 Thread David Malcolm
This patch adds support for associating a diagnostic with an optional diagnostic_metadata object, so that plugins can add extra data to their diagnostics (e.g. mapping a diagnostic to a taxonomy or coding standard such as from CERT or MISRA). Currently this only supports associating a CWE identifi