summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2016-02-13 21:08:33 +0000
committerelie <elie>2016-02-13 21:08:33 +0000
commit6513c0df2540ade8dca7513581133ee7f3ad9c2b (patch)
treed09cea4eedb449ae319b2482e7bdc4ae0400915f
parent631eb9723d2fec7105697cab0a9b241194bdf269 (diff)
downloadpysnmp-git-6513c0df2540ade8dca7513581133ee7f3ad9c2b.tar.gz
be more explicit in regards to fixed security issue
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 049581f9..edcd223e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,9 +20,9 @@ Revision 4.3.2, released 2016-02-12
internals.
- TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for better
performance and encoding accurancy of 'a' and 't' formats.
-- Fix to USM: extra user entry clone removed on incoming message
- processing. It made USM accepting SNMPv3 TRAPs from unknown SNMP
- engine IDs.
+- WARNING: security fix to USM - extra user entry clone removed on
+ incoming message processing. It made USM accepting SNMPv3 TRAPs
+ from unknown SNMP engine IDs.
- Fix to snmpInvalidMsgs and snmpUnknownSecurityModels MIB symbols
import at SNMPv3 MP model.
- Fix to NotificationOriginator to cope with unspecified user callable.