Skip to content

Commit

Permalink
Add support for reading ELF package notes with section header (#2939)
Browse files Browse the repository at this point in the history
* add support for reading ELF package notes with section header

Signed-off-by: Alex Goodman <[email protected]>

* add systemd elf package fields to json schema

Signed-off-by: Alex Goodman <[email protected]>

---------

Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Jun 7, 2024
1 parent bc20e66 commit 254a562
Show file tree
Hide file tree
Showing 10 changed files with 2,861 additions and 68 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package internal
const (
// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "16.0.13"
JSONSchemaVersion = "16.0.14"
)
Loading

0 comments on commit 254a562

Please sign in to comment.