[codex] Release 1.8.0#344
Merged
Merged
Conversation
This file contains hidden or 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
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.
Summary
This PR prepares the
devbranch for thev1.8.0release.Changes
dev.proxy_access.logtext output to Apache/Nginx combined access-log shape, aligned with existingweb_access.logoutput.1.8.0inpyproject.toml,src/evidenceforge/__init__.py, anduv.lock, with a matching changelog entry.Compatibility Notes
Default and SOF-ELK proxy text output changed from the previous custom W3C-style row shape to combined access-log rows. The default target preserves full usernames. The SOF-ELK target strips domain prefixes and trailing machine-account
$values for current SOF-ELK HTTPD parser compatibility. Splunk proxy output remains unchanged.Validation
uv run pytest --include-slow --no-cov:4596 passed, 28 skippeduv run pytest --no-cov tests/unit/test_proxy_referrer.py tests/unit/test_zeek_eval_parsers.py tests/unit/test_sof_elk_sources_harness.py tests/unit/test_sof_elk_combined_harness.py:87 passed, 10 skippeduv run ruff check .uv run ruff format --check .pyproject.toml,src/evidenceforge/__init__.py, anduv.lockgit diff --checkproxy_accesscleanly: expected/observed1016/1016, no proxy fatal tags. The full SOF-ELK pipeline still reported 8 unrelated syslog_grokparsefailure_6015-01rows.