A vulnerable Akka HTTP showcasing potentially vulnerable code patterns.
To build locally, you need to fetch a token at https://account.akka.io/token that you have to place into ~/.sbt/1.0/akka-commercial.sbt file like this:
ThisBuild / resolvers += "lightbend-akka".at("your token resolver here")
# Enter sbt
sbt
# Restart app
reStart