I am working on a web application which is accepting some files from external users. Thus, I wish to incorporate one JAVA compatible antivirus in my application which will scan the file content and will generate the outcome whether there is any virus present or not.
I want to manage this feature from my codebase perspective without installing the antivirus on the server itself. My target is to manage some maven dependencies and use some JAVA API for the virus scan which will keep my application server(JBOSS EAP 7.4.3) lightweight.
I have already done some research on this and got few information from some blogs over the internet. But I have not found any dependency related to antivirus API in the maven repository.
Could you please provide some ideas or solutions to solve this problem. Thanks in advance!
Regards, Ritesh