-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
365 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
# portstreelint TODOLIST | ||
|
||
## Planned changes | ||
* Checking reported vulnerabilities with my [vuxml](https://github.com/HubTou/vuxml) library | ||
* Next version: splitting library.py code into multiple files for modularity | ||
* Version +2: checking distfiles availability | ||
|
||
## Probable evolutions | ||
* Checking distfiles availability | ||
* Configuration file | ||
|
||
## Possible evolutions | ||
* Providing a mechanism to keep track of external events | ||
* For example, the INDEX:www-site being unavailable since date X | ||
* Having a configuration file | ||
* Limits setting | ||
* Checks disabling | ||
* Exclusion of ports, maintainers, categories | ||
* Other output formats (JSON, XML, CSV ?) | ||
|
||
## Possible evolutions | ||
* Correction of false positives | ||
* Checking the existence of domains in maintainer's email addresses | ||
* Checking the depends fields (extract/patch/fetch/build/run): | ||
* between the Index and the Makefiles | ||
* against the existence of the dependencies | ||
* Other Makefiles related checks | ||
* Adding an option to notice port maintainers by email (but I don't want to harrass them...) | ||
|
||
## Unprobable evolutions | ||
* Checking reported vulnerabilities in dependencies | ||
* Checking unavailable ports in dependencies | ||
* Adding an option to notice port maintainers by email => will be better done by a wrapping script using the per-maintainer output | ||
* Side functionalities => not the direct purpose of this tool | ||
* Checking reported vulnerabilities in dependencies | ||
* Checking unavailable ports in dependencies | ||
* Checking ports that could be flavourized => no ideas for implementation (yet!) | ||
* See https://lists.freebsd.org/archives/freebsd-ports/2024-March/005597.html | ||
|
||
Feel free to submit your own ideas! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.