From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4ECCE3858D39; Wed, 15 Mar 2023 15:25:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4ECCE3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678893949; bh=dqjLPc26aFqMIA8S7nKbc/dxAs3WCgZ+26CPwr1WdY4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XmVAJDxzJcmjMwr2xhU58EpB5ntqzKtrss352FMT6lArij2R4HqUy9sdMJHsdZHLA CitxcVawT7kk7YPNUwmO8i89vrbNC77Aed3qiKCkRN6pmhgDm0hBlYFVSjtZT9bxWP hB/eVzndcx3FEIJvhEll5yLyFpkI2ZpNxuM5STy0= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/105909] RFE: SARIF output could contain metadata about limitations of the analysis Date: Wed, 15 Mar 2023 15:25:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105909 --- Comment #1 from David Malcolm --- Perhaps via 3.58 notification object: https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc= 34317894 which: "describes a condition encountered during the execution of an analys= is tool which is relevant to the operation of the tool itself, as opposed to b= eing relevant to an artifact being analyzed by the tool." See "Appendix I. (Informative) Detecting incomplete result sets": =20 https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc= 34317946=