patzielinski / 9223-HW1

GNU Affero General Public License v3.0
1 stars 0 forks source link

artifact_filepath Validation #3

Open Samkit-shah opened 1 month ago

Samkit-shah commented 1 month ago

https://github.com/patzielinski/9223-HW1/blob/eb364c3350009072f223f1548d0fd27e0386ed70/main.py#L59-L60

There is no check if the artifact_filepath actually points to a valid file, It would be benificial if the filepath is checked but in the util file's verify_artifact_signature it directly tried to open the file which could lead to break the function.

patzielinski commented 1 month ago

Fixed in #10.