elf-references: clarify name and descriptor stuff
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2022-08-13 15:16:29 +00:00
parent b9f03acc1d
commit cd6a28440e
1 changed files with 2 additions and 1 deletions

View File

@ -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