ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
15 stars 10 forks source link

Fix reset progress bug in remote #788

Closed chriswilty closed 7 months ago

chriswilty commented 7 months ago

Description

The relevant change is removing the leading slash from the request path in levelService. The other change is just for consistency, to match the other services.

Resolves #787

Checklist

Have you done the following?