1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-13 20:45:48 +02:00

changelog record

This commit is contained in:
Vadim Kurland
2009-09-18 18:24:35 +00:00
parent b97470d09e
commit a4f248a1f1
2 changed files with 5 additions and 6 deletions

View File

@@ -1 +1 @@
#define BUILD_NUM 1474
#define BUILD_NUM 1475

View File

@@ -8,11 +8,10 @@
2009-09-16 vadim <vadim@vk.crocodile.org>
* RoutingCompiler_ipt_writers.cpp (PrintRule::processNext): Fixed
security vulnerability in the generated script that was caused by
incorrect creation of a temporary file. The problem made generated
script vulnerable to symlink attacks. The vulnerability only
affected systems where Firewall Builder was used to generate
static routing configuration on Linux.
security issue with temporary file handling in the generated
iptables script. The problem only affected systems where Firewall
Builder was used to generate static routing configuration on
Linux.
2009-09-05 vadim <vadim@vk.crocodile.org>