-
Notifications
You must be signed in to change notification settings - Fork 0
Malicious Intent
Chase William edited this page Mar 9, 2023
·
2 revisions
Whenever a user is attempting to add a repository to the system, force them to login. This barrier will make spamming much more difficult and also allow me to hold accounts accountable for their actions.
All the projects that exist within the project tree of local projects were created by the authenticated user. Therefore, assemblies created by those projects can be stated as "created by" the authenticated user, whereas, the other assemblies are not, they are merely supporting assemblies created by another developer.
use git, git submodules are associated with a repo, that repo has a owner..