Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #8263

Re: static analysis and other tools for checking Python code

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From "Paul R. Tagliamonte" <paultag@gmail.com>
Newsgroups linux.debian.maint.python
Subject Re: static analysis and other tools for checking Python code
Date Thu, 03 Mar 2016 01:30:02 +0100
Message-ID <r8pjs-7pC-15@gated-at.bofh.it> (permalink)
References <r85E5-1TO-1@gated-at.bofh.it> <r8fN7-l3-3@gated-at.bofh.it> <r8p06-7eU-13@gated-at.bofh.it>
X-Mailbox-Line From debian-python-request@lists.debian.org Thu Mar 3 00:24:11 2016
Old-Return-Path <paultag@gmail.com>
X-Amavis-Spam-Status No, score=-5.799 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no
X-Policyd-Weight using cached result; rate:hard: -7
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=99wvGtmyrgROQGEdslzrjNszwy0XeiSzNeRmJplXJv4=; b=mQG7A8Ve9rVpHYNFP1NuSvW4AOSd+kXOX4wxd0tintY72+Kkb0pG+VSuKDZc23J4uY h5ajQwsl2rb/oM+icy7JM/nMtyduux8bn3exTCt3uX+CMgr7LADl13oirvoTO9TrqMJw Nd40bkLcCdsrwn6NxGl/7OSZBdiNGgFf8TAiQTeqKck//TD+XyALWBXNAEqjVkemd9L4 2RGofGH2XEg/qAAFTkqbQQhCRAN/xbBJkbaS5w2NkVOyaR51QnykNqeXSn+RcUTPEW8Q TWGgaOvWhAp6oeooPFJsa+tUSyXWjDLwmHfdnxhXhSa1KsLxGjugwPZhqbRbI/NI6qxq RbZQ==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=99wvGtmyrgROQGEdslzrjNszwy0XeiSzNeRmJplXJv4=; b=cGIS0mwiKSWMhM6SAz+v/EU6iL5pppHp2/ESPxCcK1hokkg4ab3AnzTlRGb2zHENPZ rJeGGXEnH88orr2eY/hMmHSLxl6tma3Yhq5Mn1chRKuUrbRwU9Hwo8muj36e/u3pMh7J GgU6XoGJloT8GAUnbaxPNSZcuqmRZQtT6uck84p/74fL8ohQcd88Go71BOUT7A9/Umre JTGaDDkgYal81zqJHBUi/dchnLbXJzIAl9d3h0c5vxj6TsgEWbjSMUXXDZNSsOf0SpaJ BbVyx9YWEJkBVzMKm3f/v7hytXWE4Pwt5TTkcuZD8GU8JhQaDU463w9bRgV2/O9TjA7f edYQ==
X-Gm-Message-State AD7BkJLdZweWb/KNYfsv5tpN7lwadcHKz06TNavGYciFxDRDhRhPcZt+XZNj8/kEhvpbyPGxNDS92OZKhFavPA==
MIME-Version 1.0
X-Received by 10.31.45.143 with SMTP id t137mr21621050vkt.143.1456963675411; Wed, 02 Mar 2016 16:07:55 -0800 (PST)
Content-Type multipart/alternative; boundary=001a114304d652dd4d052d19ca5d
X-Mailing-List <debian-python@lists.debian.org> archive/latest/13590
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CAO6P2QSSjiim2DvyAAWpPkrnO+y3tm1zHQJrHCAGkfJLdMQ3eQ@mail.gmail.com
Approved robomod@news.nic.it
Lines 67
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc debian-python <debian-python@lists.debian.org>
X-Original-Date Wed, 2 Mar 2016 19:07:54 -0500
X-Original-Message-ID <CAO6P2QSSjiim2DvyAAWpPkrnO+y3tm1zHQJrHCAGkfJLdMQ3eQ@mail.gmail.com>
X-Original-References <CAKTje6Hjp+RA666ey=mi7mwsTnxOor2LS85pSU7krziM0Z6=Yw@mail.gmail.com> <20160302132331.GB20628@volans.logilab.fr> <CAKTje6FQ1STcN3JDVtDvQ_o6cJ=tsr+dqWQN+G0g5HvTXQSjFg@mail.gmail.com>
Xref csiph.com linux.debian.maint.python:8263

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

flake8 has the most mindshare these days :)
On Mar 2, 2016 7:07 PM, "Paul Wise" <pabs@debian.org> wrote:

> On Wed, Mar 2, 2016 at 9:23 PM, Nicolas Chauvat wrote:
>
> > Maybe add pylint?
>
> As I understand it:
>
> pylint runs code from the source tree so it isn't suitable for running
> by default as that could be a security issue for people reviewing
> potentially untrusted code.
>
> pylint isn't able to be run automatically, it needs a human to come up
> with the right command-line.
>
> c-a-t-t could certainly print a suggestion to run pylint like it does
> for fuzzers like afl/zzuf.
>
> --
> bye,
> pabs
>
> https://wiki.debian.org/PaulWise
>
>

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-02 04:30 +0100
  Re: static analysis and other tools for checking Python code Scott Kitterman <debian@kitterman.com> - 2016-03-02 05:40 +0100
    Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-02 06:00 +0100
  Re: static analysis and other tools for checking Python code Nicolas Chauvat <nicolas.chauvat@logilab.fr> - 2016-03-02 15:20 +0100
    Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-03 01:10 +0100
      Re: static analysis and other tools for checking Python code "Paul R. Tagliamonte" <paultag@gmail.com> - 2016-03-03 01:30 +0100
      Re: static analysis and other tools for checking Python code Nicolas Chauvat <nicolas.chauvat@logilab.fr> - 2016-03-03 13:00 +0100
        Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-04 06:10 +0100
          Re: static analysis and other tools for checking Python code Nicolas Chauvat <nicolas.chauvat@logilab.fr> - 2016-03-04 10:30 +0100
            Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-04 14:40 +0100
              Re: static analysis and other tools for checking Python code Nicolas Chauvat <nicolas.chauvat@logilab.fr> - 2016-03-04 16:20 +0100
                Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-05 04:20 +0100
                Re: static analysis and other tools for checking Python code Nicolas Chauvat <nicolas.chauvat@logilab.fr> - 2016-03-05 15:10 +0100
                Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-06 10:20 +0100
  Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-03 01:40 +0100
    Re: static analysis and other tools for checking Python code Jeremy Stanley <fungi@yuggoth.org> - 2016-03-03 01:50 +0100
    Re: static analysis and other tools for checking Python code Daniel Stender <stender@debian.org> - 2016-03-04 15:40 +0100
      Re: static analysis and other tools for checking Python code Paul Wise <pabs@debian.org> - 2016-03-05 04:10 +0100
  Re: static analysis and other tools for checking Python code Jeremy Stanley <fungi@yuggoth.org> - 2016-03-03 01:40 +0100

csiph-web