Burp Suite User Forum

Create new post

Correctly sort Issue Definitions

Lee | Last updated: Dec 13, 2015 08:47PM UTC

When sorting by Name, the list is incorrectly being sorted. Capital letters are sorted before lower case letters. For example: PHP code injection comes before Password field with autocomplete enabled.

Burp User | Last updated: Dec 28, 2015 07:39AM UTC

It seems Burp uses the standard LC_ALL=C rules for sorting. IMHO this is the expected default behavior. Maybe you should submit a feature request for using the locale for sorting. dfc@oda550:~$ LC_ALL=C sort <<< $'PHP\nPassword\nPhish\nPAL Video error' PAL Video error PHP Password Phish dfc@oda550:~$ LC_ALL=en_US sort <<< $'PHP\nPassword\nPhish\nPAL Video error' PAL Video error Password Phish PHP

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.