Add Linux pipeline (based on upstream logpoint/pySigma-backend-logpoint main)#6
Add Linux pipeline (based on upstream logpoint/pySigma-backend-logpoint main)#6
Conversation
Co-authored-by: vl43den <[email protected]>
vl43den
left a comment
There was a problem hiding this comment.
Can you pull the latest version from the upstream repository logpoint/pysigma-backend-logpoint?
Co-authored-by: vl43den <[email protected]>
Done in commit 43d7c13. Synced the following from upstream
Our Linux pipeline additions are layered on top of the upstream changes. |
|
Okay Check that my branch and the upstream branch of logpoint/pysigma-backend-logpoint are the same and add just the needed changes for the linux pipeline, then start a PR to the upstream repo |
vl43den
left a comment
There was a problem hiding this comment.
Okay Check that my branch and the upstream branch of logpoint/pysigma-backend-logpoint are the same and add just the needed changes for the linux pipeline, then start a PR to the upstream repo logpoint/pysigma-backend-logpoint
…d restore upstream poetry.lock Co-authored-by: vl43den <[email protected]>
Done in commit 19bec94. The branch now has exactly upstream's content plus only the Linux pipeline additions: Identical to upstream
Only Linux-specific additions on top of upstream:
Regarding opening a PR to
The branch is now exactly in sync with upstream |
Adds a Linux (auditd) pipeline on top of the upstream
logpoint/pySigma-backend-logpointmain branch. All existing files are byte-for-byte identical to upstream; only the Linux pipeline additions are new.Upstream sync
All shared files exactly match
logpoint/pySigma-backend-logpointmain (verified by git blob SHA), including:pyproject.toml(version0.4.0, pySigma^1.0.0, Python^3.10)poetry.lock(upstream lockfile)windows.py,azure.py,m365.py(pySigma 1.0.0 API refactor usingFieldFunctionTransformation)New Linux pipeline
sigma/pipelines/logpoint/linux.py— two-stage pipeline:proctitle→command,auid→user_id,exe→process)Image→process,CommandLine→command, etc.)logpoint_linuxin the pipeline registryNew mappings (
logpoint_linux_auditd_mapping,logpoint_linux_common_taxonomy) added tologpoint_mapping.py.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.