Bug #9736
closedstatus.php: Sanitize oinkcode and etprocode of snort/surricata
100%
Description
config-sanitized.xml keep <oincmastercode> and <etpro_code> of snort package
and <oinkcode> and <etprocode> of suricata package
these codes used for paid subscriptions and must be sanitized from config-sanitized.xml
2.5.0-DEVELOPMENT (amd64)
built on Sun Sep 08 23:28:16 EDT 2019
FreeBSD 12.0-RELEASE-p10
Updated by Jim Pingle over 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Fixed in commit:17640476a57a41415fec579c40faebbfeff0022d
Updated by Viktor Gurov over 6 years ago
Jim Pingle wrote:
Fixed in commit:17640476a57a41415fec579c40faebbfeff0022d
<snortglobal>
...
<oinkmastercode>954aa4a5b38595eac4b4271564bf9f63cc9c7d0f</oinkmastercode>
<etpro_code>xxxxx</etpro_code>
...
</snortglobal>
<oincmastercode> of snort is not sanitized
suricata is ok:
<oinkcode>xxxxx</oinkcode>
<etprocode>xxxxx</etprocode>
Updated by Jim Pingle over 6 years ago
- Status changed from Feedback to In Progress
Updated by Jim Pingle over 6 years ago
- Status changed from In Progress to Feedback
Applied in changeset commit:9adb7806cffdd1393fd9223c17d7a938a37944c4.
Updated by Viktor Gurov over 6 years ago
Jim Pingle wrote:
Applied in changeset commit:9adb7806cffdd1393fd9223c17d7a938a37944c4.
<oinkmastercode>xxxxx</oinkmastercode>
ok now
Resolved
Updated by Jim Pingle over 6 years ago
- Target version changed from 2.5.0 to 2.4.5
Updated by Jim Pingle over 6 years ago
- Status changed from Resolved to Feedback
Needs checked and/or tested again on 2.4.5 snapshots
Updated by Anonymous over 6 years ago
- Status changed from Feedback to Resolved
Tested on 2.4.5.a.20191209.0732, works as expected.