From: Jakub Narebski <jnareb@gmail.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] gitweb: protect blob and diff output lines from controls.
Date: Thu, 9 Nov 2006 01:04:31 +0100 [thread overview]
Message-ID: <200611090104.32247.jnareb@gmail.com> (raw)
In-Reply-To: <7vpsbxqzre.fsf@assigned-by-dhcp.cox.net>
Junio C Hamano wrote:
> This reuses the quot_cec to protect blob and text diff output
> from leaking control characters.
>
> Signed-off-by: Junio C Hamano <junkio@cox.net>
> ---
> * requesting extra sets of eyeballs.
This changes the "blob" and "text diff" output somewhat, as earlier it
used Control key Sequence (CS) representation for some non-whitespace
control characters (not "\t' not '\n'), namely replacing form feed (FF)
('\f', '\014') with ^L and escape (ESC) ('\e', '\033') with ^[.
And (what is not said in the commit message) it additionally esc_html
some title elements (the subroutine should be I think named esc_attr).
The problems are:
1. First, esc_path should _not_ use subroutine which does it's own
contol characters escaping. That was also a mistake I made in my patch.
Perhaps we should have some quot_html or to_html subroutine which does
_only_ to_utf8 (decode from Encode module), escapeHTML and optionally
s/ / /g conversion.
2. In my opinion CS is better than CEC for quoting/escaping control
characters in the "bulk" output, namely "blob" output and "text
diff" (patchset body) output. CEC is better for pathnames (which must
fit in one line), and perhaps other one-liners; perhaps not. I'm not
sure what quoting to choose for esc_attr, but there we could use even
--no-control-chars quoting (replacing any control character by '?');
but perhaps in some cases like git_print_page_path subroutine CEC is
better.
BTW. what had happened with to_qtext post?
--
Jakub Narebski
next prev parent reply other threads:[~2006-11-09 0:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-08 23:34 [PATCH] gitweb: protect blob and diff output lines from controls Junio C Hamano
2006-11-09 0:04 ` Jakub Narebski [this message]
2006-11-09 0:15 ` Junio C Hamano
2006-11-09 0:46 ` Jakub Narebski
2006-11-09 1:10 ` Junio C Hamano
2006-11-09 9:34 ` Jakub Narebski
2006-11-09 9:24 ` Jakub Narebski
2006-11-09 9:55 ` Junio C Hamano
2006-11-09 10:02 ` Jakub Narebski
2006-11-09 10:34 ` Junio C Hamano
2006-11-09 10:41 ` Jakub Narebski
2006-11-10 10:22 ` Luben Tuikov
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=200611090104.32247.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).