ASP.NET 部署和法规遵从性(SOX 等)

发布于 2024-07-17 09:13:43 字数 1431 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

云朵有点甜 2024-07-24 09:13:43

您可能想要查看自动化部署解决方案,并且需要正式的变更控制流程。 我们使用anthill pro。 它可以跟踪部署的版本和时间。

为了让红袜满意,我们每周召开一次会议,讨论何时部署什么。 它必须得到合规经理的批准,并且每个部署都需要填写一份表格,解释更改的内容、原因和方式。 填写表格后,必须有第三方参与(不是请求或批准的人,他们都无法访问生产环境,因为您必须遵循职责分离规则)来进行更改和变更是基于“变更文件”中的内容,没有来自提出请求的人的外部通信。 部署完成后,所有人都必须签字确认已完成以及何时完成。

You probably want to look at an automated deployment solution and you are going to need a formal change control process. We use anthill pro. It can track what version and when it was deployed.

To satify sox we had a weekly meeting of what was getting deployed when. It had to be approved by compliance manager and each deployment needed to have a form filled out explaining what, why and how something was being changed. Once the form was filled out a third person had to be involved (not the person requesting or approving, neither of them can have access to the production environment, because of the seperation of duties rule you have to follow) to make the change and the change was based off of what was in the "change document" no outside communication from the person making the request. Once deployed, all people had to sign off that it was done and when.

可遇━不可求 2024-07-24 09:13:43

满足要求应该不会太难,可能需要对您的开发流程进行一些更改,但这绝对是可能的。

您需要的是:

  • 任务跟踪系统,显示工作描述和批准
  • 将文档以及包链接到该系统的能力。
  • 用于测试您的部署的测试系统。
  • 最后,所有部署都必须通过安装包和其他脚本化方式完成。
  • 任何手动更改也必须记录并获得批准。

还要开启审核、定期运行安全测试并记录几乎所有内容。

所有这一切都可以通过许多系统实现,最大的变化是内部流程的变化。

It shouldn't be too hard to meet the requirements, it might require some changes to your development processes but it's definately possible.

What you need is:

  • A task tracking system, showing descriptions of work, and approvals
  • The ability to link documents, as well as packages to this system.
  • A test system to test your deployments onto.
  • Finally all deployments must be done via installation packages, and other scripted means.
  • Any manual changes must be documented and approved too.

Also turn on auditing, run regular security tests, and document almost everything.

All of this is possible with a number of systems, the biggest change is the changes to your internal processes.

你げ笑在眉眼 2024-07-24 09:13:43

您可能想了解一下 NTFS 提供的审核功能。

You might want to take a look at the auditing features provided by NTFS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文