CybercentreCanada / assemblyline

AssemblyLine 4: File triage and malware analysis
https://cybercentrecanada.github.io/assemblyline4_docs/
MIT License
235 stars 14 forks source link

Add fetch method configuration for UpdateSource #248

Open cccs-rs opened 1 month ago

cccs-rs commented 1 month ago

"Probably wouldn't be too unreasonable to add a method field to UpdateSource: _https://cybercentrecanada.github.io/assemblyline4_docs/odm/models/service/#updatesource_

And it could be an enum that supports GET, POST, SSH so it'll be more explicit when the updater tries to perform fetching (rather than trial and error that it's doing now)."

Additional context Ref: https://discord.com/channels/908084610158714900/909870171643056150/1275266906622001172

gdesmar commented 1 month ago

It will be great to know if it is a GET or a GIT source for sure. 🙂