Skip to content

Commit 4d37775

Browse files
author
eugener
committed
finished translation
1 parent 73145f4 commit 4d37775

22 files changed

+207
-80
lines changed

2019/ru/src/0x00-header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## OWASP API Security Top 10 2019
44

5-
The Ten Most Critical API Security Risks
5+
Десять наиболее критичных рисков безопастности API
66

7-
May 29th, 2019
7+
Май 29th, 2019
88

99
![WASP Logo URL TBA](images/front-wasp.png)
1010

1111
| | | |
1212
| - | - | - |
13-
| https://owasp.org | This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][1] | ![Creative Commons License Logo](images/front-cc.png) |
13+
| https://owasp.org | Лицензировано с помощью [Creative Commons Attribution-ShareAlike 4.0 International License][1] | ![Creative Commons License Logo](images/front-cc.png) |
1414

1515
[1]: http://creativecommons.org/licenses/by-sa/4.0/
1616

2019/ru/src/0x00-notice.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
Notice
1+
Примечание
22
======
33

44
This is the text version of OWASP API Security Top 10, used as source for the
55
official version distributed as a Portable Document Format (PDF).
66

7+
Это текстовая версия OWASP API Security Top 10, используемая для создания официальной версии распространяемой в формате PDF.
8+
79
Contributions to the project such as comments, corrections, or translations
810
should be done here. For details on [How To Contribute][1], please refer to
911
[CONTRIBUTING.md][1].
1012

13+
Содействие в проекте, например, комментарии, исправления или перевод должны быть сделаны здесь. За подробностями о [Содействии][1] обратитесь к [CONTRIBUTING.md][1].
14+
1115
* Erez Yallon
1216
* Inon Shkedy
1317

2019/ru/src/0x00-toc.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
Table of Contents
1+
Содержание
22
=================
33

