File: control

package info (click to toggle)
dodgy 0.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 168 kB
  • ctags: 52
  • sloc: python: 201; makefile: 13; sh: 2
file content (27 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: dodgy
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               pandoc,
               python3,
               python3-nose,
               python3-setuptools,
               txt2man,
Standards-Version: 4.0.0
Homepage: https://github.com/landscapeio/dodgy
Vcs-Git: https://anonscm.debian.org/git/collab-maint/dodgy.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/dodgy.git
X-Python3-Version: >= 3.3

Package: dodgy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: searches for dodgy looking lines in Python code
 Dodgy is a very basic tool to run against your codebase to search for "dodgy"
 looking values. It is a series of simple regular expressions designed to detect
 things such as accidental SCM diff checkins, or passwords or secret keys hard
 coded into files.