Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfSense-pkg-suricata-3.1.2 0 -- Pass List implementation fix #260

Merged

Conversation

bmeeks8
Copy link
Contributor

@bmeeks8 bmeeks8 commented Jan 20, 2017

This update to the Suricata GUI package corrects issues with implementation of default Pass Lists when running Suricata with inline IPS Mode enabled. A couple of other minor bugs are also fixed.

Bug Fixes

  1. Remove automatic inclusion of all locally-attached networks in the default Pass List when using IPS mode. This had the unintended side-effect of essentially whitelisting all traffic to and from local hosts.

  2. Added the capability to completely disable use of the default Pass List when running with inline IPS Mode. Formerly, the default Pass List would be used when no custom list was specified.

  3. Remove automatic inclusion of the WAN interface IP address in the default Pass List when using IPS mode. This had the unintended side-effect of essentially whitelist all inbound NAT traffic because the destination IP would be the WAN IP.

  4. Increase default value of Host Memcap on IP REPUTATION tab to 32 MB as most IP lists today are quite large. This is effective only for newly created interfaces.

  5. The checkbox for including/excluding the WAN IP from a custom Pass List was inadvertently removed during the Bootstrap conversion of the GUI code. This checkbox is now restored.

@bmeeks8
Copy link
Contributor Author

bmeeks8 commented Jan 20, 2017

The title of this pull request should be "pfSense-pkg-suricata-3.1.2_0", but the underscore to denote the Port Revision is missing and I can't figure out how to edit it.

Bill

@netgate-git-updates netgate-git-updates merged commit bcbc740 into pfsense:devel Jan 20, 2017
@bmeeks8 bmeeks8 deleted the pfSense-pkg-suricata-3.1.2_0 branch January 20, 2017 16:06
netgate-git-updates pushed a commit that referenced this pull request May 29, 2022
Changelog:

    Support http protocol versions besides 0.9, 1.0, 1.1, 2.0
    [Issue #224 - @HQuest, @martinhsv]
    Support for building with nginx configured with PCRE2
    [Issue #260 - @defanator]

Sponsored by:	Netzkommune GmbH
netgate-git-updates pushed a commit that referenced this pull request Nov 8, 2022
Patch release with miscellaneous bug/doc/build fixes.
Excerpt from release tag:

    [#269] fix memory leak in V3fArrayFromBuffer
    [#268] Add <cstdint> for int64_t
    [#263] Initialize x in testRoots.cpp:solve() to suppress compiler warning
    [#262] Fix gcc compiler warning in testFun.cpp
    [#261] Test return value of extractSHRT to avoid uninitialized reference
    [#260] Fix example code so it compiles as is
    [#259] Cuda safety in several headers
    [#256] Fix markdown and typos in README.md
    [#255] Do not warn if half.h has already being included
    [#248] Update sphinx version

ChangeLog:	https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.6
MFH:		2022Q4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants