Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

feat: added byte parsing for asmf bodies

d050573
Select commit
Loading
Failed to load commit list.
Merged

[feat] Better IR #37

feat: added byte parsing for asmf bodies
d050573
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codacy Production / Codacy Static Code Analysis required action Dec 18, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 41 in tests/main.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/main.c#L41

Check when opening files - can an attacker redirect it (via symlinks), force the opening of special file type (e.g., device files), move things around to create a race condition, control its ancestors, or change its contents? (CWE-362).  

Check warning on line 41 in tests/main.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/main.c#L41

Usage of the `open` family of functions may hint at a potential Time Of Check Time Of Use (TOCTOU) vulnerability.