Brave Browser (64-bit)

最新版本 ClamAV 1.0.0

ClamAV 1.0.0

ClamAV 1.0.0
新的勇敢的瀏覽器 64 位自動阻止廣告和跟踪器,使其比目前的瀏覽器更快,更安全。除了真實的內容,一切頁面的加載速度都是驚人的。最多 60%的網頁加載時間是由每次在您最喜歡的新聞網站上打開頁面時加載到各個位置的基礎廣告技術引起的。其中 20%的時間花在加載試圖了解更多關於你的東西上。下載勇敢的瀏覽器 64 位脫機安裝程序安裝程序!

Brave 底層是一個基於 Chromium 的網絡瀏覽器,這意味著它的性能和網絡兼容性是非常相似的基於 Chromium 的其他瀏覽器.

Brave 瀏覽器功能:

Browse 更快 61225896Brave 塊跟踪和侵入性的廣告,可以放慢你在網絡上.

瀏覽更安全
Brave 64 位讓你和你的信息更安全,有效地屏蔽你從第三方跟踪和 malletin.

Browse Better
With 勇敢,你可以選擇是否看到廣告,尊重您的隱私或支付網站直接。無論哪種方式,您都可以在幫助資助內容創作者方面感覺良好.

阻止有害的廣告
在城裡有一個新的廣告遊戲。這就是所謂的“惡意廣告”。最新的展示廣告技術可以在您不知情的情況下在您的筆記本電腦上安裝惡意程但不能與勇敢的看著你的後背.

Brave 將網站重定向到 HTTPS
“我們已經將 HTTPS Everywhere 集成到每個勇敢的瀏覽器中,以確保您始終將您的位移到最安全的管道。下載勇敢的瀏覽器 64 位離線安裝程序安裝程序!

阻止塊跟踪像素和跟踪 Cookie
您是否曾經有過這樣的感覺,即當您看到某個廣告前幾天購買了某個東西時,有人在註視著您?當您在網上購物並瀏覽您最喜愛的網站時,我們確保您沒有被追踪.

也可用:下載 Brave Browser for Mac

ScreenShot

軟體資訊
檔案版本 ClamAV 1.0.0

檔案名稱 clamav-1.0.0.win.win32.msi
檔案大小
系統 Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Brave Software Inc.
官網 https://www.brave.com
更新日期 2022-11-30
更新日誌

What's new in this version:

Major changes:
- Support for decrypting read-only OLE2-based XLS files that are encrypted with the default password. Use of the default password will now appear in the metadata JSON.

Overhauled the implementation of the all-match feature. The newer code is more reliable and easier to maintain:
This project fixed several known issues with signature detection in all- match mode:
- Enabled embedded file-type recognition signatures to match when a malware signature also matched in a scan of the same layer
- Enabled bytecode signatures to run in all-match mode after a match has occurred
- Fixed an assortment of all-match edge case issues
- Added multiple test cases to verify correct all-match behavior

Added a new callback to the public API for inspecting file content during a scan at each layer of archive extraction:
- The new callback function type is clcb_file_inspection defined in clamav.h
- The function cl_engine_set_clcb_file_inspection() may be used to enable the callback prior to performing a scan
- This new callback is to be considered unstable for the 1.0 release. We may alter this function in a subsequent feature version.
- Added a new function to the public API for unpacking CVD signature archives:
- The new function is cl_cvdunpack(). The last parameter for the function may be set to verify if a CVD's signature is valid before unpacking the CVD content to the destination directory.
- The option to build with an external TomsFastMath library has been removed. ClamAV requires non-default build options for TomsFastMath to support bigger floating point numbers. Without this change, database and Windows EXE/DLL authenticode certificate validation may fail. The ENABLE_EXTERNAL_TOMSFASTMATH build is now ignored.
- The separate repository will make it easier to update the images and fix issues with images for released ClamAV versions
- Any users building the ClamAV Docker image rather than pulling them from Docker Hub will have to get the latest Docker files from the new location
- Increased the SONAME major version for libclamav because of ABI changes between the 0.103 LTS release and the 1.0 LTS release

Other improvements:
- Add checks to limit PDF object extraction recursion.
- Increased the limit for memory allocations based on untrusted input and altered the warning message when the limit is exceeded so that it is more helpful and less dramatic.
- Dramatically improved the build time of libclamav-Rust unit tests. The unit test build is included in the time limit for the test itself and was timing out on slower systems. The ClamAV Rust code modules now share the same build directory, which also reduces the amount of disk space used for the build.
- For Windows: The debugging symbol (PDB) files are now installed alongside the DLL and LIB library files when built in "RelWithDebInfo" or "Debug" mode.
- Relaxed the constraints on the check for overlapping ZIP file entries so as not to alert on slightly malformed, but non-malicious, Java (JAR) archives.
- Increased the time limit in FreshClam before warning if the DNS entry is stale. In combination with changes to update the DNS entry more frequently, this should prevent false alarms of failures in the database publication system.
- Docker: The C library header files are now included in the Docker image. Patch courtesy of GitHub user TerminalFi.
- Show the BYTECODE_RUNTIME build options when using the ccmake GUI for CMake. Patch courtesy of ????? ????????.
- Added explicit minimum and maximum supported LLVM versions so that the build will fail if you try to build with a version that is too old or too new and will print a helpful message rather than simply failing to compile because of compatibility issues. Patch courtesy of Matt Jolly.
- Fixed compiler warnings that may turn into errors in Clang 16. Patch courtesy of Michael Orlitzky.
- Allow building with a custom RPATH so that the executables may be moved after build in a development environment to a final installation directory.

