PacketFence - BTS - PacketFence
View Issue Details
0001415PacketFencecorepublic2012-04-05 11:282012-10-22 15:24
fgaudreault 
fgaudreault 
normalminorhave not tried
resolvedfixed 
3.2.0 
3.6.03.6.0 
0001415: Potential issue when reloading violations
It 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.
No tags attached.
duplicate of 0001555confirmed fgaudreault Violations that have been deleted are selectable from PF::Violation::Add or PF::Violation::Edit 
Issue History
2012-04-05 11:28fgaudreaultNew Issue
2012-10-19 12:10fgaudreaultTarget Version => investigate
2012-10-22 15:21fgaudreaultNote Added: 0003222
2012-10-22 15:21fgaudreaultStatusnew => resolved
2012-10-22 15:21fgaudreaultFixed in Version => 3.6.0
2012-10-22 15:21fgaudreaultResolutionopen => fixed
2012-10-22 15:21fgaudreaultAssigned To => fgaudreault
2012-10-22 15:22fgaudreaultRelationship addedduplicate of 0001555
2012-10-22 15:24fgaudreaultTarget Versioninvestigate => 3.6.0

Notes
(0003222)
fgaudreault   
2012-10-22 15:21   
Duplicate of 0001555