Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

Version 1.1.2 - Security Release - Please Read!

Choose a tag to compare

@paragonie-scott paragonie-scott released this 01 Jul 19:08
· 542 commits to master since this release
v1.1.2

The auto-updater was broken in v1.1.1 and below, due to choking on internal package names. (EDIT: Still broken.)

You'll need to cd into your Airship directory and run git pull. If you enabled template caching, you should then cdinto tools and run ./nuke-all.sh to ensure the cached templates are obliterated as well.

  • Fixed a stored XSS vulnerability introduced by using sprintf(), which
    bypassed Twig's autoescape. HackerOne report.