Skip to content
View minusworld's full-sized avatar

Organizations

@semgrep
Block or Report

Block or report minusworld

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cli-utility-template.py cli-utility-template.py
    1
    import logging
    2
    import sys
    3
    
                  
    4
    logger = logging.getLogger(__file__)
    5
    logger.setLevel(logging.INFO)
  2. archlist.py archlist.py
    1
    from typing import Any
    2
    
                  
    3
    class ArchList(list):
    4
        """
    5
        A list with a .get method that works like dict.get.
  3. aws-contact-us-form aws-contact-us-form Public

    Inexpensive backend for a website's Contact Us form. Generates CloudFormation templates for automatic deployment.

    Python

  4. semgrep/semgrep semgrep/semgrep Public

    Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

    OCaml 9.8k 560

  5. taskli taskli Public

    A very, very small task manager for your CLI

    Rust

  6. semgrep/semgrep-rules semgrep/semgrep-rules Public

    Semgrep rules registry

    Solidity 715 366