~techalchemy/ubuntu-security-tools:feature/python3-migration

Last commit made on 2020-01-30
Get this branch:
git clone -b feature/python3-migration https://git.launchpad.net/~techalchemy/ubuntu-security-tools
Only Dan Ryan can upload to this branch. If you are Dan Ryan please log in for upload directions.

Branch merges

Branch information

Name:
feature/python3-migration
Repository:
lp:~techalchemy/ubuntu-security-tools

Recent commits

ceede68... by Dan Ryan

syntax fixes

Signed-off-by: Dan Ryan <email address hidden>

41f83d0... by Dan Ryan

Merge branch 'master' into feature/python3-migration

16ad204... by Dan Ryan

Add support for python 3 across UST

- Begin implementing context managers around file handles
- Begin moving unguarded execution blocks to `if __name__ == '__main__'
  blocks
- Change print statements to functions
- Use `contextlib.closing` context manager around `urlopen` calls to
  ensure connections are closed
- Add alternative config parser using `ConfigParser` by adding a dummy
  section header when loading config files to avoid `configobj`
- Prefer to decompress remote gzipped content in memory to avoid writing
  to disk
- `yaml.safe_load` and `yaml.safe.dump` instead of `load` and `dump`

Signed-off-by: Dan Ryan <email address hidden>

063b477... by Alex Murray

uaudit: Add support bandit for python static analysis

0361a45... by Paulo Flabiano Smorigo

ceviche: focal in, disco out

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

e10b512... by Paulo Flabiano Smorigo

ceviche: use current year and end year

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

3fb4968... by Paulo Flabiano Smorigo

move ansible to its own repository

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

e48ee4d... by Steve Beattie

bug.template: add section for mentioning polkit rules

Signed-off-by: Steve Beattie <email address hidden>

ec4c488... by Steve Beattie

schroot_update: force using old conf file on updates

Signed-off-by: Steve Beattie <email address hidden>

995de38... by Steve Beattie

audit-packaging: report polkit files

Signed-off-by: Steve Beattie <email address hidden>