chore: datas are ok and sync also

This commit is contained in:
Julien Froidefond
2025-08-27 12:18:40 +02:00
parent aee5d74445
commit 88dc00a44b
11 changed files with 385 additions and 211 deletions

View File

@@ -7,14 +7,16 @@
"name": "OAuth 2.0",
"description": "Framework d'autorisation pour APIs",
"links": ["https://oauth.net/2/", "https://tools.ietf.org/html/rfc6749"],
"icon": "fas-key"
"icon": "fas-key",
"importance": "standard"
},
{
"id": "jwt",
"name": "JSON Web Tokens",
"description": "Standard pour transmettre des informations de façon sécurisée",
"links": ["https://jwt.io/", "https://tools.ietf.org/html/rfc7519"],
"icon": "fas-shield"
"icon": "fas-shield",
"importance": "standard"
},
{
"id": "https-ssl",
@@ -24,14 +26,16 @@
"https://developer.mozilla.org/en-US/docs/Web/Security",
"https://letsencrypt.org/"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "owasp",
"name": "OWASP",
"description": "Bonnes pratiques de sécurité des applications web",
"links": ["https://owasp.org/", "https://owasp.org/www-project-top-ten/"],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "csrf-xss",
@@ -41,7 +45,8 @@
"https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html",
"https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "penetration-testing",
@@ -51,7 +56,8 @@
"https://owasp.org/www-community/Penetration_Testing_Methodologies",
"https://www.kali.org/"
],
"icon": "fas-user-shield"
"icon": "fas-user-shield",
"importance": "standard"
},
{
"id": "cryptography",
@@ -61,14 +67,16 @@
"https://cryptography.io/",
"https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "auth0",
"name": "Auth0",
"description": "Plateforme d'authentification et d'autorisation",
"links": ["https://auth0.com/", "https://auth0.com/docs"],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "keycloak",
@@ -78,7 +86,8 @@
"https://www.keycloak.org/",
"https://www.keycloak.org/documentation"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "incontournable"
},
{
"id": "vault",
@@ -88,7 +97,8 @@
"https://www.vaultproject.io/",
"https://learn.hashicorp.com/vault"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "incontournable"
},
{
"id": "sentinelone",
@@ -98,7 +108,8 @@
"https://www.sentinelone.com/",
"https://docs.sentinelone.com/"
],
"icon": "fas-shield-alt"
"icon": "fas-shield-alt",
"importance": "standard"
},
{
"id": "forescout",
@@ -108,7 +119,8 @@
"https://www.forescout.com/",
"https://www.forescout.com/support/"
],
"icon": "fas-network-wired"
"icon": "fas-network-wired",
"importance": "standard"
}
]
}