Open Samkit-shah opened 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.
verify_artifact_signature
Fixed in #10.
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.