Skip to content

Commit

Permalink
added step to github commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jun 17, 2024
1 parent 5c4d31d commit 016a039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ harvest:

vulnerability-check:
# Check for no usage of SSL_free_buffers. # Details: https://github.com/GSA/data.gov/issues/4781
! docker compose run --rm -T ckan grep -riI "SSL_sock" /usr/local/lib/python3.10/site-packages/ && echo "Vulnerable SSL_free_buffers is not used"
! docker compose run --rm -T ckan grep -riI "SSL_free_buffers" /usr/local/lib/python3.10/site-packages/ && echo "Vulnerable SSL_free_buffers is not used"

0 comments on commit 016a039

Please sign in to comment.