diff --git a/addOns/help_ar_SA/src/main/javahelp/contents/cmdline.html b/addOns/help_ar_SA/src/main/javahelp/contents/cmdline.html index 079bcc27..c890e16d 100644 --- a/addOns/help_ar_SA/src/main/javahelp/contents/cmdline.html +++ b/addOns/help_ar_SA/src/main/javahelp/contents/cmdline.html @@ -11,10 +11,10 @@

Command Line

To run ZAP via the command line, you will need to locate the ZAP startup script.
Windows:
-
C:\Program Files (x86)\OWASP\Zed Attack Proxy\zap.bat
+
C:\Program Files (x86)\ZAP\Zed Attack Proxy\zap.bat
Note: The command line options are not used by the executable (zap.exe) only the bat file.

Mac:
-
/Applications/OWASP\ ZAP.app/Contents/Java/zap.sh
+
/Applications/ZAP.app/Contents/Java/zap.sh
Linux:
zap.sh will be below the directory where ZAP was installed.

@@ -49,6 +49,7 @@

Options

    -addonlistList all of the installed add-ons     -script <script>Run the specified script (file system path) if command line/daemon, or just load it if GUI     -suppinfoOutputs details relevant for support and troubleshooting (to the console/standard out). Such as: ZAP version, java version, installed add-ons and version, locale info, operating system, etc. +    -sbomzip <path>Creates a zip file containing all of the available SBOMs
diff --git a/addOns/help_ar_SA/src/main/javahelp/contents/credits.html b/addOns/help_ar_SA/src/main/javahelp/contents/credits.html index 583f9d68..446786d3 100644 --- a/addOns/help_ar_SA/src/main/javahelp/contents/credits.html +++ b/addOns/help_ar_SA/src/main/javahelp/contents/credits.html @@ -57,6 +57,8 @@

ZAP Extended Team

    ciceroff     Jonathan Claudius (@claudijd)     Adrian Clay +    Kyle Cooper (@FiveOFive) +    Gustavo Covas (@gustavocovas)     Baptiste Crépin - AXA Group Security     Johanna Curiel @@ -95,6 +97,7 @@

ZAP Extended Team

    Daiki Ichinose (@mahoyaya)     Taras Ivashchenko, OWASP Russia +    Shershon A J (Shershon25)     Eswarprasath Jayaraman (ejayaraman)     Jon (@flibustier)     Tan Jin (@tjtanjin) @@ -121,6 +124,7 @@

ZAP Extended Team

    Lars Kristensen     Erik de Kuijper (@edkpr) +    Laurent Laubin - Quarkslab     Gwilym Lewis – Appsecco     Sajeeb Lohani (sml555) - Bulletproof ZDS     Dejan Lukan (eleanor) @@ -169,7 +173,7 @@

ZAP Extended Team

    Dobin Rutishauser - Compass Security AG     Bunyanuch Saengnet -    Najam Ul Saqib (@njmulsqb) +    Najam Ul Saqib (@cybersoldier)     Goran Sarenkapa (JordanGS)     Karan Preet Singh Sasan (@preetkaran20)     Pranav Saxena (@pranavsaxena17) @@ -219,7 +223,7 @@

ZAP Extended Team

ZAP Localization

-ZAP localization is organized via https://crowdin.com/project/owasp-zap +ZAP localization is organized via https://crowdin.com/project/zaproxy

diff --git a/addOns/help_ar_SA/src/main/javahelp/contents/intro.html b/addOns/help_ar_SA/src/main/javahelp/contents/intro.html index 567964b8..7208d0b1 100644 --- a/addOns/help_ar_SA/src/main/javahelp/contents/intro.html +++ b/addOns/help_ar_SA/src/main/javahelp/contents/intro.html @@ -3,14 +3,14 @@ -The OWASP ZAP Desktop User Guide +The ZAP Desktop User Guide

-OWASP ZAP Desktop User Guide

+ZAP Desktop User Guide

-Welcome to the OWASP Zed Attack Proxy (ZAP) Desktop User Guide.

+Welcome to the Zed Attack Proxy (ZAP) Desktop User Guide.

This is available both as context sensitive help within ZAP and online at https://www.zaproxy.org/docs/desktop/

@@ -49,7 +49,6 @@

See also

External links

    AzerbaijanianRashad Aliyev www.microphp.com
-
    Main ZAP website
    OWASP ZAP homepage
    Wikipedia entry for proxies
diff --git a/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.14.0.html b/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.14.0.html new file mode 100644 index 00000000..4b9fc481 --- /dev/null +++ b/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.14.0.html @@ -0,0 +1,156 @@ + + + + + + Release 2.14.0 + + + +

Release 2.14.0

