From 5e09aa1e42ec1e92abd0a3c4df203352b9455656 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Wed, 5 Feb 2025 15:03:19 +0000 Subject: [PATCH] feat: Add fake-security to list of community providers --- docs/communityproviders.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/communityproviders.rst b/docs/communityproviders.rst index e568acb3c3..3bf517ef71 100644 --- a/docs/communityproviders.rst +++ b/docs/communityproviders.rst @@ -65,6 +65,9 @@ Here's a list of Providers written by the community: | Faker | Recognition models | | | | using Faker. | | +---------------+---------------------------+----------------------------------+ +| Security | Fake data related to | `faker-security`_ | +| | security e.g. CVSS, CVE | | ++------------------------------------------------------------------------------- If you want to add your own provider to this list, please submit a Pull Request to our `repo`_. @@ -96,3 +99,4 @@ In order to be included, your provider must satisfy these requirements: .. _faker_wifi_essid: https://pypi.org/project/faker-wifi-essid/ .. _optional_faker: https://pypi.org/project/optional_faker .. _presidio-evaluator: https://pypi.org/project/presidio-evaluator +.. _faker-security: https://pypi.org/project/faker-security/