Skip to content

CAOSD-group/fm-security-policies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FM MODEL OF SECURITY POLICIES AND RULES

Preview of new project to use policies and rules of external tools to check vulnerabilities in configurations with UVL.

How to use it

The usage involves...:

YAML configurations can then be mapped and validated against the model.

Using the scripts

Requirements

  • Python 3.9+
  • Git
  • Bash or PowerShell for script execution

Download and install

  1. Install Python 3.9+

  2. Clone this repository and enter the project folder:

git clone https://github.com/CAOSD-group/fm-security-policies.git
cd fm-json-kubernetes
  1. Create a virtual environment:
python -m venv envFmSec
  1. Activate the environment:
  • Linux:
    source envFmSec/bin/activate
  • Windows:
    .\envFmSec\Scripts\Activate
  1. Install the dependencies:
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages