-
Notifications
You must be signed in to change notification settings - Fork 76
Some codegate event names seem to be leaking guidance and not containing the correct summary #876
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
Comments
@danbarr this might be a docs desync |
@lukehinds I think this is two different issues. We know that we're not currently detecting AWS_SECRET_KEY because of the imprecise regex matching. I could just swap that out in the demo repo's conf.ini file to something we do detect (kind of hiding the issue vs. solving it, TBH). The other issue @wright-io mentions is that we're logging Copilot's own prompt that it uses to generate the title for the conversation, but maybe this is intentional? |
@lukehinds Sorry - I think my description was unclear.
|
#1 is because indeed, CodeGate only detected two. The regex for AWS secret keys is currently disabled; it was causing false-positives since there's no fixed format to those, it's just a random 40-character string and its length matches other strings like SHA hashes. I had a thought about a regex that would add some context like looking for "aws" and/or "secret" on the same line - wouldn't be perfect but should detect most instances without false positives. The other issues aren't docs/demo issues so I'll unassign myself @lukehinds |
Describe the issue
Some codegate events in the dashboard seem to have names that leak guidance as opposed to meaningful event names.
May be related to #875.
Steps to Reproduce
Operating System
MacOS (Arm)
IDE and Version
Extension and Version
Provider
OpenAI
Model
GPT-4o
Codegate version
v0.1.15
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: