1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-09 15:39:27 +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> 2009-09-16 vadim <vadim@vk.crocodile.org>
* RoutingCompiler_ipt_writers.cpp (PrintRule::processNext): Fixed * RoutingCompiler_ipt_writers.cpp (PrintRule::processNext): Fixed
security vulnerability in the generated script that was caused by security issue with temporary file handling in the generated
incorrect creation of a temporary file. The problem made generated iptables script. The problem only affected systems where Firewall
script vulnerable to symlink attacks. The vulnerability only Builder was used to generate static routing configuration on
affected systems where Firewall Builder was used to generate Linux.
static routing configuration on Linux.
2009-09-05 vadim <vadim@vk.crocodile.org> 2009-09-05 vadim <vadim@vk.crocodile.org>