~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools:default-bash-in-chroot

Last commit made on 2022-06-09
Get this branch:
git clone -b default-bash-in-chroot https://git.launchpad.net/~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools
Only Spyros Seimenis can upload to this branch. If you are Spyros Seimenis please log in for upload directions.

Branch merges

Branch information

Name:
default-bash-in-chroot
Repository:
lp:~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools

Recent commits

5e8a98b... by Spyros Seimenis

Use /bin/bash as the default shell in chroots

When building with debuild inside a chroot, the user's
shell is used by default when running the command with su.
If the user's shell doesn't exist in a default installation the
script fails. Instead of installing a custom user's shell in the
chroot, this commit forces the shell to be bash.

ef689cc... by Alex Murray

audit-code.sh: Make sure we look for the right openssl module name for ruby

Signed-off-by: Alex Murray <email address hidden>

621c6cd... by Alex Murray

uaudit: Respect --disable-coverity for analysis plus misc cleanups

Various small cleanups to make pyright give cleaner output.

Signed-off-by: Alex Murray <email address hidden>

0e5d8d6... by Alex Murray

audits/audit-code.sh: Add some support for ruby

This is quite rudimentary but at least is better than the default generic
outputs

Signed-off-by: Alex Murray <email address hidden>

e105713... by Alex Murray

uaudit: Add support for invoking flawfinder directly

Signed-off-by: Alex Murray <email address hidden>

4760df0... by Alex Murray

uaudit: Add support for using brakeman to check rails applications

Signed-off-by: Alex Murray <email address hidden>

5b7b773... by Rodrigo Figueiredo Zaiden

check-source-package: change output of rmadout

 From the previous commit, instead of just removing the URL,
 we are transforming the output of 'apt-cache madison' to
 make it look closer to rmadison's output.

58dc132... by Rodrigo Figueiredo Zaiden

check-source-package: remove http[s] from rmadout

 When 'apt-cache madison' is executed, it may contain the archive
 url in the result, and if that is the case, 'oldist' is being
 parsed as http[s] instead of a release name. Cleaning http[s]
 from the result fixes that.

58a0cbc... by Paulo Flabiano Smorigo

utilities/ceviche: improve the status for esm releases

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>

bd68f81... by Paulo Flabiano Smorigo

ceviche: add --reset

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>