Skip to content

Commit

Permalink
update Neo4J, clarify README
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Nov 13, 2024
1 parent 98e5402 commit 2d21dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This repository contains my implementation of the GP-eval and Weaving algorithms presented in [Syed Zain Raza Rizvi and Philip W. L. Fong. 2020. Efficient Authorization of Graph-database Queries in an Attribute-supporting ReBAC Model. ACM Trans. Priv. Secur. 23, 4, Article 18 (November 2020), 33 pages. https://doi.org/10.1145/3401027](https://doi.org/10.1145/3401027).

Another implementation using Neo4J has been [provided by the authors of that paper](https://github.com/szrrizvi/arebac/).
Another implementation of the GP-Eval algorithm using Neo4J has been [provided by the authors of that paper](https://github.com/szrrizvi/arebac/).

The `arebac-core` module contains the code for the GP-eval and Weaving algorithms as well as data classes from graph patterns and an in-memory graph implementation that can be used with the implementation of GP-eval.

Expand Down
2 changes: 1 addition & 1 deletion arebac-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<jmh.version>1.37</jmh.version>
<neo4j.version>5.23.0</neo4j.version>
<neo4j.version>5.25.1</neo4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2d21dc3

Please sign in to comment.