Skip to content
代码片段 群组 项目
提交 46a27a65 编辑于 作者: Amy Qualls's avatar Amy Qualls 提交者: Clayton Cornell
浏览文件

Placeholder to start a merge request

This commit makes a tiny change, so I can start a merge request. I
don't have the real answer to what stage or group this work needs to
be assigned to, but by starting a merge request, I can assign it to
the people who DO know.
上级 17fea50b
No related branches found
No related tags found
无相关合并请求
--- ---
stage: Secure, Protect redirect_to: '../index.md'
group: all remove_date: '2022-09-23'
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: index, dev, reference
--- ---
# Application Security development documentation This document was moved to [another location](../index.md).
Development guides that are specific to the stages that work on Application Security features are listed here. <!-- This redirect file can be deleted after <2022-09-23>. -->
<!-- Redirects that point to other docs in the same project expire in three months. -->
Please go to [Application Security](../../user/application_security/index.md) if you are looking for documentation on how to use those features. <!-- Redirects that point to docs in a different project or site (for example, link is not relative and starts with `https:`) expire in one year. -->
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/redirects.html -->
## Namespaces
Application Security code in the Rails monolith is organized into the following namespaces, which generally follows
the feature categories in the [Secure](https://about.gitlab.com/stages-devops-lifecycle/secure/) and [Protect](https://about.gitlab.com/stages-devops-lifecycle/protect/) stages.
- `AppSec`: shared code.
- `AppSec::ContainerScanning`: Container Scanning code.
- `AppSec::Dast`: DAST code.
- `AppSec::DependencyScanning`: Dependency Scanning code.
- `AppSec::Fuzzing::API`: API Fuzzing code.
- `AppSec::Fuzzing::Coverage`: Coverage Fuzzing code.
- `AppSec::Fuzzing`: Shared fuzzing code.
- `AppSec::LicenseCompliance`: License Compliance code.
- `AppSec::Sast`: SAST code.
- `AppSec::SecretDetection`: Secret Detection code.
- `AppSec::VulnMgmt`: Vulnerability Management code.
Most AppSec code does not conform to these namespace guidelines. When developing, make an effort
to move existing code into the appropriate namespace whenever possible.
...@@ -174,7 +174,6 @@ See [database guidelines](database/index.md). ...@@ -174,7 +174,6 @@ See [database guidelines](database/index.md).
## Domain-specific guides ## Domain-specific guides
- [CI/CD development documentation](cicd/index.md) - [CI/CD development documentation](cicd/index.md)
- [AppSec development documentation](appsec/index.md)
## Technical Reference by Group ## Technical Reference by Group
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册