fix version number

This commit is contained in:
humanacollaborator 2021-04-06 21:43:43 -04:00
parent baf6a80789
commit b8227538b3
3 changed files with 8 additions and 9 deletions

View File

@ -49,7 +49,9 @@ to contributors, and posted
Calling it a "target list" entails a presumption of how the list is
used. For example, if a threat actor wants to join the CFT project to
gain access to our internal operations, it is not CFT targeting them
but rather CFT avoiding being targeted by their adversary.
but rather CFT avoiding being targeted by their adversary. CFT has
been attacked several times and sometimes at the hands of insiders who
gained trust by posing as those who support the CFT cause.
Transparency is essential in exposing the corporate bias behind the
information and advice you are getting. For example, a forum for talk
@ -61,12 +63,9 @@ because they have proven to publish misinformation regularly.
Codeberg's move to conceal who represents a company ultimately
promotes corruption and deception.
CFT has also been attacked several times and sometimes at the hands of
insiders who gained trust by posing as those who support the CFT
cause.
Are forums hosted in Germany really forced to conceal such conflicts
of interest from the public? Unlikely.
Are forums hosted in Germany really forced to operate
non-transparently and conceal such conflicts of interest from the
public? Unlikely.
For Codeberg to allege CFT tracks "personal data" with social media
identities is perversely deceptive. CFT did not track personal data

View File

@ -12,6 +12,7 @@ The following forges have no significant ethical issues:
[git.sdf.org](https://git.sdf.org)|🟢|Gitea 1.13.1|n|n|n|n|SSH over Tor broken but HTTPS over Tor works|
[git.disroot.org](https://git.disroot.org)|🟢|Gitea 1.13.6|n|n|n|n|SSH over Tor works; based in NL|
[git.slashdev.space](https://git.slashdev.space)|🟢|Gitea 1.13.6|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[framagit.org](https://framagit.org)|🟢|Gitlab CE 13.10.2|n|n|n|n||
[notabug.org](https://notabug.org)([🧅](http://qs3zumwfci4tntnd.onion))|🟢|Gogs|n|n|n|n|based on [liberated](https://notabug.org/hp/gogs) fork of Gogs; [supports Tor](https://notabug.org/tor) (the *onion* web UI is currently disabled in response to attack but the onion site accepts git connections); supports SSH keys and SSH over Tor to NAB's onion service; no e-voting; NAB doesn't associate PGP keys to users, so PGP signed commits may be unavailable or more manual work needed.|
[launchpad.net](https://launchpad.net)|🟢|Launchpad|n|n|n|n|It's [unknown](https://wiki.freephile.org/wiki/Comparison_of_git_hosting_options) whether it functions without JavaScript; no wiki|
[sr.ht](https://sr.ht)|🟢|Sourcehut|n|n|n|n|javascript-free|
@ -20,7 +21,6 @@ The following forges have no significant ethical issues:
[gitlab.gnome.org](https://gitlab.gnome.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts|
[gitlab.torproject.org](https://gitlab.torproject.org)|🟢|Gitlab (CE)|n|n|n|n|open registration; repo creation possibly restricted; Google reCAPTCHA is [allegedley](https://lists.gnu.org/archive/html/repo-criteria-discuss/2021-03/msg00000.html) used, but [not at registration time](https://gitlab.onionize.space)|
[source.small-tech.org](https://source.small-tech.org)|🔴|Gitlab (CE)|n|n|n|n||
[framagit.org](https://framagit.org)|🟢|gitlab_ce 13.10.2|n|n|n|n||
[source.puri.sm](https://source.puri.sm)|🟢|Gitlab (EE)|n|n|n|n|open registration; *not* restricted to puri.sm efforts; no CAPTCHA (confirmed March 2021); is the JavaScript non-free with the enterprize edition?|
## Graylist

View File

@ -41,7 +41,7 @@ insert into forgesTbl (url_clrnet, software, openpubreg, cflogin, notes) values
insert into forgesTbl (url_clrnet, software, notes) values ('https://git.sdf.org','Gitea 1.13.1','SSH over Tor broken but HTTPS over Tor works');
/* Gitlab */
insert into forgesTbl (url_clrnet, software) values ('https://framagit.org','gitlab_ce 13.10.2');
insert into forgesTbl (url_clrnet, software) values ('https://framagit.org','Gitlab CE 13.10.2');
insert into forgesTbl (url_clrnet, software, hrecaptcha, notes) values ('https://git.feneas.org','gitlab_ce','unavoidable','reCAPTCHA impedes registration and imposes non-free s/w');
insert into forgesTbl (url_clrnet, software, cfns, notes) values ('https://git.hardenedbsd.org','gitlab_ee',1,'possibly restricted to BSD efforts');
insert into forgesTbl (url_clrnet, software, notes) values ('https://git.jami.net','gitlab_ce','possibly restricted to Jami efforts; acces to help page blocked to non-members so CE/EE unknown');