updated repo links

This commit is contained in:
Andreas Gohr 2023-03-23 11:13:35 +01:00
parent 63f344d043
commit 977aa967e5
6 changed files with 20 additions and 20 deletions

View File

@ -10,7 +10,7 @@ We try to fix vulnerabilites as fast as possible, but please keep in mind that t
You have multiple options on reporting vulnerabilities
* Use [huntr.dev](https://www.huntr.dev/repos/splitbrain/dokuwiki)
* Use [huntr.dev](https://www.huntr.dev/repos/dokuwiki/dokuwiki)
* Send an e-mail to [Andi](mailto:andi@splitbrain.org)
* Open a [Github Issue](https://github.com/splitbrain/dokuwiki/issues)
* Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues)
* Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist)

View File

@ -5,7 +5,7 @@ use \dokuwiki\Input\Input;
class common_getGoogleQuery_test extends DokuWikiTest {
/**
* https://github.com/splitbrain/dokuwiki/issues/2848
* https://github.com/dokuwiki/dokuwiki/issues/2848
*/
function test_google_form(){
global $INPUT;

View File

@ -1,5 +1,5 @@
{
"name": "splitbrain/dokuwiki",
"name": "dokuwiki/dokuwiki",
"description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database",
"homepage": "https://www.dokuwiki.org",
"type": "project",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "699d51060d59017efcb5b5d44ccef30e",
"content-hash": "75d802aaa4efaab39a51e8efb37111f6",
"packages": [
{
"name": "aziraphale/email-address-validator",

View File

@ -453,8 +453,8 @@ function breadcrumbs() {
* currently used to replace the colon with something else
* on Windows (non-IIS) systems and to have proper URL encoding
*
* See discussions at https://github.com/splitbrain/dokuwiki/pull/84 and
* https://github.com/splitbrain/dokuwiki/pull/173 why we use a whitelist of
* See discussions at https://github.com/dokuwiki/dokuwiki/pull/84 and
* https://github.com/dokuwiki/dokuwiki/pull/173 why we use a whitelist of
* unaffected servers instead of blacklisting affected servers here.
*
* Urlencoding is ommitted when the second parameter is false

View File

@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'splitbrain/dokuwiki',
'name' => 'dokuwiki/dokuwiki',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4ceca26fa0d867d1a9c1dd51ed81e9d64ce6f9f7',
'reference' => '63f344d0432a09091cd3e212ddc926ece548dc36',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -19,6 +19,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'dokuwiki/dokuwiki' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '63f344d0432a09091cd3e212ddc926ece548dc36',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'geshi/geshi' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
@ -26,8 +35,8 @@
'type' => 'library',
'install_path' => __DIR__ . '/../geshi/geshi',
'aliases' => array(
0 => '1.0.x-dev',
1 => '9999999-dev',
0 => '9999999-dev',
1 => '1.0.x-dev',
),
'dev_requirement' => false,
),
@ -76,15 +85,6 @@
'aliases' => array(),
'dev_requirement' => false,
),
'splitbrain/dokuwiki' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4ceca26fa0d867d1a9c1dd51ed81e9d64ce6f9f7',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'splitbrain/php-archive' => array(
'pretty_version' => '1.3.1',
'version' => '1.3.1.0',