Aws-codeseeder

Latest version: v1.1.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.1.0

---

New
- adds support for npm mirrors to be set
- the SecretsManager secret name MUST be of the form `*-mirror-credentials`
- the content must be JSON
- the content has the form `{
"npm": { "ssl_token": "base64encodedtoken"},
}`
- npm registry is set via `npmMirror`
- `ssl_token` and `npmMirrorSecret` are *optional* when using a public mirror.
Changes
- Add support for explicit secret environment variables for mirrors

Fixes

Breaks

1.0.0

---

New
- adding support to pass in an existing bundle (assuming it is compliant)
- adding support for python 3.12, removed support for python 3.7 (considered a breaking change)
- adding tox to be able to test on all python versions locally

Changes
- updating dev dependencies

Fixes

Breaks

0.13.0

---
New
- adding support for AWS SecretsManager to support mirror credentials
- the SecretsManager name MUST be of the form `*-mirror-credentials`
- the content must be JSON
- the content has the form `{
"pypi": { "username": "testingpypi", "password": "thepasswordpypi" },
"something": {"username": "testing","password": "testing"
}}`

Changes

Fixes

Breaks

0.12.1

---

New

Changes
- updating the default codebuild image to `aws/codebuild/standard:7.0`

Fixes

Breaks

0.12.0

---

New
- support for npm mirror and pypi mirror in decorators
Changes

Fixes

Breaks

0.11.1

---

New

Changes

Fixes
- updating readthedocs configs as site has changed their requirements

Breaks

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.