📋 Checklist
What version?
kingfisher 1.95.0
🐞 What happened?
Running a kingfisher scan provides fingerprints in decimal
✅ What did you expect to happen?
Fingerprints should be provided in lowercase hexadecimal so that they can be copied into the baseline file, alternatively the baseline file should support decimal fingerprints
🔢 Reproduction steps
- Run a
kingfisher scan
- Copy resulting (decimal) fingerprint into baseline file
- Run
kingfisher scan <--- fingerprint inserted into baseline will not be ignored
- Change fingerprint in baseline file from decimal to lowercase hexadecimal
- Run
kingfisher scan <--- fingerprint inserted into baseline will be ignored (as intended)
💻 Environment
| Item |
Value |
| OS / Distro |
macOS Sequoia 15.7.3 |
| Rust toolchain |
N/A |
| kingfisher ver. |
1.95.0 |
📎 Log / stack trace
N/A
📋 Checklist
mainor a recent release.What version?
kingfisher 1.95.0🐞 What happened?
Running a
kingfisher scanprovides fingerprints in decimal✅ What did you expect to happen?
Fingerprints should be provided in lowercase hexadecimal so that they can be copied into the baseline file, alternatively the baseline file should support decimal fingerprints
🔢 Reproduction steps
kingfisher scankingfisher scan<--- fingerprint inserted into baseline will not be ignoredkingfisher scan<--- fingerprint inserted into baseline will be ignored (as intended)💻 Environment
📎 Log / stack trace
N/A