target / strelka

Real-time, container-based file scanning at enterprise scale
Other
878 stars 113 forks source link

Pin yara-python to 4.3.1 in Poetry #443

Closed ryanohoro closed 8 months ago

ryanohoro commented 8 months ago

Describe the change

This change prevents poetry from upgrading the externally managed yara-python

Describe testing procedures

Successful build with up-to-date lock file

poetry lock --no-update
docker-compose -f build/docker-compose.yaml build

Sample output

N/A

Checklist

phutelmyer commented 8 months ago

@ryanohoro Do we need to modify the Dockerfile to remove the yara-python install reference?

ryanohoro commented 8 months ago

@phutelmyer No, this change just tells Poetry that the dependency is already satisfied when other modules request it. It does not replace the externally managed yara-python.