Skip to content

Commit

Permalink
Update for Rumble to runZero rebrand (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Nov 7, 2022
2 parents 51fcb9e + 8bfb5a1 commit a85d9b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout Go implementation
uses: actions/checkout@v2
with:
repository: RumbleDiscovery/recog-go
repository: runZeroInc/recog-go
- name: Checkout recog content
uses: actions/checkout@v2
with:
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ git remote prune upstream

* Ruby: [rapid7/recog-ruby](https://github.com/rapid7/recog-ruby)
* Java: [rapid7/recog-java](https://github.com/rapid7/recog-java)
* Go: [RumbleDiscovery/recog-go](https://github.com/RumbleDiscovery/recog-go)
* Go: [runZeroInc/recog-go](https://github.com/runZeroInc/recog-go)

[^back to top](#recog-a-recognition-framework)

### Feature parity

| Feature :sparkles: | rapid7/recog-ruby | rapid7/recog-java | RumbleDiscovery/recog-go |
|---------------------------------------------|:------------------:|:------------------:|:------------------------:|
| Fingerprint verification CLI tool | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CLI tool | :white_check_mark: | | :white_check_mark: |
| Supports base64 encoded examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Supports filesystem-based external examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CPE param interpolation | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Feature :sparkles: | rapid7/recog-ruby | rapid7/recog-java | runZeroInc/recog-go |
|---------------------------------------------|:------------------:|:------------------:|:-------------------:|
| Fingerprint verification CLI tool | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CLI tool | :white_check_mark: | | :white_check_mark: |
| Supports base64 encoded examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Supports filesystem-based external examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CPE param interpolation | :white_check_mark: | :white_check_mark: | :white_check_mark: |

[^back to top](#recog-a-recognition-framework)

Expand Down

0 comments on commit a85d9b9

Please sign in to comment.