Skip to content
View retanoj's full-sized avatar
  • Beijing
  • 04:51 (UTC +08:00)
Block or Report

Block or report retanoj

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. momosecurity/momo-code-sec-inspector-java momosecurity/momo-code-sec-inspector-java Public

    IDEA静态代码安全审计及漏洞一键修复插件

    Java 923 142

  2. weakPass weakPass Public

    弱口令生成器

    Python 10 3

  3. 获取jar包中maven管理的依赖库 获取jar包中maven管理的依赖库
    1
    import zipfile
    2
    
                  
    3
    def extractDependencyFromJar(jar_file: str) -> list:
    4
        """
    5
        获取jar包中maven管理的依赖库
  4. mosec-maven-plugin mosec-maven-plugin Public

    Forked from momosecurity/mosec-maven-plugin

    用于检测maven项目的第三方依赖组件是否存在安全漏洞。

    Java