Skip to content

Commit f4a295a

Browse files
Add OWASP Top 10 for Large Language Model Applications metadata
Generated on 2025-10-11 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-top-10-for-large-language-model-applications` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent f53fe61 commit f4a295a

File tree

3 files changed

+69
-48
lines changed

3 files changed

+69
-48
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,7 @@
1-
# .github/dependabot.yml
21
version: 2
32
updates:
4-
# Enable version updates for npm/yarn (JavaScript/TypeScript dependencies)
5-
- package-ecosystem: "npm"
6-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
75
schedule:
8-
interval: "weekly"
9-
# Ignore the agent_security_initiative directory as it contains deliberately insecure code
10-
ignore:
11-
- dependency-name: "*"
12-
paths:
13-
- "initiatives/agent_security_initiative/**"
14-
labels:
15-
- "dependencies"
16-
- "security"
17-
18-
# Enable version updates for Python dependencies (pip/pipenv/poetry)
19-
- package-ecosystem: "pip"
20-
directory: "/"
21-
schedule:
22-
interval: "weekly"
23-
ignore:
24-
- dependency-name: "*"
25-
paths:
26-
- "initiatives/agent_security_initiative/**"
27-
labels:
28-
- "dependencies"
29-
- "security"
30-
31-
# Enable version updates for Docker
32-
- package-ecosystem: "docker"
33-
directory: "/"
34-
schedule:
35-
interval: "weekly"
36-
ignore:
37-
- dependency-name: "*"
38-
paths:
39-
- "initiatives/agent_security_initiative/**"
40-
labels:
41-
- "dependencies"
42-
- "security"
43-
44-
# Enable version updates for GitHub Actions
45-
- package-ecosystem: "github-actions"
46-
directory: "/"
47-
schedule:
48-
interval: "weekly"
49-
labels:
50-
- "dependencies"
51-
- "ci"
6+
interval: weekly
7+
time: '00:45'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Validate OWASP entity metadata
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '*.owasp.yaml'
7+
push:
8+
paths:
9+
- '*.owasp.yaml'
10+
11+
permissions:
12+
contents: read
13+
14+
concurrency:
15+
cancel-in-progress: true
16+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+
jobs:
19+
validate-metadata:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v5
25+
26+
- name: Validate metadata file
27+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
audience:
2+
- builder
3+
community:
4+
- name: project-genai
5+
platform: slack
6+
url: https://owasp.slack.com/archives/C05956H7R8R
7+
description: "Project Website: <https://genai.owasp.org>\n\nOWASP page: <https://github.com/OWASP/www-project-top-10-for-large-language-model-applications>\n\
8+
\nGitHub Repo: <https://github.com/OWASP/www-project-top-10-for-large-language-model-applications>"
9+
leaders:
10+
- name: Steve Wilson
11+
12+
github: virtualsteve-star
13+
- name: Ads Dawson
14+
15+
github: GangGreenTemperTatum
16+
- name: John Sotiropoulos
17+
18+
github: jsotiro
19+
- name: Scott Clinton
20+
21+
github: SClinton
22+
- name: Sandy Dunn
23+
24+
github: subzer0girl2
25+
level: 2
26+
name: OWASP Top 10 for Large Language Model Applications
27+
pitch: Aims to educate developers, designers, architects, managers, and organizations about the potential security risks when deploying and managing Large
28+
Language Models (LLMs)
29+
repositories:
30+
- name: www-project-top-10-for-large-language-model-applications
31+
url: https://github.com/OWASP/www-project-top-10-for-large-language-model-applications
32+
description: OWASP Top 10 for Large Language Model Apps (Part of the GenAI Security Project)
33+
tags:
34+
- example-tag
35+
- custom-tag-1
36+
- custom-tag-2
37+
type: documentation
38+
website: https://owasp.org/www-project-top-10-for-large-language-model-applications

0 commit comments

Comments
 (0)