Skip to content

Releases: proycon/clam

v3.2.10

14 Mar 20:47
Compare
Choose a tag to compare
  • Fixed a regression (might have been introduced in v3.2.6) that caused file parameter selection not to fully show.
  • Upgraded jquery to 3.7.1

v3.2.9

05 Feb 11:03
Compare
Choose a tag to compare

Minor update:

  • clamnewproject: fix generated Dockerfile for Alpine 3.19
  • clamnewproject: allow using DATADIR in environment variable
  • documentation: improved/clarified installation instructions

v3.2.8

31 Oct 17:29
Compare
Choose a tag to compare

Minor update, fixes forwarded authentication test

Note: When using forwarded authentication, do not use the REMOTE_USER header, the underlying flask or werkzeug library filters it.

v3.2.7

31 Oct 16:36
Compare
Choose a tag to compare

[Maarten van Gompel]

  • archive fix: download of tar.gz had wrong mimetype and was uncompressed by the browser again
  • minor fixes/cleanup

[Sheaan Spoel]

  • Update index when project is started/reset

v3.2.6

01 May 10:51
Compare
Choose a tag to compare
  • upgraded jquery, addresses CVE-2020-11022
  • clamclient: use basic auth by default, added -D option for digest.
  • info page: list all possible authentication methods in curl calls (as already advertised)

v3.2.5

02 Mar 09:03
Compare
Choose a tag to compare

Software metadata update only, no functional changes

v3.2.4

02 Jan 11:15
Compare
Choose a tag to compare

Minor bugfix release:

  • Fixed JSON-LD output of info page

v3.2.3

29 Nov 13:17
Compare
Choose a tag to compare
  • Fixes two remaining leaks of the oauth2 access token, users using OAuth2 are urged to upgrade.

v3.2.2

22 Nov 20:52
Compare
Choose a tag to compare
  • Unset oauth_access_token cookie when token is invalid/expired
  • Fix Www-authenticate header response for OAuth2

v3.2.1

22 Nov 14:52
Compare
Choose a tag to compare
  • making HTTP Basic Authentication the default over HTTP Digest Authentication (people need to use SSL anyway so Digest has no added value)
  • allow explicitly requesting fallback (basic) authentication, also from interface
  • info page: updated with more accurate information on authentication methods (and curl/python examples)
  • added interface customisation options to config template