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

feat: add ChatGPT #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

feat: add ChatGPT #1

wants to merge 1 commit into from

Conversation

cfabianski
Copy link

Description

A clear and concise summary of the change and which issue (if any) it fixes. Should also include relevant motivation and context.

Resolved or fixed issue:

Affirmation

Comment on lines +58 to +61
const completion = await openai.createCompletion({
model: "text-davinci-003",
prompt: `Hello world ${user.email}`,
})
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [Bearer] <javascript_third_parties_openai> reported by reviewdog 🐶

Sensitive data sent to OpenAI detected.

Description

Leaking sensitive data to third-party is a common cause of data leaks and can lead to data breaches. This rule looks for instances of sensitive data sent to OpenAI.

Remediations

When using a third-party, ensure all sensitive data is removed.

cfabianski pushed a commit that referenced this pull request Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant