-
Notifications
You must be signed in to change notification settings - Fork 608
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 v4.0.3_2 #505
Merged
netgate-git-updates
merged 18 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-suricata-4.0.3_2
Mar 21, 2018
Merged
pfSense-pkg-suricata v4.0.3_2 #505
netgate-git-updates
merged 18 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-suricata-4.0.3_2
Mar 21, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netgate-git-updates
pushed a commit
that referenced
this pull request
Mar 21, 2018
netgate-git-updates
pushed a commit
that referenced
this pull request
Feb 4, 2023
Changes since 1.1.0: v1.3.0 This release contains some features and enhancements + upgrades all dependencies. - feat: Allow to set reporter on issue create by @ankitpokhrel in #539 - feat: Use single char ellipsis instead of triple dot by @ankitpokhrel in #540 - ehc: Make assignee operation atomic on create by @ankitpokhrel in #531 - ehc: Auto fallback to plain output on notty by @ankitpokhrel in #538 - ehc: Add warning for invalid custom field by @ankitpokhrel in #528 (Original work by @martinpovolny on #525) - fix(build): Invalid commit hash in docker image by @ankitpokhrel in #535 - dep: Upgrade all packages by @ankitpokhrel in #532 - dep: Upgrade golang to v1.19 by @ankitpokhrel in #534 - ci: Upgrade golangci-lint to v1.50.1 by @ankitpokhrel in #536 Full Changelog: ankitpokhrel/jira-cli@v1.2.0...v1.3.0 v1.2.0 This release adds support for Jira v9, a serverinfo command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. - feat: Add serverinfo command by @ankitpokhrel in #440 - feat: Support for Jira v9 by @ankitpokhrel in #447 - feat: Allow to set start datetime on worklog add by @ankitpokhrel in #453 - feat: Make date time input in worklog flexible by @ankitpokhrel in #465 - feat: Add support for project datatype in custom fields by @oveaurs in #482 - feat: Add weblink to issue (#446) by @Syd7 in #483 - feat: Resolution, assignee & comment on issue move by @ankitpokhrel in #492 - feat: Filter issues by the absence of label(s) by @martinpovolny in #505 - feat: Add labels to the issue listing by @martinpovolny in #506 - feat: Allow setting of fixed columns in the list of issues, epics and sprints by @martinpovolny in #509 - fix: Option to show issues from all projects in sprint list by @ankitpokhrel in #475 - fix: Discrepancy in --insecure flag by @ankitpokhrel in #507 - fix: Make board selection optional by @ankitpokhrel in #502 - fix: Improve support for pager by @ankitpokhrel in #503 - fix: Respect editor env vars in Windows by @ankitpokhrel in #524 - ci: Multi-arch docker image by @ankitpokhrel in #508 - doc: Add link to project in help by @ankitpokhrel in #456 - doc: Add Nix package by @bryanasdev000 in #458 - doc: Update help for completion cmd by @ankitpokhrel in #491 - doc: Add scoop installation process by @alkuzad in #497 - @bryanasdev000 made their first contribution in #458 - @oveaurs made their first contribution in #482 - @Syd7 made their first contribution in #483 - @alkuzad made their first contribution in #497 - @martinpovolny made their first contribution in #505 Full Changelog: ankitpokhrel/jira-cli@v1.1.0...v1.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pfSense-pkg-suricata-4.0.3_2
This update for the Suricata GUI package contains 2 bug fixes and 7 new features. The underlying binary is unchanged and remains at version 4.0.3.
New Features:
The configuration files associated with automatic SID managment via the SID MGMT tab are deprecated in favor of storing the automatic SID management directives directly in the firewall's configuration file, config.xml. During the installation of the new package, the content of all files found in the /var/db/suricata/sidmods directory will be migrated into a list array stored in the firewall configuration file. The new list names are taken from the filenames read from the directory. Storing the automatic SID managment directives content as Base64-encoded data within the firewall configuration ensures that the automatic SID management configuration is backed up and restored along with the rest of the firewall configuration. The ability to upload and download the SID configuration data is retained, but instead of being stored as physical files on the firewall the configuration is written to config.xml.
On the CATEGORIES tab, hyperlinks are now provided for opening and viewing the content of all rules categories irregardless of whether the category is enabled or not. Formerly, only "checked" (or enabled) categories could have their contents viewed in a separate window.
On the INTERFACE SETTINGS tab a new configurable parameter for snaplen has been added. The default value for the new parameter is 1518 bytes. Increasing the value of this parameter can be helpful if Suricata is failing to alert on VLAN traffic. Note that due to a limitation in the Suricata binary, this value is only applicable to Legacy Mode operation. It has no effect when using Inline IPS Mode.
More options are now available to the user for rule action overrides on the RULES and ALERTS tabs. Rules can be forced to ALERT, DROP or REJECT depending on the IPS operational mode of the interface. REJECT is only available when using Inline IPS Mode. Actions are hidden when they are not applicable to the current operational mode. There is also a new option of "Default" for the action. Selecting "Default" removes all user overrides and returns the rule action to the vendor's original value. This is generally "Alert".
A series of new choices are availalbe in the Categories drop-down selector on the RULES tab. The new selections are filtered according to the specific operational mode of the interface. The new selections allow the user to select special filtered views as follows: "Active Rules", "User-Forced Enabled Rules", "User-Forced Disabled Rules", "User-Forced Alert Rules", "User-Forced Drop Rules" and "User-Forced Reject Rules". Display of "User-Forced Reject Rules" is only possible when using Inline IPS Mode with blocking enabled. Display of "User-Forced Drop Rules" requires the interface be using Inline IPS Mode or Legacy Mode with Block-on-Drops-Only enabled.
A third rule state option of "Default" has been added to the RULES tab when displaying user override options. Choosing "Default" for the rule state will remove all user overrides and return the rule's state (enabled or disabled) to the vendor's original value.
Add the ability to customize rule actions on the ALERTS tab. See feature 4 above for details. An additional icon is displayed in the GID:SID column for each alert that allows user overrides of the action. When a rule action has been overridden, a special icon is shown to flag the new action. Pop up tooltips explain the icons.
Bug Fixes:
The default pass list generated during Inline IPS Mode operation was too broad. Pass Lists really have very limited usefulness with Inline IPS Mode and so the ability to select a pass list when using Inline IPS Mode has been removed. If you require pass list functionality with Inline IPS Mode, create your own custom PASS rules instead on the RULES tab. Note that pass list functionality is unchanged when using Legacy Mode operation.
The new dynamic service status icons on the INTERFACES tab would sometimes not correctly indicate the Suricata service status. There was also an error in a control name for the icons associated with Barnyard2 on the INTERFACES tab.