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
11 stars 9 forks source link

Release 1.0.1 #900

Closed chriswilty closed 2 months ago

chriswilty commented 2 months ago

Planned patch release for v1.0, in which we upgrade all package dependencies to latest stable version, though avoiding major version bumps where not possible due to code or package conflicts.

npm audit declares no remaining package vulnerabilities (at the current time).

Note that langchain lib was upgraded to latest 0.1.* version, which not only introduces package structure changes, but also deprecates or discourages certain old-style constructs. Those are not tackled here, instead they will be addressed in #898