Commit graph

8 commits

Author SHA1 Message Date
3216481c53
SAFE scan update 2025-08-05 09:45:51 -05:00
4c0a33f144
SAFE scan update 2025-08-05 09:41:38 -05:00
b56a988e52
fix: Implement comprehensive field whitelist to prevent unknown field errors
Instead of playing whack-a-mole with individual fields, this implements a
proper whitelist approach that only allows fields defined in the Packet schema.

- Created PacketFieldWhitelist module with all 78 valid packet fields
- Filters out ANY field not in the schema, preventing future errors
- Handles both atom and string keys
- Includes debug helpers to identify filtered fields

This definitively fixes packet insertion failures by ensuring only valid
database fields are passed to Repo.insert_all, regardless of what the
APRS parser sends.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 10:52:53 -05:00
c68eaee85a
update safe scanner to build elixir 2025-08-04 10:36:28 -05:00
68e484a24a
update safe scanner to build elixir 2025-08-04 10:35:16 -05:00
a7c4993a0b
update artifact version for safe scanner 2025-08-04 10:28:47 -05:00
b8000115a6
update artifact version for safe scanner 2025-08-04 10:27:18 -05:00
2a6fd443ab
add SAFE vuln scanner 2025-08-04 10:25:58 -05:00