Skip to content

Commit

Permalink
📝Update Task description
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Oct 29, 2024
1 parent d280b4e commit e7dab9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#### 💯Points: ![Points bar](../../blob/badges/.github/badges/points-bar.svg)

#### 📝 [Report](../../blob/badges/report.md)
Expand All @@ -13,7 +14,7 @@ As part of the assignment you will need to implement the TODOs in [RoleBasecAcce
## Project Setup

1. Install OpenJDK/JDK
2. Clone your repository
2. Clone your repository (Generated by GitHub Classroom)
3. Open in any IDE of your choice (e.g. Eclipse, VS Code, etc.)

## Task 1
Expand All @@ -37,4 +38,6 @@ Solve all of these by using a transaltion to Limboole rather than a direct searc

- Implement the ``noUserHasBothPermissions(String permission1, String permission2)`` method in [RoleBasecAccessControlAnalyzer](src/main/java/de/buw/fm4se/rbac/RoleBasecAccessControlAnalyzer.java) Class, which assert that no user can have the given two permissions at the same time.

For this, reuse the formula you get from Task 1.
**For this, reuse the formula you get from Task 1.**


0 comments on commit e7dab9a

Please sign in to comment.