ls1intum / Ares

The Artemis Java Test Sandbox. A JUnit 5 Extension for Easy and Secure Artemis Java Testing
https://ls1intum.github.io/Ares/
MIT License
18 stars 7 forks source link

Added missing com/github/javaparser file-not-exsists rule in README #315

Closed Haspamelodica closed 1 year ago

Haspamelodica commented 1 year ago

SecurityConstants lists com.github.javaparser as a trusted package, so AresSecurityConfigurationBuilder checks that that package is forbidden by a file-must-not-exist rule, but the template in the README does not list that package.

MaisiKoleni commented 1 year ago

(By the way, you are able to create branches and push in this repository, this would allow all checks to pass)