GithubHelp home page GithubHelp logo

xxoopro / codescanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0fuzzingq/codescanner

0.0 0.0 0.0 4.9 MB

A code security platform based on fortify sca windows

JavaScript 41.72% Python 4.13% CSS 29.75% HTML 24.40%

codescanner's Introduction

CodeScanner

A code security platform based on fortify sca windows

功能

后端基于fortify sca的一款自动化代码审计管理平台

可以在CI流程中嵌入,可自动化拉取gitlab代码仓库或手动上传代码包进行代码审计

本系统包含基本功能,可以使用Celery轻易扩展其他功能

基于python3 + celery +redis + sqlite3开发,适用Windows

依赖

python3 redis celery djcelery

使用

1 安装代码

  git clone https://github.com/0FuzzingQ/CodeScanner.git
  cd mysite
  

2 同步数据库

  python3 manage.py makemigrations
  python3 manage.py migrate
  

3 开启celery队列 + web

  celery worker -A mysite -l debug -P eventlet
  python manage.py runserver
  

demo

主页

avatar

任务列表

avatar

漏洞列表

avatar

漏洞定位

avatar

codescanner's People

Contributors

0fuzzingq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.