Closed patrickjcasey closed 2 weeks ago
This branch renames 2 of the current mitre plugins and has been broken into a commit for each of the plugins that was renamed.
mitre
I also noticed the main struct used in mitre/github was called GitlabAPIPlugin, when it should really be GithubAPIPlugin to be less confusing
mitre/github
GitlabAPIPlugin
GithubAPIPlugin
Resolves #568
This branch renames 2 of the current
mitre
plugins and has been broken into a commit for each of the plugins that was renamed.I also noticed the main struct used in
mitre/github
was calledGitlabAPIPlugin
, when it should really beGithubAPIPlugin
to be less confusing