watermelontools / watermelon

🍉 Open-Source Copilot For Code Review
https://app.watermelontools.com
Apache License 2.0
145 stars 12 forks source link

Feature/detect jwt #444

Open EstebanDalelR opened 9 months ago

EstebanDalelR commented 9 months ago

Description

Adds comments if we find JWT

Type of change

Acceptance

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
watermelon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 2, 2024 3:31pm
watermelon-copilot-for-code-review[bot] commented 9 months ago

Watermelon AI Summary

This Pull Request introduces a new feature that automatically identifies JSON Web Tokens (JWTs) within the code and adds relevant comments for better tracking or alerting. It also includes a cleanup task where outdated code related to left-out comments detection was removed and necessary updates and bug fixes were applied to ensure integration with the development branch.

GitHub PRs

EstebanDalelR commented 9 months ago

I like the idea of this code smell.

However, I created PR #446 to test and it didn't detect the raw JWT

I understand, did it find anything? Cuz there is an error preventing all code smells still to be tested