## Description
*Please briefly provide context (i.e. describe the change and why is it needed)*
## Changes
*Please list changes in the PR (i.e. changelog), for example:*
- Update offset to handle large values without risk of truncation
- Use `unwrap_or_default()` instead of the `match` statement in `falcon_spotlight_vulnerabilities.rs`
## Checklist
- [ ] Examples work/pass (i.e. run `./scripts/run-examples.sh`)
- [ ] No sensitive information has been committed
- [ ] Changelog file has been updated
- [ ] Code generates no warnings (i.e. `cargo fmt --check`)
- [ ] "Noisy" (WIP) commits have been squashed for better commit hygiene and cleaner history
## Additional Notes
*Any additional information or context relevant to this PR*