|
|
|
|
|
by WorldMaker
1510 days ago
|
|
Deleting a tag is a force push operation like any other and repo policies that block force pushes will block tag updates. Tags themselves aren't necessarily the worst idea, but yes policies encouraging force pushes are likely to experience exploitation. Also, annotated tags have their own "commit" hashes, and can be code signed like any other commit. There are more precautions that could be taken. |
|