Joey Vagedes

Results 39 issues of Joey Vagedes

Cargo clippy offers many great suggestions to improve or simplify your code and should be ran during CI.

## Description Now that the tool is where it needs to be to provide 100% coverage for validating read / write sections of an efi image, it is time to...

impact:non-functional
language:python

### Feature Overview If a symbol is not properly aligned, padding will be inserted in between fields in the symbol. Coverage rules are already added to cover padding between sections...

type:feature-request
state:needs-triage
urgency:low

### Feature Overview The auxilliary File's size should be reduced if possible. While the size should never be an issue due to compression, we should still look into reducing the...

state:backlog
type:feature-request
urgency:low

### Feature Overview A more user friendly / feature rich data visualization tool that consumes the raw json data introduced in #411. This will make it easier to see which...

type:feature-request
state:needs-triage
urgency:medium

### Feature Overview Currently, when a validation rule from the Auxiliary file fails, we provide incosisent data that makes it difficult to debug. We need to update `BasePeCoffValidationLib.inf` (or the...

type:feature-request
state:needs-triage
urgency:medium

### Feature Overview In the scenario where post-execution image validation fails on an efi, debugging the exact symbol that is failing could be hard. Debugging messages give the offset of...

type:feature-request
state:needs-maintainer-feedback
state:needs-triage
urgency:medium

# Description Updates tools_def.template to stop merging the .rdata and .data sections by default during the build process. Previously, merging these sections caused symbols that were meant to be read-only...

impact:breaking-change
impact:security

## Description When generating the auxiliary file, we create a default value for each validation entry. Most of the time, this default value is all zeros. In a test case,...

impact:non-functional