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
- Host: GitHub
- URL: https://github.com/eclipse-theia/security-audit
- Owner: eclipse-theia
- License: other
- Created: 2019-10-29T15:29:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:05:14.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:44:38.787Z (over 1 year ago)
- Topics: audit, eclipse-theia, security, theia, theia-ide
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 4
- Watchers: 12
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
THEIA - SECURITY AUDIT
[
](https://eclipse-theia.github.io/security-audit/)
[](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.