commonlib: Update binlist csv data from a newer source#7327
Conversation
|
pscanrules help contains references to the previous source repo. I'd like to suggest we simply remove those references. |
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to interact with Checkmarx PR Assistant. |
There was a problem hiding this comment.
Pull request overview
This PR refreshes the commonlib BIN dataset to align with a newer upstream source and updates BinList so the add-on can keep enriching credit-card findings in other add-ons that consume this shared library.
Changes:
- Updated
BinListCSV parsing to use the new source’s mixed-case column headers. - Simplified BIN lookup logic around the new source’s current 6-digit BIN format.
- Added a changelog entry noting the BIN data source refresh.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
addOns/commonlib/src/main/java/org/zaproxy/addon/commonlib/binlist/BinList.java |
Adjusts CSV field extraction and BIN lookup behavior for the refreshed dataset. |
addOns/commonlib/CHANGELOG.md |
Documents the BIN data refresh in the unreleased changelog section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>

Overview
Now using https://github.com/venelinkochev/bin-list-data/
Related Issues