Skip to content

release 3.5.0

Mark Overmeer edited this page Jun 20, 2018 · 13 revisions

This page is work in progress: it contains documentation fragments for features which probably make it into 3.5. You cannot use them yet.

Table of Contents

Changes

  • faster search
  • publish to additional sources (website)

Upgrade

Default reply-to header

New option mail_reply_to to set a "Reply-To" header in any message sent.

Configure ~taranis/etc/taranis.conf.xml with

 <mail_reply_to>info@example.com</mail_reply_to>

private website plugin

The Website plugin can be used to implement your own step after advisory publication, which may be used to put advisories on your website... but may be used to implement other distributions.

Configure the plugin in ~taranis/etc/taranis.conf.xml like this:

  <publish_website>
     <implementation>Taranis::Website::XXX</implementation>
     <configuration>var/website/XXX.xml</configuration>
  </publish_website>
Then you leave the implementation field empty, then publishing to the website is disabled. It will not be visible in the web-interface.

Clone this wiki locally