Fixed:
Assorted code quality fixes. These are not security issues and will not be backported to prior feature versions:
- Several heap buffer overflows while loading PDB and WDB databases were found by OSS-Fuzz and by Michal Dardas.
- oss-fuzz 43843: heap buffer overflow read (1) cli_sigopts_handler
- oss-fuzz 44849: heap buffer overflow read (4) in HTML/js-norm
- oss-fuzz 43816: heap buffer overflow read (8) in cli_bcomp_freemeta
- oss-fuzz 43832: heap buffer overflow read (2) in cli_parse_add
- oss-fuzz 44493: integer overflow in cli_scannulsft
- CIFuzz leak detected in IDB parser
- oss-fuzz assorted signature parser leaks
- oss-fuzz 40601: leak detected in pdf_parseobj
- Fixed a build failure when using LIBCLAMAV_ONLY mode with tests enabled.
- Fixed an issue verifying EXE/DLL authenticode signatures to determine a given file can be trusted (skipped).
- Fixed a caching bug relating to the Container and Intermediates logical signature condition.
- Fixed a build issue when build with RAR disabled or when building with an external libmspack library rather than the bundled library.
- Fixed the capitalization of the -W option for clamonacc in the clamonacc manpage. Patch courtesy of GitHub user monkz.
- Fixed a performance issue with Rust code when the build type is not explicitly set to "Release" or "RelWithDebInfo". The Rust default build type is now "RelWithDebInfo" just like the C code, instead of Debug. This means it is now optimized by default.
- Fixed an issue loading Yara rules containing regex strings with an escaped forward-slash (/) followed by a colon (:)
- Fixed an issue detecting and scanning ZIP file entries appended to very small files. The fix is part of the all-match feature overhaul.
- Fixed a detection issue with EXE/DLL import-address-table hash signatures that specify a wildcard (*) for the size field. The fix is part of the all-match feature overhaul.
- Fixed the default bytecode timeout value listed in the manpages and in the sample config files. Patches courtesy of Liam Jarvis and Ben Bodenmiller.
- Fixed an issue building the libclamav_rust test program when running ctest if building with BYTECODE_RUNTIME=llvm and when the FindLLVM.cmake module is used to find the LLVM libraries. Patch courtesy of GitHub user teoberi.
- Fixed an issue where scans sent to clamd with the all-match mode enabled caused all subsequent scans to also use all-match mode
- Fixed bug when starting clamonacc with the --log=FILE option that created randomly named files in the current directory
- Other assorted bug fixes

ClamAV 1.0.0 相關參考資料
Cisco-Talosclamav: ClamAV - Documentation is here

ClamAV® is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. Documentation & FAQ. ClamAV documentation is ...

https://github.com

ClamAV < 0.103.8 0.104.x < 0.105.2 1.0.0 多個弱點

2023年8月31日 — - ClamAV 1.0.0 及更舊版本、 0.105.1 及更舊版本、0.103.7 及更舊版本的DMG 檔案剖析器中存在弱點,可允許未經驗證的遠端攻擊者存取受影響裝置上的敏感 ...

https://zh-tw.tenable.com

ClamAV 1.0.0 < 1.0.4、1.1.x、1.2.0 < 1.2.1 DoS

2024年2月12日 — 攻擊者可藉由在受影響的裝置上遞交建構的包含OLE2 內容的檔案由ClamAV 掃描,來利用此弱點。若惡意利用得逞,攻擊者即可造成ClamAV 掃描處理程序停止回應 ...

https://zh-tw.tenable.com

ClamAV 1.0.0 LTS released

2022年11月28日 — Bug fixes · Fixed an issue detecting and scanning ZIP file entries appended to very small files. The fix is part of the all-match feature ...

https://blog.clamav.net

clamav 1.0.0 · joaquinito2051cloudnativeapp

An Open-Source antivirus engine for detecting trojans, viruses, malware & other malicious threats. ClamAV is the open source standard for mail gateway ...

https://artifacthub.io

ClamAV 1.0.0 已經發布,這些是它的新聞

分支1.0.0 被歸類為長期支持(LTS) 並維護三年。 ClamAV 1.0.0 的發布將取代ClamAV 0.103 之前的LTS 分支,其修復漏洞和關鍵問題的更新將發佈到2023 年XNUMX 月。

https://ubunlog.com

ClamAV 1.1.0 released

2023年5月1日 — Major changes · Added the ability to extract images embedded in HTML CSS <style> blocks. · Updated to Sigtool so that the --vba option will ...

https://blog.clamav.net

ClamAV安装使用原创

2022年12月16日 — ClamAV 是一个开源的防病毒软件,可用于检测木马,病毒,恶意软件和其他恶意威胁。适用于Linux、macOS 和Windows 平台。 官网网站:http://www.clamav.net ...

https://blog.csdn.net

Download ClamAV

https://www.clamav.net

Releases · Cisco-Talosclamav

2023年12月15日 — ClamAV 1.3.0 includes the following improvements and changes: Major changes. Added support for extracting and scanning attachments found in ...

https://github.com