Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Security Reporting
description: How to report security issues in Directus.
---

### Reporting a Security Issue
## Reporting a Security Issue

If you believe you have discovered a security issue within a Directus product or service, please [open a new private security vulnerability report through GitHub](https://github.com/directus/directus/security/advisories/new). Alternatively, reach out to us directly over email: [security@directus.com](mailto:security@directus.com). We will then open a GitHub security advisory for tracking the fix on your behalf.

Expand All @@ -15,7 +15,7 @@ Directus values the members of the independent security research community who f

You can learn more about how we approach security and compliance at Directus [here](https://directus.com/resources/directus-soc-2-type-ii-certification).

### Approach to Vulnerability Management
## Approach to Vulnerability Management

Directus takes a proactive approach to security by continuously monitoring for vulnerabilities using automated tools as part of our engineering pipelines. We are committed to addressing all High and Critical severity vulnerabilities that directly affect Directus. Our priority is to resolve vulnerabilities that impact Directus itself immediately, with fixes posted to the [Security tab](https://github.com/directus/directus/security) on GitHub after release.

Expand Down
4 changes: 2 additions & 2 deletions content/frameworks/01.nextjs/02.authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ navigation:
title: Authentication
---

### Introduction
## Introduction

Authentication is a critical part of any modern web application, ensuring that users can securely access their data and perform authorized actions. In this tutorial, you will learn how to implement authentication in your Next.js application using Directus' built-in authentication system.

### Before You Start
## Before You Start

You will need:

Expand Down
6 changes: 3 additions & 3 deletions content/frameworks/01.nextjs/10.multilingual-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Building on this success, Chandrayaan-2 was launched in 2019, featuring an orbit

Click on the "Translations" interface and select the language you want to add the translation for. You will find below the translations in German, French and Spanish but you can add as many additional languages as you like.

#### German Translation
### German Translation

- `title`: "Chandrayaan: Indiens Reise in die Mondforschung"
- `content`:
Expand All @@ -185,7 +185,7 @@ Chandrayaan ist eine Reihe von Monderkundungsmissionen, die von der Indian Space
Aufbauend auf diesem Erfolg wurde Chandrayaan-2 2019 gestartet, bestehend aus einem Orbiter, einem Lander (Vikram) und einem Rover (Pragyan). Während der Lander keine weiche Landung hinbekam, sendet der Orbiter weiterhin wertvolle Daten. Im Jahr 2023 schrieb Chandrayaan-3 Geschichte, indem es erfolgreich in der Nähe des Südpols des Mondes landete, womit Indien die erste Nation war, der dieses Kunststück gelang. Die Mission setzte den Rover Pragyan ein, der vor Ort Analysen des Mondbodens durchführte und das Vorhandensein von Schwefel und anderen Elementen bestätigte. Das Chandrayaan-Programm ist ein Beweis für Indiens wachsende Expertise in der Weltraumforschung und seine Ambitionen für zukünftige interplanetare Missionen.
```

#### French Translation
### French Translation

- `title`: "Chandrayaan : le voyage de l'Inde dans l'exploration lunaire"
- `content`:
Expand All @@ -195,7 +195,7 @@ Chandrayaan est une série de missions d’exploration lunaire développées par
Fort de ce succès, Chandrayaan-2 a été lancé en 2019, avec un orbiteur, un atterrisseur (Vikram) et un rover (Pragyan). Bien que l’atterrisseur n’ait pas réussi à atterrir en douceur, l’orbiteur continue d’envoyer des données précieuses. En 2023, Chandrayaan-3 est entré dans l’histoire en atterrissant avec succès près du pôle sud de la Lune, faisant de l’Inde la première nation à réaliser cet exploit. La mission a déployé le rover Pragyan, qui a procédé à des analyses in situ du sol lunaire et a confirmé la présence de soufre et d'autres éléments. Le programme Chandrayaan témoigne de l'expertise croissante de l'Inde en matière d'exploration spatiale et de ses ambitions pour de futures missions interplanétaires.
```

#### Spanish Translation
### Spanish Translation

- `title`: "Chandrayaan: el viaje de la India hacia la exploración lunar"
- `content`:
Expand Down
4 changes: 2 additions & 2 deletions content/frameworks/02.nuxt/02.authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ description: Learn how to setup Directus authentication with Nuxt.
navigation:
title: Authentication
---
### Introduction
## Introduction

Authentication is a critical part of any modern web application, ensuring that users can securely access their data and perform authorized actions. In this tutorial, you will learn how to implement authentication in your Nuxt application using Directus' built-in authentication system.

### Before You Start
## Before You Start

You will need:

Expand Down
6 changes: 3 additions & 3 deletions content/frameworks/02.nuxt/10.multilingual-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ By following these tips, you'll be well on your way to becoming the most product

Click on the "Translations" interface and select the language you want to add the translation for. Below is a translation in French, Italian and Portuguese but you can add as many additional languages as you like.

#### French Translation
### French Translation

- `title`: "Devenir un lapin productif"
- `content`:
Expand All @@ -196,7 +196,7 @@ Entourez-vous d'influences positives. Faites-vous des amis avec d'autres lapins
En suivant ces conseils, vous serez sur la bonne voie pour devenir le lapin le plus productif possible. Alors, sautez et faites avancer les choses !
```

#### Italian Translation
### Italian Translation

- `title`: "Diventare un coniglio produttivo"
- `content`:
Expand All @@ -216,7 +216,7 @@ Circondati di influenze positive. Fai amicizia con altri conigli produttivi e im
Seguendo questi suggerimenti, sarai sulla buona strada per diventare il coniglio più produttivo possibile. Quindi, salta e fai le cose!
```

#### Portugeuse Translation
### Portugeuse Translation

- `title`: "Tornando-se um coelho produtivo"
- `content`:
Expand Down
2 changes: 1 addition & 1 deletion content/frameworks/09.flask/01.data-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Navigate to `http://localhost:3000/about` and see the result

![About page displaying configured data](/img/199fab96-daa7-4342-a601-b0e28c60af35.webp)

# Creating Blog Posts With Directus
## Creating Blog Posts With Directus

Create a new collection called `authors` with a single text input field called `name`. Create one or more authors.

Expand Down
2 changes: 0 additions & 2 deletions content/guides/09.extensions/6.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: CLI
description: Using the create-directus-extension to build, validate and manage extensions.
---

# Directus Extension CLI Utility

The [`create-directus-extension` CLI utility](https://www.npmjs.com/package/create-directus-extension) is used to scaffold a Directus extension.

## Creating Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In order to create new note, edit note or delete note on behalf of user, we need

![Filter Notes](/img/0ce9a861-27a4-44d7-93fb-5481b7711945.webp)

# Initialize Extension
## Initialize Extension

Open your terminal and run the following commands to create a new project, install dependencies, and run the project:

Expand Down
Loading