File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.17.0 (2025-08-27)
2
+
3
+ ### Feat
4
+
5
+ - ** heuristics** : add SimilarProjectAnalyzer to detect structural similarity across packages from same maintainer (#1089 )
6
+ - ** heuristics** : add Fake Email analyzer to validate maintainer email domain (#1106 )
7
+ - add GitHub attestation discovery (#1020 )
8
+ - ** security** : add package name typosquatting detection (#1059 )
9
+ - add pypi attestation discovery (#1067 )
10
+
11
+ ### Fix
12
+
13
+ - catch defusedxml security errors (#1138 )
14
+ - accept from-provenance repos as scm authentic (#1131 )
15
+ - ** pypi** : update get_maintainers_of_package to avoid request blocking (#1097 )
16
+ - include inspector links with information on if they are reachable. (#1102 )
17
+
18
+ ### Refactor
19
+
20
+ - remove the automatic sbom generation feature for Java (#1145 )
21
+ - run source code analysis by default (#1107 )
22
+ - improve experimental source code pattern analysis of pypi packages (#965 )
23
+
1
24
## v0.16.0 (2025-04-24)
2
25
3
26
### Feat
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ version_files = [
143
143
" src/macaron/__init__.py:__version__" ,
144
144
]
145
145
major_version_zero = true
146
- version = " 0.16 .0"
146
+ version = " 0.17 .0"
147
147
148
148
149
149
# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 8
8
# The version of this package. There's no comprehensive, official list of other
9
9
# magic constants, so we stick with this one only for now. See also this conversation:
10
10
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11
- __version__ = "0.16 .0"
11
+ __version__ = "0.17 .0"
12
12
13
13
# The path to the Macaron package.
14
14
MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments