> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/amministrazione/sicurezza.md).

# Sicurezza

Il nomos system Controller esegue regolarmente un controllo di sicurezza per identificare potenziali vulnerabilita. I risultati di questo controllo vengono visualizzati in una tabella.

* **ID (CVE):** Un identificatore univoco (Common Vulnerabilities and Exposures) per la falla di sicurezza. CVE-24-0002 si riferisce a un problema specifico.
* **Gravita:** Una valutazione della gravita della vulnerabilita. Numeri piu alti (ad es. 10 nello screenshot) indicano un rischio maggiore.
* **Descrizione:** Una breve spiegazione della falla di sicurezza.
* **Azioni/Soluzione:** Per ogni vulnerabilita e presente un pulsante "Soluzione" che La aiuta a completare o migliorare i Suoi interventi.

**Correzione delle vulnerabilita di sicurezza (consigli generali):**

Il pulsante "Soluzione" per ogni vulnerabilita porta ai seguenti passaggi:

* **Cambio password:** Modifichi la password interessata.
* **Disattivazione/Eliminazione account utente:** Se un account utente non e piu necessario, puo essere disattivato o completamente eliminato.
* **Aggiornamenti software:** Si assicuri che il nomos system Controller sia aggiornato.

**Misure di sicurezza aggiuntive:**

* **Controlli di sicurezza regolari:** Pianifichi revisioni di sicurezza regolari.
* **Configurazione del firewall:** Configuri il Suo firewall per prevenire accessi non autorizzati al nomos system Controller.
* **Sicurezza della rete:** Protegga la Sua rete con password complesse e altre misure di sicurezza.
* **Controllo degli accessi:** Si assicuri che solo le persone autorizzate abbiano accesso al nomos system Controller.

<figure><img src="/files/8uMjH2fYs8am54Jz8yKd" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integratore-it/amministrazione/sicurezza.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
