zkp-ld / rdf-canon

A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf. The purpose of this implementation is only to understand and evaluate the specification and is not intended for production use.
MIT License
9 stars 1 forks source link

Add HNDQ call limit (v0.7.0) #9

Closed yamdan closed 1 year ago

yamdan commented 1 year ago

Add HNDQ call limit as a countermeasure against poison dataset attack by restricting the maximum number of calls to the Hash N-Degree Quads (HNDQ) algorithm.