An open API service indexing awesome lists of open source software.

https://github.com/eclipse-theia/security-audit

Automated Security Audit for Theia framework dependencies
https://github.com/eclipse-theia/security-audit

audit eclipse-theia security theia theia-ide

Last synced: about 1 year ago
JSON representation

Automated Security Audit for Theia framework dependencies

Awesome Lists containing this project

README

          




theia logo

THEIA - SECURITY AUDIT

[github pages](https://eclipse-theia.github.io/security-audit/)

[![Build](https://github.com/eclipse-theia/security-audit/workflows/Build%20and%20Deploy%20GitHub%20Page/badge.svg?branch=master)](https://github.com/eclipse-theia/security-audit/actions)

## Overview

The repository performs automatic `audit` scans to an example Theia application in an attempt
to determine if there are any potential security vulnerabilities present.

## Implementation
- Scans are performed on a an application found under `theia-application` by using the command
`yarn audit`.
- Scans report security vulnerabilities with severity `moderate` or higher (`moderate`, `high` and `critical`).
- The output of scans are parsed, and are then displayed for Github Pages to publish.