Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scanner): add default clamd configuration #1920

Merged
merged 19 commits into from
Jul 22, 2024

Conversation

zsoltkacsandi
Copy link
Contributor

@zsoltkacsandi zsoltkacsandi commented Jul 15, 2024

Description

  • fixing yaml invalid escape sequence error in .families.yml (clamscan_exclude_files)
  • fixing PrivateMirror may not include servers under *.clamav.net error (alternative_freshclam_mirror_url)
  • fixing falsely reported errors when clam/clamd ran successfully but no malware was found
  • generating default clamd config and using clamd by default

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@zsoltkacsandi zsoltkacsandi requested a review from a team as a code owner July 15, 2024 18:54
@zsoltkacsandi zsoltkacsandi self-assigned this Jul 16, 2024
@zsoltkacsandi zsoltkacsandi linked an issue Jul 16, 2024 that may be closed by this pull request
cli/cmd/scan/scan.go Outdated Show resolved Hide resolved
Co-authored-by: Ramiz Polic <32913827+ramizpolic@users.noreply.github.com>
@zsoltkacsandi zsoltkacsandi added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit c2b984b Jul 22, 2024
17 checks passed
@zsoltkacsandi zsoltkacsandi deleted the add-clamd-configuration branch July 22, 2024 12:57
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.

Create default clam daemon scan configuration
2 participants