=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== lintian-brush-0.87/doc/fixer-writing-guide.rst-372- # Parse the maintainer field and extract the email address. lintian-brush-0.87/doc/fixer-writing-guide.rst:373: (name, email) = parseaddr(e.source['Maintainer']) lintian-brush-0.87/doc/fixer-writing-guide.rst-374- if email != PKG_PERL_EMAIL: ############################################## lintian-brush-0.87/fixers/debug-symbol-migration-possibly-complete.py-54- udd = await connect_udd_mirror() lintian-brush-0.87/fixers/debug-symbol-migration-possibly-complete.py:55: query = 'SELECT True FROM packages WHERE release = $2 AND package = $1' lintian-brush-0.87/fixers/debug-symbol-migration-possibly-complete.py-56- args = [package, release] ############################################## lintian-brush-0.87/fixers/orphaned-package-should-not-have-uploaders.py-10- if ("Maintainer" in updater.source and lintian-brush-0.87/fixers/orphaned-package-should-not-have-uploaders.py:11: parseaddr(updater.source["Maintainer"])[1] == lintian-brush-0.87/fixers/orphaned-package-should-not-have-uploaders.py-12- 'packages@qa.debian.org' and 'Uploaders' in updater.source): ############################################## lintian-brush-0.87/fixers/pkg-perl-testsuite.py-16- # Parse the maintainer field and extract the email address. lintian-brush-0.87/fixers/pkg-perl-testsuite.py:17: (name, email) = parseaddr(e.source['Maintainer']) lintian-brush-0.87/fixers/pkg-perl-testsuite.py-18- if email != PKG_PERL_EMAIL: ############################################## lintian-brush-0.87/fixers/pkg-perl-vcs.py-15- # Parse the maintainer field and extract the email address. lintian-brush-0.87/fixers/pkg-perl-vcs.py:16: (name, email) = parseaddr(e.source['Maintainer']) lintian-brush-0.87/fixers/pkg-perl-vcs.py-17- if email != PKG_PERL_EMAIL: ############################################## lintian-brush-0.87/fixers/python-teams-merged.py-8- old_maintainer = editor.source['Maintainer'] lintian-brush-0.87/fixers/python-teams-merged.py:9: maint, email = parseaddr(old_maintainer) lintian-brush-0.87/fixers/python-teams-merged.py-10- if email in ( ############################################## lintian-brush-0.87/fixers/unnecessary-team-upload.py-17- for entry in updater.source.get('Uploaders', '').split(','): lintian-brush-0.87/fixers/unnecessary-team-upload.py:18: uploader_emails.append(parseaddr(entry)[1]) lintian-brush-0.87/fixers/unnecessary-team-upload.py-19- ############################################## lintian-brush-0.87/fixers/unnecessary-team-upload.py-25- has_team_upload = (TEAM_UPLOAD_LINE in last_change.changes()) lintian-brush-0.87/fixers/unnecessary-team-upload.py:26: name, email = parseaddr(last_change.author) lintian-brush-0.87/fixers/unnecessary-team-upload.py-27- if email not in uploader_emails or not has_team_upload: ############################################## lintian-brush-0.87/fixers/vcs-field-bitrotted.py-141- package = control["Source"] lintian-brush-0.87/fixers/vcs-field-bitrotted.py:142: maintainer_email = parseaddr(control["Maintainer"])[1] lintian-brush-0.87/fixers/vcs-field-bitrotted.py-143- ############################################## lintian-brush-0.87/fixers/vcs-field-for-maintainer.py-18-with ControlEditor() as editor: lintian-brush-0.87/fixers/vcs-field-for-maintainer.py:19: maint, email = parseaddr(editor.source['Maintainer']) lintian-brush-0.87/fixers/vcs-field-for-maintainer.py-20- changed_fields = set() ############################################## lintian-brush-0.87/fixers/wrong-debian-qa-group-name.py-10- try: lintian-brush-0.87/fixers/wrong-debian-qa-group-name.py:11: email = parseaddr(updater.source["Maintainer"])[1] lintian-brush-0.87/fixers/wrong-debian-qa-group-name.py-12- except KeyError: ############################################## lintian-brush-0.87/lintian_brush/debbugs.py-41- row = await self._conn.fetchrow(""" lintian-brush-0.87/lintian_brush/debbugs.py:42:select package from bugs where id = $1""", bugid) lintian-brush-0.87/lintian_brush/debbugs.py-43- if row is None: ############################################## lintian-brush-0.87/lintian_brush/debianize.py-72- return [row[0] for row in await conn.fetch("""\ lintian-brush-0.87/lintian_brush/debianize.py:73:select id from wnpp where source = $1 and type in ('ITP', 'RFP') LIMIT 1 lintian-brush-0.87/lintian_brush/debianize.py-74-""", source_name)] ############################################## lintian-brush-0.87/lintian_brush/scrub_obsolete.py-103- version = await conn.fetchval( lintian-brush-0.87/lintian_brush/scrub_obsolete.py:104: "select version from sources where source = $1 and release = $2", lintian-brush-0.87/lintian_brush/scrub_obsolete.py-105- source, release) ############################################## lintian-brush-0.87/lintian_brush/vcswatch.py-45-select vcs, url, browser, status, error from vcswatch lintian-brush-0.87/lintian_brush/vcswatch.py:46:where source = $1""", name) lintian-brush-0.87/lintian_brush/vcswatch.py-47- if row is None: ############################################## lintian-brush-0.87/lintian_brush/vcswatch.py-56- row = await self._conn.fetchrow(""" lintian-brush-0.87/lintian_brush/vcswatch.py:57:select branch, status, error from vcswatch where url = $1 and vcs = $2""", lintian-brush-0.87/lintian_brush/vcswatch.py-58- url, vcs)