Skip to content

Commit 03b9dd9

Browse files
authored
Merge branch 'main' into codex/repo-security-policy
2 parents feb8a23 + 472fe68 commit 03b9dd9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
26+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
2727
with:
2828
languages: c-cpp
2929

@@ -34,4 +34,4 @@ jobs:
3434
run: cmake --build build --config Release
3535

3636
- name: Analyze
37-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
37+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ LogLens is built around three ideas:
2323

2424
## Scope
2525

26-
LogLens is a defensive, public-safe repository for log parsing and detection engineering. Unsupported lines are surfaced as telemetry instead of being silently ignored.
26+
LogLens is a defensive, public-safe repository.
27+
It is intended for log parsing, detection experiments, and engineering practice.
28+
It does not provide exploitation, persistence, credential attack automation, or live offensive capability.
2729

28-
The project does not provide exploitation, persistence, credential attack automation, or live offensive capability.
2930

3031
## Repository Checks
3132

0 commit comments

Comments
 (0)