]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
insane.bbclass: make the checking stricter for unsafe references in scripts ChenQi/qa-unsafe
authorChen Qi <qi.chen@windriver.com>
Thu, 5 Dec 2013 15:54:35 +0000 (10:54 -0500)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 19 Feb 2016 02:34:02 +0000 (10:34 +0800)
commite74382b4ce479b57ebfd9e68bd75bef1c75eeb78
tree0db77e7ed0ccc7d2ac27006f35d6657b300915a0
parent31af4a37c429bb1db8bfc64242b2963220f9a0e1
insane.bbclass: make the checking stricter for unsafe references in scripts

Previously, the checking for unsafe references is not strict enough. It
only checks whether '/usr/' is in the script. As a result, any script
containing statements like below will match this check.

   PATH="/bin:/sbin:/usr/bin:/usr/sbin"

However, as we can see, this is actually not an unsafe reference. What
we really want to check is something like '/usr/bin/tail', so we should
make the checking stricter.

This patch solves the QA warning in gzip and nfs-utils.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/classes/insane.bbclass