Mining/pkg
Claude 3ef84c6166
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(ueps): guard tagValue index access against zero-length TLV values
A malformed frame with length 0 for any single-byte tag (TagVersion,
TagCurrentLayer, TagTargetLayer, TagIntent) or fewer than 2 bytes for
TagThreatScore caused a runtime panic (index out of range) on untrusted
input. Added len(tagValue) bounds checks in ReadAndVerify before each
tagValue[0] and Uint16 access to eliminate the panic path.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:20:39 +01:00
..
database ax(database): rename TestInitialize_Disabled to TestDatabase_Initialize_Bad 2026-04-02 14:20:08 +01:00
logging ax(logging): replace prose comment with usage example on GetLevel 2026-04-02 14:20:03 +01:00
mining ax(mining): rename mu to mutex in SettingsManager 2026-04-02 14:19:36 +01:00
node ax(node): replace prose comment on MinerManager with usage example 2026-04-02 14:20:03 +01:00
ueps ax(ueps): guard tagValue index access against zero-length TLV values 2026-04-02 14:20:39 +01:00