Skip to content

dev to main#335

Merged
jth-nw merged 5 commits intomainfrom
dev
Feb 27, 2026
Merged

dev to main#335
jth-nw merged 5 commits intomainfrom
dev

Conversation

@jth-nw
Copy link
Collaborator

@jth-nw jth-nw commented Feb 27, 2026

No description provided.

pavelshabanov2025 and others added 4 commits February 27, 2026 16:24
* Update filter combination logic in overview.md

Clarified the logical operators used in filter combinations for search functionality.

* Update docs/auditor/10.8/admin/search/overview.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Fix typos and improve clarity in overview.md

* Fix grammar and clarity in search overview documentation

Corrected minor grammatical errors and improved clarity in the search overview documentation.

* Fix formatting and link typo in search overview

Corrected the formatting of the 'Tools' section and fixed a link typo in the search overview documentation.

* Fix internal link anchor in search overview documentation

Co-authored-by: Claude Code <claude-code@kilocode.dev>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Melnikov <konstantin.melnikov@netwrix.com>
Co-authored-by: Claude Code <claude-code@kilocode.dev>
* Added info about WebView2 runtime

Updated recommendations regarding SQL Server installation on domain controllers.
Removed outdated information about printing reports.
Added information about WebView2

* Several punctuation and spelling corrections

* Update docs/auditor/10.8/requirements/software.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Correct capitalization of 'Auditor Server' in documentation

* Capitalization of some terms has been corrected

* Fix typo in Auditor Client documentation

Replace Cyrillic 'С' (U+0421) to Latin 'C' (U+0043)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Code claude-code@kilocode.dev
Reviewer now posts plain inline comments showing the suggested change as
a code block, with a footer instructing users to reply with
@claude apply suggestion or @claude add suggestion to batch.

Fixer now handles pull_request_review_comment events in addition to
issue_comment events. When a user replies to an inline comment, it
fetches the parent comment, extracts the suggested change, and routes
to Claude with a prompt covering apply and batch cases. Batch tracking
uses a <!-- CLAUDE-BATCH-TRACKER --> comment in the PR.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
Locks down the <!-- CLAUDE-BATCH-TRACKER --> comment to always show a
bold count header, a table of pending suggestions with file/line/text,
and instructions to apply. The reply to each inline comment also
includes the running total.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
@jth-nw jth-nw requested a review from a team as a code owner February 27, 2026 17:15

- name: Apply fixes (PR comment)
if: steps.pr-info.outputs.is_fork == 'false' && github.event_name == 'issue_comment'
uses: anthropics/claude-code-action@v1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Documentation Fixer' step
Uses Step
uses 'anthropics/claude-code-action' with ref 'v1', not a pinned commit hash
Move user-controlled GitHub event values (comment body, path, line,
in_reply_to_id) from direct shell interpolation into env: variables.
GitHub Actions evaluates ${{ }} expressions before the shell runs, so
interpolating comment.body directly allows command injection if the
comment contains shell metacharacters. Passing values through env:
causes the shell to treat them as plain strings.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
@jth-nw jth-nw merged commit ca1c923 into main Feb 27, 2026
6 of 8 checks passed
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