Skip to content

Commit

Permalink
Restricted configobj to dev dependecy and prepare release (#205)
Browse files Browse the repository at this point in the history
* moved configobj to dev dependency
* prepare release
  • Loading branch information
MarleneKress79789 authored Nov 24, 2023
1 parent f0b243e commit a45963b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [0.18.1](changes_0.18.1.md)
* [0.18.0](changes_0.18.0.md)
* [0.17.0](changes_0.17.0.md)
* [0.16.0](changes_0.16.0.md)
Expand Down
13 changes: 13 additions & 0 deletions doc/changes/changes_0.18.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Script-Languages-Container-Tool 0.18.0, released 2023-11-24

Code name: Configobj moved

## Summary

This release moves configobj from dependencies to dev dependencies so the security alert
regarding ReDoS exploit does not propagate

## Security

- moved configobj to dev dependencies

4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-script-languages-container-tool"
version = "0.18.0"
version = "0.18.1"
description = "Script Languages Container Tool"

license = "MIT"
Expand All @@ -23,14 +23,14 @@ importlib-resources = ">=5.4.0"
networkx = "2.8.2" # We pinned networkx to this version, because in newer versions it throws an exception, see https://github.com/exasol/integration-test-docker-environment/issues/228
exasol-integration-test-docker-environment = "^1.7.1"
typeguard = "<3.0.0"
configobj = "^5.0.8"

[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dev-dependencies]
toml = ">=0.10.2"
configobj = "^5.0.8" # moved to dev dependencie so security alert does not propagate further up


[tool.poetry.scripts]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyodbc>=4.0.27
pyodbc<5.0.0
pytz
lxml
docker
Expand Down

0 comments on commit a45963b

Please sign in to comment.