All Questions
2 questions
8
votes
4
answers
453
views
Should detected vulnerabilities in old commits be remedied?
One of my projects on GitHub has received a vulnerability alert, in this case of moderate severity.
The vulnerability has been detected in a dependency of an old version of the code. Current versions ...
2
votes
1
answer
2k
views
Best practices for working with public_html folders and git
Currently, everything that is in the public_html folder automatically gets published live. The git repository is also inited in this folder (though this can change if it's necessary).
What is a good ...