+ +This is a bug fix and enhancement release. +
+These release notes do not include all of the changes included in add-ons updated since 2.13.0. +

+This release was made possible thanks to our Platinum Sponsor, the Software Security Project. +

+Some of the more significant enhancements include: + +

Rebranding and Docker Hub Move

+ +ZAP has had some minor rebranding changes as a result of the move to the Software Security Project. +

+As part of that move the official ZAP Docker images are being published to the +Software Security Project Docker Hub Organisation. +The OWASP images should continue to work for now but we recommend you change to use the new ones ASAP. +

+Note that you can also pull the ZAP Docker images from GitHub Container Registry. + +

Host Header Manipulation

+ +Host headers can now be manipulated in ZAP - we know many of you have been waiting for this for a long time! + +The Break, Manual Request and Requester dialogs all have a new "Update Host Header" button. +This is enabled by default (to keep backwards compatibility) but if you turn this off then you will be able to specify your own host headers which will be sent to the target site. + +

ZAPit

+ +This release adds a new `-zapit` command line option to perform a quick ‘reconnaissance’ scan of the URL specified. + +For more details see the ZAPit help page + +

API File Transfers

+ +You can now upload and download files to and from ZAP via the API. +Note that this feature is disabled by default as a security measure. + +For more details, including how to enable it, see the API help page. + +

Graal JS Add-on Access

+ +Since Oracle removed removed the Nashorn JavaScript engine from Java 15 anyone using Java 15+ has had to rely on the Graal JS add-on for JavaScript support. +Unfortunately due to classloader issues it was not able to access add-on classes, which significantly limited its functionality. +

+These issues have now been resolved which means that Graal JS is the recommended JavaScript engine to use in ZAP. +Note that existing Nashorn scripts may need changes to work with Graal JS. + +

Postman Support

+ +ZAP can now import Postman collections thanks to the new Postman add-on. + +

SBOMs

+ +ZAP includes a runtime Software Bill of Materials (SBOM) generated by CycloneDX +for both the ZAP core and all of the add-ons maintained by the ZAP team. + +For more details see the Software Bill of Materials help page. + +

ZAP API OpenAPI Definition

+ +An OpenAPI definition for the ZAP API is available in the main repository, which can be used to generate custom API clients. +This definition is planned to be kept up to date for the latest core and add-on releases. +

+Note that currently the definition does not declare the most appropriate types for the parameters and does not contain the responses. + +

ZAP Browser Extensions

+ +The eagle-eyed among you may have noticed that there are now ZAP Firefox and Chrome extensions: https://github.com/zaproxy/browser-extension + +These are included in the new Client Side Integration add-on which supports: + +* Browser Recording +* Streaming client side events to ZAP + +This is not (yet) included in the main ZAP releases so you will need to download it from the +Marketplace. + +

Dependency Updates

+ +As usual the release includes dependency updates. +

+The following libraries were updated: + +

+ +The following library was added: + + +

Add-Ons

+

New Add-Ons

+The following add-ons are included by default in this release for the first time: + + +

Updated Add-Ons

+All of the add-ons included by default have been updated since the last full release. + +

Enhancements

+ + +

Bug fixes

+ + + +

See Also

+ + + + +
    Introductionthe introduction to ZAP
    Releasesthe full set of releases
    Creditsthe people and groups who have made this release possible
+ + diff --git a/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.3.0.html b/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.3.0.html index 7e9a2b87..f7e6e325 100644 --- a/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.3.0.html +++ b/addOns/help_ar_SA/src/main/javahelp/contents/releases/2.3.0.html @@ -46,7 +46,7 @@

مزيد من الدعم أبي

وقد تم تمديد أبي لمواصلة دعم وظيفة زاب.

ملف المساعدة الدولية

-وقد تم تدويل ملف المساعدة ويجري حاليا ترجمته إلى لغات أخرى كثيرة https://crowdin.com/project/owasp-zap-help. إذا كنت تستخدم زاب في واحدة من العديد من اللغات التي ندعمها، فستتضمن ملفات المساعدة كل الترجمات المتاحة لتلك اللغة بينما تتعطل مرة أخرى إلى اللغة الإنجليزية للعبارات التي لم تترجم بعد.
+وقد تم تدويل ملف المساعدة ويجري حاليا ترجمته إلى لغات أخرى كثيرة https://crowdin.com/project/zap-help. إذا كنت تستخدم زاب في واحدة من العديد من اللغات التي ندعمها، فستتضمن ملفات المساعدة كل الترجمات المتاحة لتلك اللغة بينما تتعطل مرة أخرى إلى اللغة الإنجليزية للعبارات التي لم تترجم بعد.
يتم تضمين بعض مبالغ الترجمة الهامة في صفحات المساعدة: