From cd6a28440e7a692e84e171532f9fbbe3659f8e8b Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 13 Aug 2022 15:16:29 +0000 Subject: [PATCH] elf-references: clarify name and descriptor stuff --- content/specs/elf-references.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/specs/elf-references.md b/content/specs/elf-references.md index 3edfb2e..e1f7b8f 100644 --- a/content/specs/elf-references.md +++ b/content/specs/elf-references.md @@ -32,7 +32,8 @@ correlation between ELF binaries and their SBOM. ## The ELF `.reference` note The `.reference` note is an `SHT_NOTE` typed section, with -the assigned section name `.reference`, with two sections. +the assigned section name `.reference` featuring an optional +name and required descriptor. `SHT_NOTE` sections are described on page 2-4 of the [ELF specification][elf], and the `.reference` note follows