mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-27 05:05:51 +03:00
[PR #193] [CLOSED] malware-scan #191
Labels
No labels
bug
bug
clamav
crowdsec
documentation
enhancement
enhancement
enhancement
pull-request
question
virustotal
virustotal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bunkerweb-plugins#191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/193
Author: @mkf-sysangels
Created: 1/27/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
ce991a0initial release5f5be78Update .gitignore4e56a04Update README.mdd70d28finstall script + readmef29916eadded more systemsc5345d9Update install.md1886ed8add sharing - release v0.24b9eaa8catch default valuese6cdd2ccaching of files249e025Update CACHING.md📊 Changes
46 files changed (+23985 additions, -0 deletions)
View changed files
➕
.github/workflows/lua-check.yml(+80 -0)➕
.github/workflows/sbom-upload.yml(+30 -0)📝
.gitignore(+6 -0)➕
malware-scan/GDPR.md(+916 -0)➕
malware-scan/README.md(+401 -0)➕
malware-scan/SECURITY.md(+193 -0)➕
malware-scan/TECHNICAL.md(+678 -0)➕
malware-scan/cleanup-plugin.sh(+325 -0)➕
malware-scan/install-docker-clamav.md(+1494 -0)➕
malware-scan/install-docker-clamav.sh(+866 -0)➕
malware-scan/install.md(+573 -0)➕
malware-scan/install.sh(+275 -0)➕
malware-scan/jobs/README.md(+331 -0)➕
malware-scan/jobs/malware-scan-cache-cleanup.py(+334 -0)➕
malware-scan/jobs/malware-scan-update.lua(+96 -0)➕
malware-scan/jobs/malware-scan-update.py(+1569 -0)➕
malware-scan/malware-scan.lua(+437 -0)➕
malware-scan/malware_scan_api.lua(+739 -0)➕
malware-scan/malware_scan_cache.lua(+1634 -0)➕
malware-scan/malware_scan_clamav.lua(+435 -0)...and 26 more files
📄 Description
about the plugin
This plugin is a replacement for the existing "clamav" and "virustotal" plugins.
These two original plugins only work with HTTP/1.1 - the HTTP/2 and HTTP/3 uploads are broken.
Description
The plugin malware-scan uses several services to obtain information on uploaded files:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.