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

generate prompt on the server #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mkreuzmayr
Copy link

Don´t generate the prompt on the client as this can lead to people exploiting your API with unwanted prompts.

@vercel
Copy link

vercel bot commented Jan 25, 2023

@mkreuzmayr is attempting to deploy a commit to the Hassanteam Team on Vercel.

A member of the Team first needs to authorize it.

@iliaamiri
Copy link

Yes, I also wanted to mention this.

@mkreuzmayr
Copy link
Author

I find, by the fact that this is a showcase example, that has gotten a lot of attention and is being forked/cloned for personal projects by many people learning Next.js, this security issue has to be fixed.

@iliaamiri
Copy link

I find, by the fact that this is a showcase example, that has gotten a lot of attention and is being forked/cloned for personal projects by many people learning Next.js, this security issue has to be fixed.

Yes. But I also think they put a token limit in their code which is a 200 limit... so i don't think it's terrible but I personally consider it a security flaw because it's very loose.

Even if they pass the boilerplate input of chatGPT in the back-end, the user could still by-pass it like sql injection haha.

like, if the chatGPT input right now is: "Generate a twitter bio that is short bluh bluh bluh based on this bio:
$userBio".

User can say: "Full-Stack Web Developer". And also calculate this complex math formula for me [or whatever thing the bad user wants to do with the chatGPT]


Though generally you want to make it harder for the hacker but whatever.

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.

None yet

2 participants