4-
* [Table of Contents](0x00-toc.md)
5-
* [About OWASP](0x01-about-owasp.md)
6-
* [Foreword](0x02-foreward.md)
7-
* [Introduction](0x03-introduction.md)
8-
* [Release Notes](0x04-release-notes.md)
9-
* [API Security Risks](0x10-api-security-risks.md)
4+
* [Содержание](0x00-toc.md)
5+
* [Об OWASP](0x01-about-owasp.md)
6+
* [Предислование](0x02-foreward.md)
7+
* [Введение](0x03-introduction.md)
8+
* [Анонс выпуска](0x04-release-notes.md)
9+
* [Риски безопасности API](0x10-api-security-risks.md)
1010
* [OWASP Top 10 API Security Risks – 2019](0x11-t10.md)
11-
* [API1:2019 Broken Object Level Authorization](0xa1-broken-object-level-authorization.md)
12-
* [API2:2019 Broken User Authentication](0xa2-broken-user-authentication.md)
13-
* [API3:2019 Excessive Data Exposure](0xa3-excessive-data-exposure.md)
14-
* [API4:2019 Lack of Resources & Rate Limiting](0xa4-lack-of-resources-and-rate-limiting.md)
15-
* [API5:2019 Broken Function Level Authorization](0xa5-broken-function-level-authorization.md)
16-
* [API6:2019 Mass Assignment](0xa6-mass-assignment.md)
17-
* [API7:2019 Security Misconfiguration](0xa7-security-misconfiguration.md)
18-
* [API8:2019 Injection](0xa8-injection.md)
19-
* [API9:2019 Improper Assets Management](0xa9-improper-assets-management.md)
20-
* [API10:2019 Insufficient Logging & Monitoring](0xaa-insufficient-logging-monitoring.md)
21-
* [What's Next For Developers](0xb0-next-devs.md)
22-
* [What's Next For DevSecOps](0xb1-next-devsecops.md)
23-
* [Methodology and Data](0xd0-about-data.md)
24-
* [Acknowledgments](0xd1-acknowledgments.md)
11+
* [API1:2019 Некорректная Авторизация на Уровне Объектов](0xa1-broken-object-level-authorization.md)
12+
* [API2:2019 Некорректная Аутентификация Пользователей](0xa2-broken-user-authentication.md)
13+
* [API3:2019 Предоставление Излишних Данных](0xa3-excessive-data-exposure.md)
14+
* [API4:2019 Отсутствие ограничений на количество запросов и потребляемые ресурсы](0xa4-lack-of-resources-and-rate-limiting.md)
15+
* [API5:2019 Некорректная авторизация на уровне функций](0xa5-broken-function-level-authorization.md)
16+
* [API6:2019 Массовое переназначение параметров](0xa6-mass-assignment.md)
17+
* [API7:2019 Ошибки настроек безопасности](0xa7-security-misconfiguration.md)
18+
* [API8:2019 Инъекции](0xa8-injection.md)
19+
* [API9:2019 Ненадлежащее управление активами](0xa9-improper-assets-management.md)
20+
* [API10:2019 Недостаточное логирование и мониторинг](0xaa-insufficient-logging-monitoring.md)
21+
* [Дальнейшие шаги для разработчиков](0xb0-next-devs.md)
22+
* [Дальнейшие шаги для DevSecOps](0xb1-next-devsecops.md)
23+
* [Методология и данные](0xd0-about-data.md)
24+
* [Благодарность](0xd1-acknowledgments.md)

2019/ru/src/0x01-about-owasp.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
About OWASP
1+
Об OWASP
22
===========
33

44
The Open Web Application Security Project (OWASP) is an open community dedicated
55
to enabling organizations to develop, purchase, and maintain applications and
66
APIs that can be trusted.
7+
Open Web Application Security Project (OWASP) - открытое сообщество, нацеленное на предоставление возможности организациям разрабатывать, покупать и поддерживать приложения и API, которым можно доверять.
78

89
At OWASP, you'll find free and open:
910

@@ -18,38 +19,59 @@ At OWASP, you'll find free and open:
1819
* Extensive [conferences worldwide][4].
1920
* [Mailing lists][5].
2021

22+
В OWASP вы найдете открытые и бесплатные:
23+
* Инструменты и стандарты по безопасности разработки ПО.
24+
* Полноценные книги по тестированию безопасности, разработке безопасного кода и анализу безопасности кода.
25+
* Презентации и [видео][1].
26+
* [Списки с подсказками (Cheat sheets)][2] на разные темы.
27+
* Стандартизированные меры безопасности и библиотеки.
28+
* [Локальные отделения по всему миру][3].
29+
* Современнейшие исследования.
30+
* Масштабные [конференции по всему миру][4].
31+
* [Списки рассылки][5].
32+
2133
Learn more at: [https://www.owasp.org][6].
34+
Узнайте больше на [https://www.owasp.org][6].
2235

2336
All OWASP tools, documents, videos, presentations, and chapters are free and
2437
open to anyone interested in improving application security.
38+
Все инструменты, документы, видео, презентации и отделения OWASP бесплатны и открыты для всех, заинтересованных в улучшении безрпасности разработки ПО.
2539

2640
We advocate approaching application security as a people, process, and
2741
technology problem, because the most effective approaches to application
2842
security require improvements in these areas.
43+
Мы выступаем за подход к безопасности к разработке ПО как к проблеме на уровне людей, процессов и технологий, поскольку наиболее эффективные подходы к безопасности разработки ПО подразумевают улучшения на всех этих уровнях.
2944

3045
OWASP is a new kind of organization. Our freedom from commercial pressures
3146
allows us to provide unbiased, practical, and cost-effective information about
3247
application security.
48+
OWASP - это новый вид организации. Наша свобода от давления коммерческими организациями позволяет нам предоставлять беспристрастную, практичную и экономически оправданную информацию о разработке ПО.
3349

3450
OWASP is not affiliated with any technology company, although we support the
3551
informed use of commercial security technology. OWASP produces many types of
3652
materials in a collaborative, transparent, and open way.
53+
OWASP не аффилирован ни с какими технологическими компаниям, однако мы поддерживаем информированное использование коммерческих технологий по безопасности. OWASP создает множество материалов коллективным, прозрачным и открытым способом.
3754

3855
The OWASP Foundation is the non-profit entity that ensures the project's
3956
long-term success. Almost everyone associated with OWASP is a volunteer,
4057
including the OWASP board, chapter leaders, project leaders, and project
4158
members. We support innovative security research with grants and infrastructure.
59+
OWASP Foundation - некоммерческая организация, обеспечивающая долговременный успех проекта. Почти все участники OWASP - волонтеры, включая исполнительный комитет OWASP, руководителей отделений, лидеров и участников проектов. Мы поддерживаем инновационные исследования по безопасности грантами и инфраструктурой.
4260

4361
Come join us!
62+
Присоединяйтесь к нам!
4463

45-
## Copyright and License
64+
## Право инелектуальной собственности и лицензии
4665

4766
![license](images/license.png)
4867

49-
Copyright © 2003-2019 The OWASP Foundation. This document is released under the
68+
Право инелектуальной собственности © 2003-2019 The OWASP Foundation. This document is released under the
5069
[Creative Commons Attribution Share-Alike 4.0 license][7]. For any reuse or
5170
distribution, you must make it clear to others the license terms of this work.
5271

72+
Copyright © 2003-2019 The OWASP Foundation. Этот документ выпущен в соответствии с
73+
[лицензией Creative Commons Attribution Share-Alike 4.0][7]. При переиспользовании или распространении вы обязаны разъяснить условия лицензии настоящейго документа.
74+
5375
[1]: https://www.youtube.com/user/OWASPGLOBAL
5476
[2]: https://www.owasp.org/index.php/OWASP_Cheat_Sheet_Series
5577
[3]: https://www.owasp.org/index.php/OWASP_Chapter

2019/ru/src/0x02-foreword.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Foreword
1+
Предисловие
22
========
33

44
A foundational element of innovation in today’s app-driven world is the
@@ -7,29 +7,40 @@ to IoT, autonomous vehicles, and smart cities, APIs are a critical part of
77
modern mobile, SaaS, and web applications and can be found in customer-facing,
88
partner-facing, and internal applications.
99

10+
Программируемый интерфейс приложений (API) - фундаментальный элемент инноваций в современном мире движимом приложениями. API - существенная часть современных мобильных, SaaS и веб приложени, используемая в клиентских, партнерских и внутренних приложениях в сферах от банков и логистики до интернета вещей, автономных автомобилей и умных городов.
11+
1012
By nature, APIs expose application logic and sensitive data such as Personally
1113
Identifiable Information (PII) and because of this, APIs have increasingly
1214
become a target for attackers. Without secure APIs, rapid innovation would be
1315
impossible.
1416

17+
По своей природе API раскрывают логику приложения и критичные данные, например, персональные данные, именно поэтому они все чаще становятся целью злоумышленников. Стремительные инновации невозможны без безопасных API.
18+
1519
Although a broader web application security risks Top 10 still makes sense, due
1620
to their particular nature, an API-specific security risks list is required.
1721
API security focuses on strategies and solutions to understand and mitigate the
1822
unique vulnerabilities and security risks associated with APIs.
1923

24+
Не смотря на то, что более обширный web application security risks Top 10 по прежнему приемлем, ввиду специфики API, необходим отдельный список рисков безопасности, относящихся к API.
25+
2026
If you're familiar with the [OWASP Top 10 Project][1], then you'll notice the
2127
similarities between both documents: they are intended for readability and
2228
adoption. If you're new to the OWASP Top 10 series, you may be better off
2329
reading the [API Security Risks][2] and [Methodology and Data][3] sections
2430
before jumping into the Top 10 list.
2531

32+
Если вы уже знакомы с [OWASP Top 10 Project][1], то наверняка заметите сходства, их основная цель - повышение читаемости и использования. Если вы не знакомы с семейством OWASP Top 10, то рекомендуем сначала ознакомиться с секциями [Риски Безопасности API][2] и [Методология и Данные][3] перед погружением в список Top 10.
33+
2634
You can contribute to OWASP API Security Top 10 with your questions, comments,
2735
and ideas at our GitHub project repository:
2836

37+
Вы можете посодействовать OWASP API Security Top 10 своими вопросами, комментариями и идеями в нашем репозитории GitHub:
38+
2939
* https://github.com/OWASP/API-Security/issues
3040
* https://github.com/OWASP/API-Security/blob/master/CONTRIBUTING.md
3141

3242
You can find the OWASP API Security Top 10 here:
43+
Вы можете ознакомиться с OWASP API Security Top 10 здесь:
3344

3445
* https://www.owasp.org/index.php/OWASP_API_Security_Project
3546
* https://github.com/OWASP/API-Security
@@ -38,6 +49,8 @@ We wish to thank all the contributors who made this project possible with their
3849
effort and contributions. They are all listed in the [Acknowledgments
3950
section][4]. Thank you!
4051

52+
Мы хотим поблагодарить всех участников проекта, которые своим вкладом и стараниями помогли проекту свершиться. Все они перечислены в секции [Благодарность][4]. Спасибо вам!
53+
4154
[1]: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
4255
[2]: ./0x10-api-security-risks.md
4356
[3]: ./0xd0-about-data.md

2019/ru/src/0x03-introduction.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
1-
Introduction
1+
Введение
22
============
33

4-
## Welcome to the OWASP API Security Top 10 - 2019!
4+
## Добро пожаловать в OWASP API Security Top 10 - 2019!
55

66
Welcome to the first edition of the OWASP API Security Top 10. If you're
77
familiar with the OWASP Top 10 series, you'll notice the similarities: they are
88
intended for readability and adoption. Otherwise, consider visiting the [OWASP
99
API Security Project wiki page][1], before digging deeper into the most critical
1010
API security risks.
1111

12+
Добро пожаловать в первую версию OWASP API Security Top 10. Если вы знакомы с семейством OWASP Top 10, то вы заметите сходства, их основная цель - повышение читаемости и использования. В противном случае посетите страницу [OWASP
13+
API Security Project wiki][1] перед углублением в наиболее критичные риски безопасности API.
14+
1215
APIs play a very important role in modern applications' architecture. Since
1316
creating security awareness and innovation have different paces, it's important
1417
to focus on common API security weaknesses.
1518

19+
API играют важную роль в архитектуре современных приложений. Поскольку информированность в сфере безопасности и инновации движутся с разной скоростью, важно сфокусироваться на общих недостатках безопасности API.
20+
1621
The primary goal of the OWASP API Security Top 10 is to educate those involved
1722
in API development and maintenance, for example, developers, designers,
1823
architects, managers, or organizations.
1924

25+
Основная цель OWASP API Security Top 10 - предоставить информацию людям, вовлеченным в разработку и поддержание API, например, разработчикам, дизайнерам, архитекторам, менеджерам или целым организациям.
26+
2027
In the [Methodology and Data][2] section, you can read more about how this first
2128
edition was created. In future versions, we want to involve the security
2229
industry, with a public call for data. For now, we encourage everyone to
2330
contribute with questions, comments, and ideas at our [GitHub repository][3] or
2431
[Mailing list][4].
2532

33+
В секции [Методология и Данные][2] вы можете более подробно ознакомиться с тем, как эта первая версия была создана. В будущих версиях мы хотим вовлечь индустрию безопасности путем публичного сбора данных. А сейчас мы призываем всех вносить свой вклад вопросам, комментариями и идеями в нашем [GitHub репозитории][3] или [Списке рассылки][4].
34+
2635
[1]: https://www.owasp.org/index.php/OWASP_API_Security_Project
2736
[2]: ./0xd0-about-data.md
2837
[3]: https://github.com/OWASP/API-Security

0 commit comments

Comments
 (0)