Skip to content

Commit 4810138

Browse files
Add OWASP Machine Learning Security Top Ten metadata
Generated on 2025-10-06 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-machine-learning-security-top-10` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent b84fe33 commit 4810138

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
audience:
2+
- breaker
3+
- builder
4+
- defender
5+
community:
6+
- name: project-mlsec-top-10
7+
platform: slack
8+
url: https://owasp.slack.com/archives/C04PESBUWRZ
9+
description: Project group for Machine Learning Security Top 10
10+
leaders:
11+
- name: Shain Singh
12+
13+
github: shsingh
14+
- name: Sagar Bhure
15+
16+
github: sagarbhure
17+
- name: Ben Kereopa-Yorke
18+
19+
github: Benjamin-KY
20+
level: 2
21+
name: OWASP Machine Learning Security Top Ten
22+
pitch: Description for OWASP Machine Learning Security Top Ten
23+
repositories:
24+
- name: www-project-machine-learning-security-top-10
25+
url: https://github.com/OWASP/www-project-machine-learning-security-top-10
26+
description: OWASP Machine Learning Security Top 10 Project
27+
tags:
28+
- mltop10
29+
- related-tag
30+
- custom-tag-1
31+
type: documentation
32+
website: https://owasp.org/www-project-machine-learning-security-top-10

0 commit comments

Comments
 (0)