Skip to content

Commit

Permalink
Merge pull request #80 from 0xEmma/main
Browse files Browse the repository at this point in the history
Fix CPTS Verification
  • Loading branch information
dimoschi authored Nov 16, 2023
2 parents fd74e8d + a92e956 commit 0407270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def process_certification(certid: str, name: str):
return False
if certRawName == "HTB Certified Bug Bounty Hunter":
cert = "CBBH"
elif certRawName == "HTB Certified Penetration Tester":
elif certRawName == "HTB Certified Penetration Testing Specialist":
cert = "CPTS"
elif certRawName == "HTB Certified Defensive Security Analyst":
cert = "CDSA"
Expand Down

0 comments on commit 0407270

Please sign in to comment.