PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001415PacketFencecorepublic2012-04-05 11:282012-10-22 15:24
Reporterfgaudreault 
Assigned Tofgaudreault 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version3.2.0 
Target Version3.6.0Fixed in Version3.6.0 
Summary0001415: Potential issue when reloading violations
DescriptionIt appears that when you reload the violations using pfcmd, the old violations are not deleted from the table, it only updates the actual violations that are in the violations.conf.

To reproduce:
nsert into class (vid,description) values ('31337','h@x0r');
insert into action values (31337,'email');
pfcmd reload violations
select * from action where vid=31337;
+-------+--------+
| vid | action |
+-------+--------+
| 31337 | email |
+-------+--------+

I did not try to reproduce it in lab yet.
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships
duplicate of 0001555confirmedfgaudreault Violations that have been deleted are selectable from PF::Violation::Add or PF::Violation::Edit 

-  Notes
(0003222)
fgaudreault (viewer)
2012-10-22 15:21

Duplicate of 0001555

- Issue History
Date Modified Username Field Change
2012-04-05 11:28 fgaudreault New Issue
2012-10-19 12:10 fgaudreault Target Version => investigate
2012-10-22 15:21 fgaudreault Note Added: 0003222
2012-10-22 15:21 fgaudreault Status new => resolved
2012-10-22 15:21 fgaudreault Fixed in Version => 3.6.0
2012-10-22 15:21 fgaudreault Resolution open => fixed
2012-10-22 15:21 fgaudreault Assigned To => fgaudreault
2012-10-22 15:22 fgaudreault Relationship added duplicate of 0001555
2012-10-22 15:24 fgaudreault Target Version investigate => 3.6.0


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker