mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Link level 5 to alias traversal error
This commit is contained in:
parent
e68351ad17
commit
176c9de776
1 changed files with 5 additions and 0 deletions
|
@ -654,6 +654,7 @@ TEST_RESULTS () {
|
||||||
|
|
||||||
# Evaluate the fifth level
|
# Evaluate the fifth level
|
||||||
# -> The package have no error with package linter
|
# -> The package have no error with package linter
|
||||||
|
# -> The package does not have any alias_traversal error
|
||||||
if level_can_change 5
|
if level_can_change 5
|
||||||
then
|
then
|
||||||
# Validated if Linter is ok. Or if Linter has been not tested but already validated before.
|
# Validated if Linter is ok. Or if Linter has been not tested but already validated before.
|
||||||
|
@ -663,6 +664,10 @@ TEST_RESULTS () {
|
||||||
then level[5]=2
|
then level[5]=2
|
||||||
else level[5]=0
|
else level[5]=0
|
||||||
fi
|
fi
|
||||||
|
if [ $RESULT_alias_traversal -eq 1 ]
|
||||||
|
then
|
||||||
|
level[5]=0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Evaluate the sixth level
|
# Evaluate the sixth level
|
||||||
|
|
Loading…
Add table
Reference in a new issue