Skip to content

saveourtool/save-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f651465 · Nov 12, 2024
Feb 11, 2021
Oct 31, 2024
Jan 31, 2024
Apr 25, 2024
Apr 25, 2024
Feb 20, 2024
Nov 11, 2024
Nov 11, 2024
Oct 31, 2024
Oct 25, 2023
Nov 11, 2024
Oct 31, 2024
Jul 8, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Nov 12, 2024
Oct 31, 2024
Apr 25, 2024
Apr 25, 2024
Jan 23, 2024
Nov 11, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Dec 16, 2022
Aug 31, 2022
Dec 21, 2023
Jan 21, 2024
May 26, 2022
Jul 8, 2024
Mar 7, 2023
Jul 18, 2022
Jan 31, 2024
Feb 6, 2023
Jan 21, 2024
Apr 26, 2023
Jul 13, 2023
Feb 2, 2023
Oct 31, 2023
Apr 25, 2024
Oct 31, 2023

Repository files navigation

Build and test License FOSSA Status

What is save-cloud?

Save-cloud is a Non-profit Opensource Ecosystem with a focus on Code Analysis. Together with save-cli test framework it offers intelligent services tailored for developers of code analysis tools. Our key focus is to make life of developers who analyze code easier.

  1. SAVE - A distributed Cloud CI platform for testing and benchmarking code analyzers, equipped with a specialized test framework and test format. With SAVE, you can:

    • Swiftly set up testing and CI for your code analyzer;
    • Share your tests with the community, allowing comparisons of other tools using your benchmarks;
    • Use SAVE to create an online demo for your analyzer and set it up for your community's use;
    • Benchmarks Archive with the list of popular benchmarks (with a reference to awesome-benchmarks).
  2. COSV - A platform designed for the reporting, aggregation, and deduplication of one-day vulnerabilities.

Additionally, on our platform we host contests in the field of code analysis. This provides an opportunity for you to submit your automated solutions for bug detection, and compete with other innovative projects.

Links

Motivation

High-level perspective

SAVE

SAVE processing

COSV

image

Build and deploy

To build the project and run all tests, execute ./gradlew build.

For more detailed instructions, including deployment instructions, see save-deploy/README.md.

Local deployment

  1. Install Java 17 (LTS). We recommend azul.
  2. Ensure that docker daemon is running and docker compose is installed. We suggest Docker Desktop.
  3. Run ./gradlew deployLocal -Psave.profile=dev to start the MySql DB, Minio and will run all Spring Microservices with Docker Compose.
  4. Run ./gradlew -Psave.profile=dev :save-frontend:run to start save-frontend using webpack-dev-server, requests to REST API will be proxied as configured in dev-server.js. User will be hardcoded with admin user.

Architecture and design

Save:

COSV: