Skip to content

Commit

Permalink
fixing directory traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-rodri committed Nov 18, 2024
1 parent a4fa93d commit 6d7b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fipsmodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# touch usr/lib64/ossl-modules/fips.so
#fi
#mv ./usr/lib64/ossl-modules/fips.so ../fips_module/fips.so.x86_64
#cd ..
cd RESULTS
RPMVERSION=$(ls ./openssl-libs-3*ciqfips*.x86_64.rpm | sed -e 's/.*openssl-libs-\(3.*\)\.x86_64\.rpm/\1/')
echo "Creating fips provider tarball"
#tar -czf fips_module-${RPMVERSION}.tar.gz fips_module
Expand Down

0 comments on commit 6d7b713

Please sign in to comment.