Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove SPARQL prefixes from subqueries before query injections
Subquery injections did not remove SPARQL prefixes before injection, resulting in invalid SPARQL. The change defines a regex for removing PREFIX definitions and strips the subquery before injection. Fixes #154.
- Loading branch information