[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697958: marked as done (semanticscuttle: Hardcodes minimal user name length to 5)



Your message dated Mon, 25 Apr 2016 17:32:09 +0000
with message-id <[🔎] E1aukMj-0001Pz-65@franck.debian.org>
and subject line Bug#822507: Removed package(s) from unstable
has caused the Debian Bug report #697958,
regarding semanticscuttle: Hardcodes minimal user name length to 5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
697958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697958
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: semanticscuttle
Version: 0.98.4+dfsg-1
Severity: normal

>From /usr/share/php/SemanticScuttle/Service/User.php:

    995     function isValidUsername($username) {
    996         if (strlen($username) < 4) {
    997             return false;

I don't see any reason for this arbitrary limit.

It should be up to the administrator setting up the installation to
decide about such a limit.

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (101, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages semanticscuttle depends on:
ii  apache2              2.2.16-6+squeeze10  Apache HTTP Server metapackage
ii  apache2-mpm-prefork  2.2.16-6+squeeze10  Apache HTTP Server - traditional n
ii  dbconfig-common      1.8.46+squeeze.0    common framework for packaging dat
ii  debconf [debconf-2.0 1.5.36.1            Debian configuration management sy
ii  libjs-jquery-ui      1.8.ooops.21+dfsg-2 JavaScript UI library for dynamic 
ii  mysql-client         5.1.66-0+squeeze1   MySQL database client (metapackage
ii  mysql-client-5.1 [my 5.1.66-0+squeeze1   MySQL database client binaries
ii  php-gettext          1.0.10-1            read gettext MO files directly, wi
ii  php5                 5.3.3-7+squeeze14   server-side, HTML-embedded scripti
ii  php5-mysql           5.3.3-7+squeeze14   MySQL module for php5
ii  wwwconfig-common     0.2.1               Debian web auto configuration

semanticscuttle recommends no packages.

Versions of packages semanticscuttle suggests:
ii  mysql-server           5.1.66-0+squeeze1 MySQL database server (metapackage
ii  mysql-server-5.1 [mysq 5.1.66-0+squeeze1 MySQL database server binaries and

-- Configuration Files:
/etc/semanticscuttle/apache.conf changed:
Alias /semanticscuttle/js/jquery-ui-1.8.11/themes/ /usr/share/javascript/jquery-ui/themes/
Alias /semanticscuttle /usr/share/semanticscuttle/www
<Directory /usr/share/semanticscuttle/www/>
  Options Indexes FollowSymlinks
  AllowOverride FileInfo
  Order allow,deny
  Allow from all
  DirectoryIndex index.php
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/.]+)/?(.*)$ /$1.php/$2 [QSA,L]
RewriteRule ^api/([a-z]+)/([a-z]+) /api/$1_$2.php
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/ico "access plus 15 days"
ExpiresByType image/png "access plus 15 days"
ExpiresByType image/gif "access plus 15 days"
ExpiresByType text/js "access plus 15 days"
ExpiresByType text/css "access plus 15 days"
</IfModule>
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>
</Directory>

/etc/semanticscuttle/config.php changed:
<?php
/**
 * Configuration for SemanticScuttle.
 *
 * Copy this file to config.inc.php and adjust it.
 *
 * See config.default.inc.php for more options.
 */
/**
 * The name of this site.
 *
 * @var string
 */
$sitename = "Axel's own Del.icio.us";
/**
 * The welcome message on the homepage.
 *
 * @var string
 */
$welcomeMessage = "I don't need no stinking Delicious.com anymore.";
/**
 * Translation from locales/ folder.
 *
 * Examples: de_DE, en_GB, fr_FR
 *
 * @var string
 */
$locale = 'de_DE';
/**
 * Use clean urls without .php filenames.
 * Requires mod_rewrite (for Apache) to be active.
 *
 * @var boolean
 */
$cleanurls = false;
/**
 * Show debug messages.
 * This setting is recommended when setting up SemanticScuttle,
 * and when hacking on it.
 *
 * @var boolean
 */
$debugMode = true;
/***************************************************
 * Database configuration in dbconfig-common
 */
require_once("/etc/semanticscuttle/database.php");
/***************************************************
 * Users
 */
/**
 * Contact address for the site administrator.
 * Used as the FROM address in password retrieval e-mails.
 *
 * @var string
 */
$adminemail = 'abe+semanticscuttle@noone.org';
/**
 * Array of user names who have admin rights
 *
 * Example:
 * <code>
 * $admin_users = array('adminnickname', 'user1nick', 'user2nick');
 * </code>
 *
 * @var array
 */
$admin_users = array();
/***************************************************
 * Bookmarks 
 */
/**
 * Default privacy setting for bookmarks.
 * 0 - Public
 * 1 - Shared with Watchlist
 * 2 - Private
 *
 * @var integer 
 */
$defaults['privacy'] = 0;
/**
* You have completed the basic configuration!
* More options can be found in config.default.php.
*/
$root = "https://noone.org/semanticscuttle/";;
?>


-- debconf information:
* semanticscuttle/mysql/method: unix socket
  semanticscuttle/remote/port:
* semanticscuttle/db/dbname: semanticscuttle
  semanticscuttle/upgrade-backup: true
* semanticscuttle/webserver: false
  semanticscuttle/install-error: abort
  semanticscuttle/internal/skip-preseed: true
  semanticscuttle/passwords-do-not-match:
  semanticscuttle/remote/newhost:
  semanticscuttle/internal/reconfiguring: false
* semanticscuttle/dbconfig-install: true
  semanticscuttle/dbconfig-remove:
  semanticscuttle/dbconfig-reinstall: false
  semanticscuttle/remote/host:
  semanticscuttle/dbconfig-upgrade: true
  semanticscuttle/database-type: mysql
* semanticscuttle/db/app-user: semanticscuttle
  semanticscuttle/remove-error: abort
  semanticscuttle/upgrade-error: abort
* semanticscuttle/mysql/admin-user: root
  semanticscuttle/missing-db-package-error: abort
  semanticscuttle/purge: false

--- End Message ---
--- Begin Message ---
Version: 0.98.5+dfsg-1+rm

Dear submitter,

as the package semanticscuttle has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/822507

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: