-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
… our function towards environment secret detection
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThis PR expands our security vulnerability detection function to include the detection of exposed environment secrets. It also upgrades the feature's model to GPT 4. The prompt has been updated to allow commenting on the line diff based on the type of vulnerability detected, making it easier to expand this function further. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
WatermelonAI SummaryThis PR is expanding the function that detects security vulnerabilities to also detect exposed environment secrets. It includes upgrades to the model used and adds the ability to comment on the diff based on the type of vulnerability detected. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
RegExes are the way to go |
Description
Detecting security vulnerabilities is giving us early success. We're doubling down on this effort by expanding this function to detect exposed environment secrets as well.
What the prompt returns is also expanded with a third parameter, so that what the bot commenst on the line diff is programmatic according to the type of vulnerability detected. This way, we can easily expand this function to even more types of vulnerabilities.
Type of change
Notes
Acceptance