Conversation
* 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>
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>
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.
No description provided.