Dhall renderer for security.txt
This repository includes types and a renderer in the Dhall language which generate security.txt files which are compliant with the security.txt standard.
For stability, users are encouraged to import from a tagged release, not from the master branch, and to watch for new releases. This project does not yet have rigorous testing set up for it and new commits on the master branch are prone to break compatibility and are almost sure to change the import hash for the expression.
An example is provided - exampleSecurity.dhall
.
Example render:
dhall-to-text <<< './render.dhall ./exampleSecurity.dhall' > security.txt
TBD
Apache License 2.0 © Coralogix, Inc.