Merge pull request #22 from gene1wood/deprecate_ASAP

Update README with deprecation info
This commit is contained in:
Gene Wood 2021-11-30 16:11:28 -08:00 коммит произвёл GitHub
Родитель d21c77f1fe c2a6ee2fbe
Коммит 0f3279967c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 13 добавлений и 9 удалений

Просмотреть файл

@ -1,10 +1,14 @@
# Overview
`moz-security-monkey` is a python package, chef cookbook and AWS CloudFormation
template that will customize Netflix Security Monkey for use at Mozilla. This
customized deployment is referred to as AWS Security Auditing Platform (ASAP)
`moz-security-monkey` was a python package, chef cookbook and AWS CloudFormation
template that customized Netflix Security Monkey for use at Mozilla. This
customized deployment was referred to as AWS Security Auditing Platform (ASAP)
at Mozilla.
We ended our use of the ASAP platform in November 2021 as the upstream Netflix
Security Monkey reached [end-of-life in 2020](https://github.com/Netflix/security_monkey/pull/1227),
and we stopped using [MozDef](https://github.com/mozilla/MozDef) as our SIEM.
The `moz-security-monkey` python package overrides various parts of Security
Monkey in order to
* integrate it with the Mozilla SIEM, MozDef

Просмотреть файл

@ -2,7 +2,7 @@
"AWSTemplateFormatVersion":"2010-09-09",
"Description":"Mozilla AWS Security Auditing Platform",
"Metadata":{
"Source":"https://github.com/gene1wood/moz-security-monkey"
"Source":"https://github.com/mozilla/moz-security-monkey"
},
"Parameters":{
"Environment":{
@ -409,7 +409,7 @@
"git clone https://github.com/gene1wood/chef-security-monkey.git security-monkey && cd security-monkey",
"git checkout 5c2e39632b6de40d3a1c3a4493d4268bce250186",
"cd /opt",
"git clone https://github.com/gene1wood/moz-security-monkey.git moz-security-monkey && cd moz-security-monkey",
"git clone https://github.com/mozilla/moz-security-monkey.git moz-security-monkey && cd moz-security-monkey",
"git checkout HEAD",
"cd ~",
"BERKSHELF_PATH=/root/.berkshelf HOME=/root berks install --berksfile=/root/security-monkey/Berksfile",

Просмотреть файл

@ -2,7 +2,7 @@
"AWSTemplateFormatVersion":"2010-09-09",
"Description":"Mozilla Security Monkey SQS",
"Metadata":{
"Source":"https://github.com/gene1wood/moz-security-monkey"
"Source":"https://github.com/mozilla/moz-security-monkey"
},
"Parameters":{
"QueueName":{

Просмотреть файл

@ -19,13 +19,13 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.3.8',
version='0.3.9',
description="Customizes security-monkey for Mozilla's use",
long_description=long_description,
# The project's main homepage.
url='https://github.com/gene1wood/moz-security-monkey',
url='https://github.com/mozilla/moz-security-monkey',
# Author details
author='Gene Wood',
@ -40,7 +40,7 @@ setup(
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 7 - Inactive',
# Indicate who your project is intended for
'Intended Audience :: Information Technology',