Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new playground to the docs #1184

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 4, 2024

  1. Add a new playground to the docs

    This change introduces a new playground in the docs where a
    user can test out Bandit right within their browser. This
    code uses PyScript (and sphinx-pyscript) to generate an editor
    window on a sphinx page in our docs. When the user clicks the
    play button, it runs Bandit against the example code they have
    provided.
    
    If Bandit finds issues it renders them in a box on the same page
    under the editable code.
    
    The editor windows by default includes an example of correct and
    incorrect usage of ssl context.
    
    Signed-off-by: Eric Brown <[email protected]>
    ericwb committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5b9df2f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    14d9976 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    d8a97aa View commit details
    Browse the repository at this point in the history