项目作者: petr-muller

项目描述 :
Software Quality Tools
高级语言:
项目地址: git://github.com/petr-muller/software-quality-tools.git
创建时间: 2017-12-26T21:01:52Z
项目社区:https://github.com/petr-muller/software-quality-tools

开源协议:MIT License

下载


Software Quality Tools

Acceptance Testing

Accessibility

  • Pa11y | Automated accessibility web page checker

Continuous Stuff

  • Dependency CI | Provides feedback on project dependencies (licenses, security, outdated etc.)

Debuggers

Fuzzers

  • American Fuzzy Lop | White-box, instrumented fuzzer able to efficiently guide the fuzzing to explore new internal states of the system under test
  • Radamsa | my notes | Extremely simple to setup but powerful, black-box mutation fuzzer

Instrumentation Tools

Mocks

  • cwrap | Allows mocking users, privileges, DNS and network for Linux

Performance

  • Pyflame | Profiler that generates flame graphs for Python programs

Security

  • clair | Vulnerability static analyzer for containers

Static Analysis

  • Brakeman | GitHub | Vulnerability scanner for Ruby on Rails applications
  • Cppcheck | Light-weight static analyzer for C and C++
  • Flow | Static type checker for JavaScript
  • Frama-C | A heavy-weight, state-of-the-art suite of static analyzers for C
  • Infer | Very powerful static analysis tool for Java, C/C++ and Objective C
  • OCLint | GitHub | Static code checker for C, C++ and Objective C
  • reek | Code smell detector for Ruby
  • ShellCheck | Static analyzer for Shell language

Test Generators

Test Drivers