Skip to content

0.1 Beta One Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 16 Mar 12:16
· 68 commits to master since this release
a912adf

In this second beta release a fix is applied to the CD pipeline to auto-publish to Crates.io.

Also changes are made to the csp_generator module interfaces. The enforce() and report_only() methods now return a struct which separates the header string from the CSP string. A csp_only() method has been added which just returns the CSP string. There are also some general improvements to simplify and abstract the csp_generator code.

To Do:

  • Write more unit tests.
  • Continue to improve code abstraction.
  • Improve Readme documentation.
  • Add code comments.