ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] Fwd: [git update] packages/test-glob-req: heads/master
Date: Sat, 8 Sep 2007 23:52:57 +0400
Message-ID: <20070908195257.GH6051@solemn.turbinal> (raw)
In-Reply-To: <20070908185046.GM25755@osdn.org.ua>

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

On Sat, Sep 08, 2007 at 09:50:46PM +0300, Michael Shigorin wrote:
> On Sat, Sep 08, 2007 at 07:49:15PM +0400, Alexey Tourbin wrote:
> > Кто интересуется автоматическим поиском зависимостей,
> > советую склонировать этот пакет и запустить gear --rpm -- rpm -bb
> > Ну и ясное дело изучить зависимости собравшегося пакета.
> 
> Прикольненько =)

В шелле есть word splitting, после которого автоматически выполняется
глоб (не помню как это по-научному называется).  Отделить одно от
другого более-менее нельзя.

$ files='/lib/libc-* /lib/libpthread-*'
$ for f in $files; do echo "$f"; done
/lib/libc-2.5.so
/lib/libpthread-2.5.so
$ 

Это фактически значит, что переменную с untrusted data нельзя писать
без кавычек, иначе, помимо желаемого разбиения на слова также будет
сделан глоб.  Единственный способ не делать глоб -- это запускать
скрипты в режиме -f ("#!/bin/sh -f" или "set -f").

Кстати, в zsh ни word splitting, ни глоб по умолчанию не выполняются,
так что переменные вообще квотить не нужно.  А splitting или глоб нужно
специально просить, тот или другой, или оба вместе.

Кстати щас возможностей для подтасовок слишком много.

$ cat test.sh
\ a
' a'
$ sh --rpm-requires test.sh     
executable(\ a)
executable(' a')
$ /usr/lib/rpm/shell.req test.sh
shell.req: /home/at/test.sh: ' not found (skip)
shell.req: /home/at/test.sh: a' not found (skip)
shell.req: /home/at/test.sh: \ not found (skip)
shell.req: /home/at/test.sh: a not found (skip)
$

Думаю как бы накрыть всё это разом.  Кажется, как следует сделать всё
равно ничего не получится.  Но хотя бы отсечь заведомо дурные варианты.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-09-08 19:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-08 15:49 Alexey Tourbin
2007-09-08 18:50 ` Michael Shigorin
2007-09-08 19:52   ` Alexey Tourbin [this message]
2007-09-08 20:00     ` [devel] [JT] zsh nonomatch by default pls :) Michael Shigorin
2007-09-08 20:10       ` Alexey Tourbin
2007-09-09 17:21         ` Michael Shigorin
2007-09-09 18:40 ` [devel] Fwd: [git update] packages/test-glob-req: heads/master Slava Semushin
2007-09-09 18:54   ` Alexey Tourbin
2007-09-10  9:34     ` [devel] find-package: implemented protection against shell metacharacters and evil paths Alexey Tourbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070908195257.GH6051@solemn.turbinal \
    --to=at@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git