Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detector-Competition-Fix: Fix AppFollow Detection & Verification #1933

Merged
merged 8 commits into from
Oct 31, 2023

Conversation

lc
Copy link
Contributor

@lc lc commented Oct 21, 2023

Description:

This fixes AppFollow detection and verification. AppFollow uses JWTs for API keys and has changed the header you're required to send:

CleanShot 2023-10-21 at 09 09 35@2x

Furthermore, the https://api.appfollow.io/test endpoint has been removed and 404's when you send verification.

Changed the regular expression to match JWTs and now perform validation by requesting https://api.appfollow.io/api/v2/account/users

CleanShot 2023-10-21 at 09 07 45@2x

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@zricethezav zricethezav added the Hacktoberfest-Detector-Competition-Fix Apply this label if you are fixing a detector for the detector competition label Oct 23, 2023
@zricethezav zricethezav merged commit a4fd17c into trufflesecurity:main Oct 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest-Detector-Competition-Fix Apply this label if you are fixing a detector for the detector competition
Development

Successfully merging this pull request may close these issues.

None yet

4 participants