From 3a0725404b9503507726b957baf1f197e59317c2 Mon Sep 17 00:00:00 2001 From: Loop8ack <41995252+loop8ack@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:02:30 +0200 Subject: [PATCH] Update ReadMe.md: ChangeLog, Multi-process lock for download cache access --- ReadMe.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index b7c14d6..7a432d0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -293,6 +293,14 @@ Default value: `true` Specifies the folder path where the downloaded contents should be cached.
Default value: `%temp%/PackScan.PackagesProvider.Writer/DownloadCache` +- **PackagesProviderDownloadCacheAccessTimeout**
+Specifies the maximum timeout for accessing the download cache.
+Default value: `00:00:01` (1 Second) + +- **PackagesProviderDownloadCacheAccessRetryDelay**
+Sets the delay between retry attempts when accessing the download cache.
+Default value: `00:00:00.01` (10 Milliseconds) + ### CLI Parameters - **-f, --target-framework** | Specifies the target framework for the project. Default value: The current target framework of the project. @@ -315,6 +323,8 @@ Default value: `%temp%/PackScan.PackagesProvider.Writer/DownloadCache` - **--readme-load-mode** | Overrides the project property **PackagesProviderReadMeContentLoadMode**. - **--release-notes-load-mode** | Overrides the project property **PackagesProviderReleaseNotesContentLoadMode**. - **--download-cache-folder** | Overrides the project property **PackagesProviderDownloadCacheFolder**. +- **--release-notes-load-mode** | Overrides the project property **PackagesProviderDownloadCacheAccessTimeout**. +- **--download-cache-folder** | Overrides the project property **PackagesProviderDownloadCacheAccessRetryDelay**. ## Enums @@ -359,6 +369,20 @@ If you would like to contribute code, please fork the repository and create a pu # ChangeLog +## [v0.3.2 - 2024-04-21](https://github.com/loop8ack/PackScan/releases/tag/v0.3.2) +### Security +- 🔒 **Security Update**: SixLabors.ImageSharp vulnerability patch + +### Added +- Lock access to download cache + +## [v0.3.1 - 2024-04-14](https://github.com/loop8ack/PackScan/releases/tag/v0.3.1) +### Security +- 🔒 **Security Update**: SixLabors.ImageSharp vulnerability patch + +### Changed +- Generate namespaces with "global::" + ## [v0.3.0 - 2023-11-13](https://github.com/loop8ack/PackScan/releases/tag/v0.3.0) ### Added - PackScan.Tool parameter to specify the target framework for the project.