Skip to content

Releases: CESNET/exafs

version 1.1.3

16 Jul 11:46
861cc3d
Compare
Choose a tag to compare

Version 1.1.3. with patch for machine api key

What's Changed

Full Changelog: 1.1.2...1.1.3

version 1.1.2

04 Jul 16:12
416d8e4
Compare
Choose a tag to compare

Version 1.1.2

  • Removed legacy setup.py and requirements-backup.txt in favor of pyproject.toml
  • Deleted unused JS files under static/js and cleaned debug print calls
  • Added type annotations in flowapp/views/api_common.py and updated configuration keys for rule limits

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

23 Jun 12:44
17fab31
Compare
Choose a tag to compare

Latest version with Whitelists, Rule count control and Machine Api Keys tied to user.

What's Changed

Full Changelog: 1.0.2...1.1.1

1.0.2

19 Mar 09:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.3...1.0.2

version 0.8.1

27 Nov 11:32
49ffee7
Compare
Choose a tag to compare

Application is now using Flask-Session stored in DB using SQL Alchemy driver. This can be configured for other drivers, however server side session is required for the application proper function.

API keys were updated. Keys can now have expiration date and readonly flag. Admin can create special keys for certain machines.

DB migration is required from previous version. Run migration scripts to update your DB.

version 0.7.3

15 Feb 15:34
673ae7a
Compare
Choose a tag to compare

Version 0.7.3. with important security bug fix. Jinja2 autoescape works only on .html files, .j2 files are not auto-escaped and are XSS vulnerable.

version 0.7.2

13 Jul 14:34
4893aaa
Compare
Choose a tag to compare

Version 0.7.2

  • minor layout changes
  • configugrable dashboards
  • plugable
  • code cleanup