Skip to content

Commit

Permalink
update: deps and security report
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 19, 2024
1 parent 36fa1bf commit eb10cd5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
12 changes: 8 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@

| Version | Supported |
| ------- | --------- |
| > 1.0.0 ||
| > 0.8.1 | |
| > 1.3.0 ||
| 0.8.x | |
| 0.7.x ||
| 0.6.x ||
| 0.5.x ||
| 0.4.x ||
| < 0.4.x ||

## Reporting a Feature
## Reporting a Vulnerability (v1.3.0)

- [x] The pyCrypto library and its module keccak are no longer actively maintained and have been deprecated.

## Break change (v1.0.0)

- [x] support `merkletreejs`

## Reporting a Vulnerability
## Reporting a Vulnerability (v0.8.1)

- [x] pysha3 has deprecated, update to 0.8.1

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "merkly"
version = "1.2.0"
version = "1.3.0"
description = "🌳 The simple and easy implementation of Merkle Tree"
authors = ["Lucas Oliveira <olivmath@protonmail.com>"]
repository = "https://github.com/olivmath/merkly.git"
Expand Down Expand Up @@ -33,6 +33,7 @@ classifiers = [
pycryptodome = "^3.19.0"
pydantic = "^2.9.2"
python = "^3.8"
keccaky = "^0.3.1"

[tool.poetry.dev-dependencies]
conventional-pre-commit = "^3.0.0"
Expand Down
8 changes: 8 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
> [!WARNING]
> For run tests you need install javascript deps!

> [!NOTE]

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Note test

[no-undefined-references] Found reference to undefined definition

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when shortcut reference links are used. Note test

[no-shortcut-reference-link] Use the trailing [] on reference links
> To run just unit tests
```bash
pytest -m "not benchmark and not merkletreejs" -vv
```

0 comments on commit eb10cd5

Please sign in to comment.