Commit 4034e54
committed
Introduction of PyFunceble v4.2.0 (Blue Duckling: Ixora)!
Fixed:
* Security / Dependency Management: cryptography
Mitigation of CVE-2023-0286 & CVE-2023-23931 through
version bump.
* Fatal Error: When no nameservers are configured or provided by the
hosting system. (#328)
* Semantic: git.io (#341)
URLs with git.io were replaced with other one.
* New linting issues.
Improved:
* SPECIAL Rules: weebly.com
We now take down subdomains that return the 406 status code.
* SPECIAL Rules: wordpress.com (#321)
We now recognize subjects that were took down by Wordpress.
* SPECIAL Rules: internal
Uniformiization of the method for better and quicker development.
* Dependency Management: sqlalchemy
We upgraded to SQLAlchemy v2.x+.
* Converters: internal
Convertion can now be performed directely without initialization of
subjects through the convet method.
Removed:
* Python Support: <=3.7
We do not test or support any usage of PyFunceble with python<=3.7.
New:
* Python Support: ~=3.11
We now test (CI/CD) and support python~=3.11.
* Testing: pytest (#328)
pytest can now be used by packager to tests pyfunceble before
deployment.
* Database: PostgreSQL
We now support PostgreSQL as database type.
* Filesystem: IPs as first-class citizens in plain text outputs (#268)
From now on, IPs will be stored into the `ips` subdirectory when the
plain text format is active.
* SPECIAL Rules: subject-switch (#185 | #185#issuecomment-1290866362)
We now support the subject switch from any domains.
For example:
- m.example.com -> example.com
Outcome: m.example.com as INACTIVE
- m.example.com -> example.org
Outcome: NO status switch.
- m.example.com -> a.example.com -> example.com
Outcome: m.example.com as INACTIVE.
- m.example.com/hello/world -> example.com/hello/world
Outcome: m.example.com/hello/world as INACTIVE.
* SPECIAL Rules: changeip (#311)
When one of the known changeip domains provides `abuse.change.com`
in the SOA record, the subject will be flagged as INACTIVE.
* SPECIAL Rules: imgur.com (#319)
We now flag removed images.
* SPECIAL Rules: eToxic (#334)
When a blog from the eToxic infrastructure (known domains) doesn't
exists anymore, we flag them as INACTIVE.
Contributors:
* @Nilsonfsilva
* @smed79
* @spirilln
* @T1451 parent 12159bd commit 4034e54
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments