Skip to content

Commit 19bafd6

Browse files
committed
fixed
2 parents b624ad5 + e4b6235 commit 19bafd6

File tree

4 files changed

+94
-84
lines changed

4 files changed

+94
-84
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ OWASP Nest thrives on community contributions. Whether you are a developer, desi
5353
- Engagement: Share feedback, participate in discussions, or promote the project in your network.
5454

5555
To get started, visit the [OWASP Nest Repository](https://github.com/OWASP/Nest), explore the [Contributing Guidelines](https://github.com/OWASP/Nest/blob/main/CONTRIBUTING.md), and [Code of Conduct](https://github.com/OWASP/Nest/blob/main/CODE_OF_CONDUCT.md).
56+
57+
## About
58+
59+
OWASP Nest was **originally created by Arkadii Yakovets** (Ark) to address challenges in navigating OWASP projects. The project was **built from scratch based on Ark's ideas and discussions with Starr Brown** (Starr), ensuring a well-structured system design aligned with OWASP's ecosystem. Ark, an experienced software development professional with over 10 years of expertise in Python, Django, Django REST Framework (DRF), and related backend technologies, led the development of the backend using widely adopted Python **open-source frameworks and libraries**, including DRF, django-filter, OpenAI, Algolia Search, slack-bolt, PyGitHub, pre-commit, pytest, and more. The initial frontend, based on Vue.js, was introduced by **Kateryna Golovanova** (Kate), who later became the project co-leader due to her invaluable frontend and project management skills. The **code is licensed under the MIT License**, encouraging contributions while protecting the authors from legal claims. All OWASP Nest leaders are OWASP members and adhere to the OWASP Code of Conduct.
60+
61+
Over time, OWASP Nest has expanded to address broader OWASP community needs, such as Google Summer of Code (GSoC) student guidance and contribution opportunities discovery. The platform, along with NestBot, has become a popular entry point for various OWASP aspects, including projects, chapters, users, and aggregated contribution opportunities -- with even more features planned. OWASP Nest's success is also the result of many valuable [contributions](https://github.com/OWASP/Nest/graphs/contributors) from the broader [OWASP Nest community](https://owasp.slack.com/archives/project-nest), whose efforts have helped shape and improve the project in countless ways.
62+
63+
**No other OWASP projects' code was used in OWASP Nest's development.** While explicit attribution (other than per MIT license) is not required, contributors and other OWASP project leaders are welcome to provide it at their discretion.

cspell/custom-dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ csrfguard
1717
csrfprotector
1818
cva
1919
dismissable
20+
DRF
2021
dsn
2122
env
2223
facebookexternalhit
@@ -33,6 +34,7 @@ hsl
3334
igoat
3435
isanori
3536
jumpstart
37+
Kateryna
3638
linkify
3739
lxml
3840
markdownit

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"tailwindcss": "^3.4.17",
9292
"ts-jest": "^29.2.6",
9393
"ts-node": "^10.9.2",
94-
"typescript": "~5.7.3",
94+
"typescript": "~5.8.2",
9595
"typescript-eslint": "^8.26.0",
9696
"util": "^0.12.5",
9797
"vite": "^6.2.0",

0 commit comments

Comments
 (0)