From 8fae276293dccb3b9d5ae383ced57a4ece053388 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Mon, 15 Sep 2025 23:56:46 +0530 Subject: [PATCH 1/8] Renamed the Codedx to SRM --- addOns/codedx/gradle.properties | 2 - .../resources/help/contents/codedx.html | 64 ------------------ .../extension/codedx/resources/help/index.xml | 9 --- .../help_zh_CN/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_zh_CN/map.jhm | 9 --- .../codedx/resources/Messages.properties | 49 -------------- addOns/{codedx => srm}/CHANGELOG.md | 0 addOns/srm/gradle.properties | 2 + .../extension/srm}/ExtensionAlertHttp.java | 4 +- .../zap/extension/srm}/ReportGenerator.java | 2 +- .../zap/extension/srm}/ReportLastScan.java | 2 +- .../extension/srm}/ReportLastScanHttp.java | 2 +- .../zaproxy/zap/extension/srm/SrmAPI.java} | 10 +-- .../zap/extension/srm/SrmExtension.java} | 43 ++++++------ .../zap/extension/srm/SrmProperties.java} | 20 +++--- .../extension/srm}/UploadActionListener.java | 46 ++++++------- .../srm}/UploadPropertiesDialog.java | 59 ++++++++-------- .../srm}/security/CertificateAcceptance.java | 2 +- .../security/CompositeX509TrustManager.java | 2 +- .../srm}/security/ExtraCertManager.java | 2 +- .../HostnameVerifierWithExceptions.java | 2 +- .../InvalidCertificateDialogStrategy.java | 24 +++---- ...InvalidCertificateFingerprintStrategy.java | 2 +- .../security/InvalidCertificateStrategy.java | 2 +- .../security/ReloadableX509TrustManager.java | 2 +- .../SSLConnectionSocketFactoryFactory.java | 24 +++---- .../srm}/security/SingleExtraCertManager.java | 2 +- .../resources/help/contents/images/srm.png | Bin 0 -> 713 bytes .../codedx/resources/help/contents/srm.html | 64 ++++++++++++++++++ .../codedx/resources/help/helpset.hs | 2 +- .../extension/codedx/resources/help/index.xml | 9 +++ .../extension/codedx/resources/help/map.jhm | 9 +++ .../extension/codedx/resources/help/toc.xml | 6 +- .../resources/help_ar_SA/contents/codedx.html | 0 .../help_ar_SA}/contents/images/codedx.png | Bin .../resources/help_ar_SA/helpset_ar_SA.hs | 0 .../codedx/resources/help_ar_SA/index.xml | 0 .../codedx/resources/help_ar_SA}/map.jhm | 0 .../codedx/resources/help_ar_SA/toc.xml | 0 .../resources/help_az_AZ/contents/codedx.html | 0 .../help_az_AZ}/contents/images/codedx.png | Bin .../resources/help_az_AZ/helpset_az_AZ.hs | 0 .../codedx/resources/help_az_AZ/index.xml | 0 .../codedx/resources/help_az_AZ}/map.jhm | 0 .../codedx/resources/help_az_AZ/toc.xml | 0 .../resources/help_bs_BA/contents/codedx.html | 0 .../help_bs_BA}/contents/images/codedx.png | Bin .../resources/help_bs_BA/helpset_bs_BA.hs | 0 .../codedx/resources/help_bs_BA/index.xml | 0 .../codedx/resources/help_bs_BA}/map.jhm | 0 .../codedx/resources/help_bs_BA/toc.xml | 0 .../resources/help_da_DK/contents/codedx.html | 0 .../help_da_DK}/contents/images/codedx.png | Bin .../resources/help_da_DK/helpset_da_DK.hs | 0 .../codedx/resources/help_da_DK/index.xml | 0 .../codedx/resources/help_da_DK}/map.jhm | 0 .../codedx/resources/help_da_DK/toc.xml | 0 .../resources/help_de_DE/contents/codedx.html | 0 .../help_de_DE}/contents/images/codedx.png | Bin .../resources/help_de_DE/helpset_de_DE.hs | 0 .../codedx/resources/help_de_DE/index.xml | 0 .../codedx/resources/help_de_DE}/map.jhm | 0 .../codedx/resources/help_de_DE/toc.xml | 0 .../resources/help_el_GR/contents/codedx.html | 0 .../help_el_GR}/contents/images/codedx.png | Bin .../resources/help_el_GR/helpset_el_GR.hs | 0 .../codedx/resources/help_el_GR/index.xml | 0 .../codedx/resources/help_el_GR}/map.jhm | 0 .../codedx/resources/help_el_GR/toc.xml | 0 .../resources/help_es_ES/contents/codedx.html | 0 .../help_es_ES}/contents/images/codedx.png | Bin .../resources/help_es_ES/helpset_es_ES.hs | 0 .../codedx/resources/help_es_ES/index.xml | 0 .../codedx/resources/help_es_ES}/map.jhm | 0 .../codedx/resources/help_es_ES/toc.xml | 0 .../resources/help_fa_IR/contents/codedx.html | 0 .../help_fa_IR}/contents/images/codedx.png | Bin .../resources/help_fa_IR/helpset_fa_IR.hs | 0 .../codedx/resources/help_fa_IR/index.xml | 0 .../codedx/resources/help_fa_IR}/map.jhm | 0 .../codedx/resources/help_fa_IR/toc.xml | 0 .../help_fil_PH/contents/codedx.html | 0 .../help_fil_PH}/contents/images/codedx.png | Bin .../resources/help_fil_PH/helpset_fil_PH.hs | 0 .../codedx/resources/help_fil_PH/index.xml | 0 .../codedx/resources/help_fil_PH}/map.jhm | 0 .../codedx/resources/help_fil_PH/toc.xml | 0 .../resources/help_fr_FR/contents/codedx.html | 0 .../help_fr_FR}/contents/images/codedx.png | Bin .../resources/help_fr_FR/helpset_fr_FR.hs | 0 .../codedx/resources/help_fr_FR/index.xml | 0 .../codedx/resources/help_fr_FR}/map.jhm | 0 .../codedx/resources/help_fr_FR/toc.xml | 0 .../resources/help_hi_IN/contents/codedx.html | 0 .../help_hi_IN}/contents/images/codedx.png | Bin .../resources/help_hi_IN/helpset_hi_IN.hs | 0 .../codedx/resources/help_hi_IN/index.xml | 0 .../codedx/resources/help_hi_IN}/map.jhm | 0 .../codedx/resources/help_hi_IN/toc.xml | 0 .../resources/help_hr_HR/contents/codedx.html | 0 .../help_hr_HR}/contents/images/codedx.png | Bin .../resources/help_hr_HR/helpset_hr_HR.hs | 0 .../codedx/resources/help_hr_HR/index.xml | 0 .../codedx/resources/help_hr_HR}/map.jhm | 0 .../codedx/resources/help_hr_HR/toc.xml | 0 .../resources/help_hu_HU/contents/codedx.html | 0 .../help_hu_HU}/contents/images/codedx.png | Bin .../resources/help_hu_HU/helpset_hu_HU.hs | 0 .../codedx/resources/help_hu_HU/index.xml | 0 .../codedx/resources/help_hu_HU}/map.jhm | 0 .../codedx/resources/help_hu_HU/toc.xml | 0 .../resources/help_id_ID/contents/codedx.html | 0 .../help_id_ID}/contents/images/codedx.png | Bin .../resources/help_id_ID/helpset_id_ID.hs | 0 .../codedx/resources/help_id_ID/index.xml | 0 .../codedx/resources/help_id_ID}/map.jhm | 0 .../codedx/resources/help_id_ID/toc.xml | 0 .../resources/help_it_IT/contents/codedx.html | 0 .../help_it_IT}/contents/images/codedx.png | Bin .../resources/help_it_IT/helpset_it_IT.hs | 0 .../codedx/resources/help_it_IT/index.xml | 0 .../codedx/resources/help_it_IT}/map.jhm | 0 .../codedx/resources/help_it_IT/toc.xml | 0 .../resources/help_ja_JP/contents/codedx.html | 0 .../help_ja_JP}/contents/images/codedx.png | Bin .../resources/help_ja_JP/helpset_ja_JP.hs | 0 .../codedx/resources/help_ja_JP/index.xml | 0 .../codedx/resources/help_ja_JP}/map.jhm | 0 .../codedx/resources/help_ja_JP/toc.xml | 0 .../resources/help_ko_KR/contents/codedx.html | 0 .../help_ko_KR}/contents/images/codedx.png | Bin .../resources/help_ko_KR/helpset_ko_KR.hs | 0 .../codedx/resources/help_ko_KR/index.xml | 0 .../codedx/resources/help_ko_KR}/map.jhm | 0 .../codedx/resources/help_ko_KR/toc.xml | 0 .../resources/help_ms_MY/contents/codedx.html | 0 .../help_ms_MY}/contents/images/codedx.png | Bin .../resources/help_ms_MY/helpset_ms_MY.hs | 0 .../codedx/resources/help_ms_MY/index.xml | 0 .../codedx/resources/help_ms_MY}/map.jhm | 0 .../codedx/resources/help_ms_MY/toc.xml | 0 .../resources/help_pl_PL/contents/codedx.html | 0 .../help_pl_PL}/contents/images/codedx.png | Bin .../resources/help_pl_PL/helpset_pl_PL.hs | 0 .../codedx/resources/help_pl_PL/index.xml | 0 .../codedx/resources/help_pl_PL}/map.jhm | 0 .../codedx/resources/help_pl_PL/toc.xml | 0 .../resources/help_pt_BR/contents/codedx.html | 0 .../help_pt_BR}/contents/images/codedx.png | Bin .../resources/help_pt_BR/helpset_pt_BR.hs | 0 .../codedx/resources/help_pt_BR/index.xml | 0 .../codedx/resources/help_pt_BR}/map.jhm | 0 .../codedx/resources/help_pt_BR/toc.xml | 0 .../resources/help_ro_RO/contents/codedx.html | 0 .../help_ro_RO}/contents/images/codedx.png | Bin .../resources/help_ro_RO/helpset_ro_RO.hs | 0 .../codedx/resources/help_ro_RO/index.xml | 0 .../codedx/resources/help_ro_RO}/map.jhm | 0 .../codedx/resources/help_ro_RO/toc.xml | 0 .../resources/help_ru_RU/contents/codedx.html | 0 .../help_ru_RU}/contents/images/codedx.png | Bin .../resources/help_ru_RU/helpset_ru_RU.hs | 0 .../codedx/resources/help_ru_RU/index.xml | 0 .../codedx/resources/help_ru_RU}/map.jhm | 0 .../codedx/resources/help_ru_RU/toc.xml | 0 .../resources/help_si_LK/contents/codedx.html | 0 .../help_si_LK}/contents/images/codedx.png | Bin .../resources/help_si_LK/helpset_si_LK.hs | 0 .../codedx/resources/help_si_LK/index.xml | 0 .../codedx/resources/help_si_LK}/map.jhm | 0 .../codedx/resources/help_si_LK/toc.xml | 0 .../resources/help_sk_SK/contents/codedx.html | 0 .../help_sk_SK}/contents/images/codedx.png | Bin .../resources/help_sk_SK/helpset_sk_SK.hs | 0 .../codedx/resources/help_sk_SK/index.xml | 0 .../codedx/resources/help_sk_SK}/map.jhm | 0 .../codedx/resources/help_sk_SK/toc.xml | 0 .../resources/help_sl_SI/contents/codedx.html | 0 .../help_sl_SI}/contents/images/codedx.png | Bin .../resources/help_sl_SI/helpset_sl_SI.hs | 0 .../codedx/resources/help_sl_SI/index.xml | 0 .../codedx/resources/help_sl_SI}/map.jhm | 0 .../codedx/resources/help_sl_SI/toc.xml | 0 .../resources/help_sq_AL/contents/codedx.html | 0 .../help_sq_AL}/contents/images/codedx.png | Bin .../resources/help_sq_AL/helpset_sq_AL.hs | 0 .../codedx/resources/help_sq_AL/index.xml | 0 .../codedx/resources/help_sq_AL}/map.jhm | 0 .../codedx/resources/help_sq_AL/toc.xml | 0 .../resources/help_sr_CS/contents/codedx.html | 0 .../help_sr_CS}/contents/images/codedx.png | Bin .../resources/help_sr_CS/helpset_sr_CS.hs | 0 .../codedx/resources/help_sr_CS/index.xml | 0 .../codedx/resources/help_sr_CS}/map.jhm | 0 .../codedx/resources/help_sr_CS/toc.xml | 0 .../resources/help_sr_SP/contents/codedx.html | 0 .../help_sr_SP}/contents/images/codedx.png | Bin .../resources/help_sr_SP/helpset_sr_SP.hs | 0 .../codedx/resources/help_sr_SP/index.xml | 0 .../codedx/resources/help_sr_SP}/map.jhm | 0 .../codedx/resources/help_sr_SP/toc.xml | 0 .../resources/help_tr_TR/contents/codedx.html | 0 .../help_tr_TR}/contents/images/codedx.png | Bin .../resources/help_tr_TR/helpset_tr_TR.hs | 0 .../codedx/resources/help_tr_TR/index.xml | 0 .../codedx/resources/help_tr_TR}/map.jhm | 0 .../codedx/resources/help_tr_TR/toc.xml | 0 .../resources/help_ur_PK/contents/codedx.html | 0 .../help_ur_PK}/contents/images/codedx.png | Bin .../resources/help_ur_PK/helpset_ur_PK.hs | 0 .../codedx/resources/help_ur_PK/index.xml | 0 .../codedx/resources/help_ur_PK}/map.jhm | 0 .../codedx/resources/help_ur_PK/toc.xml | 0 .../resources/help_zh_CN/contents/codedx.html | 0 .../help_zh_CN}/contents/images/codedx.png | Bin .../resources/help_zh_CN/helpset_zh_CN.hs | 0 .../codedx/resources/help_zh_CN/index.xml | 0 .../codedx/resources/help_zh_CN}/map.jhm | 0 .../codedx/resources/help_zh_CN/toc.xml | 0 .../srm/resources/Messages.properties | 50 ++++++++++++++ .../srm}/resources/Messages_ar_SA.properties | 0 .../srm}/resources/Messages_az_AZ.properties | 0 .../srm}/resources/Messages_bn_BD.properties | 0 .../srm}/resources/Messages_bs_BA.properties | 0 .../srm}/resources/Messages_ceb_PH.properties | 0 .../srm}/resources/Messages_da_DK.properties | 0 .../srm}/resources/Messages_de_DE.properties | 0 .../srm}/resources/Messages_el_GR.properties | 0 .../srm}/resources/Messages_es_ES.properties | 0 .../srm}/resources/Messages_fa_IR.properties | 0 .../srm}/resources/Messages_fil_PH.properties | 0 .../srm}/resources/Messages_fr_FR.properties | 0 .../srm}/resources/Messages_ha_HG.properties | 0 .../srm}/resources/Messages_he_IL.properties | 0 .../srm}/resources/Messages_hi_IN.properties | 0 .../srm}/resources/Messages_hr_HR.properties | 0 .../srm}/resources/Messages_hu_HU.properties | 0 .../srm}/resources/Messages_id_ID.properties | 0 .../srm}/resources/Messages_it_IT.properties | 0 .../srm}/resources/Messages_ja_JP.properties | 0 .../srm}/resources/Messages_ko_KR.properties | 0 .../srm}/resources/Messages_mk_MK.properties | 0 .../srm}/resources/Messages_ms_MY.properties | 0 .../srm}/resources/Messages_nb_NO.properties | 0 .../srm}/resources/Messages_nl_NL.properties | 0 .../srm}/resources/Messages_pcm_NG.properties | 0 .../srm}/resources/Messages_pl_PL.properties | 0 .../srm}/resources/Messages_pt_BR.properties | 0 .../srm}/resources/Messages_pt_PT.properties | 0 .../srm}/resources/Messages_ro_RO.properties | 0 .../srm}/resources/Messages_ru_RU.properties | 0 .../srm}/resources/Messages_si_LK.properties | 0 .../srm}/resources/Messages_sk_SK.properties | 0 .../srm}/resources/Messages_sl_SI.properties | 0 .../srm}/resources/Messages_sq_AL.properties | 0 .../srm}/resources/Messages_sr_CS.properties | 0 .../srm}/resources/Messages_sr_SP.properties | 0 .../srm}/resources/Messages_tr_TR.properties | 0 .../srm}/resources/Messages_uk_UA.properties | 0 .../srm}/resources/Messages_ur_PK.properties | 0 .../srm}/resources/Messages_vi_VN.properties | 0 .../srm}/resources/Messages_yo_NG.properties | 0 .../srm}/resources/Messages_zh_CN.properties | 0 .../srm}/resources/Messages_zh_TW.properties | 0 .../zap/extension/srm}/resources/refresh.png | Bin .../codedx.gradle.kts => srm/srm.gradle.kts} | 10 +-- settings.gradle.kts | 3 +- 267 files changed, 273 insertions(+), 267 deletions(-) delete mode 100644 addOns/codedx/gradle.properties delete mode 100644 addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/codedx.html delete mode 100644 addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml delete mode 100644 addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png delete mode 100644 addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm delete mode 100644 addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages.properties rename addOns/{codedx => srm}/CHANGELOG.md (100%) create mode 100644 addOns/srm/gradle.properties rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/ExtensionAlertHttp.java (96%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/ReportGenerator.java (99%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/ReportLastScan.java (99%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/ReportLastScanHttp.java (95%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxAPI.java => srm/src/main/java/org/zaproxy/zap/extension/srm/SrmAPI.java} (95%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxExtension.java => srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java} (76%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxProperties.java => srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java} (84%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/UploadActionListener.java (78%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/UploadPropertiesDialog.java (83%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/CertificateAcceptance.java (96%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/CompositeX509TrustManager.java (98%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/ExtraCertManager.java (97%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/HostnameVerifierWithExceptions.java (96%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/InvalidCertificateDialogStrategy.java (86%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/InvalidCertificateFingerprintStrategy.java (95%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/InvalidCertificateStrategy.java (96%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/ReloadableX509TrustManager.java (98%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/SSLConnectionSocketFactoryFactory.java (93%) rename addOns/{codedx/src/main/java/org/zaproxy/zap/extension/codedx => srm/src/main/java/org/zaproxy/zap/extension/srm}/security/SingleExtraCertManager.java (98%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml (52%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN}/contents/images/codedx.png (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml (100%) rename addOns/{codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK => srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN}/map.jhm (100%) rename addOns/{codedx => srm}/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml (100%) create mode 100644 addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ar_SA.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_az_AZ.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_bn_BD.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_bs_BA.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ceb_PH.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_da_DK.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_de_DE.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_el_GR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_es_ES.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_fa_IR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_fil_PH.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_fr_FR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ha_HG.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_he_IL.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_hi_IN.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_hr_HR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_hu_HU.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_id_ID.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_it_IT.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ja_JP.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ko_KR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_mk_MK.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ms_MY.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_nb_NO.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_nl_NL.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_pcm_NG.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_pl_PL.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_pt_BR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_pt_PT.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ro_RO.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ru_RU.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_si_LK.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_sk_SK.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_sl_SI.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_sq_AL.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_sr_CS.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_sr_SP.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_tr_TR.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_uk_UA.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_ur_PK.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_vi_VN.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_yo_NG.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_zh_CN.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/Messages_zh_TW.properties (100%) rename addOns/{codedx/src/main/resources/org/zaproxy/zap/extension/codedx => srm/src/main/resources/org/zaproxy/zap/extension/srm}/resources/refresh.png (100%) rename addOns/{codedx/codedx.gradle.kts => srm/srm.gradle.kts} (56%) diff --git a/addOns/codedx/gradle.properties b/addOns/codedx/gradle.properties deleted file mode 100644 index ef4e3b55b0d..00000000000 --- a/addOns/codedx/gradle.properties +++ /dev/null @@ -1,2 +0,0 @@ -version=10 -release=false diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/codedx.html b/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/codedx.html deleted file mode 100644 index 7505673bef2..00000000000 --- a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters - -Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters - -Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml b/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml deleted file mode 100644 index 33b7d38811b..00000000000 --- a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png b/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm b/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages.properties b/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages.properties deleted file mode 100644 index fd339861828..00000000000 --- a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages.properties +++ /dev/null @@ -1,49 +0,0 @@ -codedx.desc = Generates XML report that includes request and response data for each alert - -codedx.error = Error - -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400: Bad Request. -codedx.error.http.403 = The server returned Error 403: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415: Unsupported Media Type. -codedx.error.http.other = The response code is: -codedx.error.httpMessage = No HTTP message found for alert id = {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. - -codedx.message.success = The report was successfully uploaded to Code Dx. - -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code: -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. - -codedx.setting.timeout = Timeout (seconds): - -codedx.settings.apikey = API Key: -codedx.settings.cancel = Cancel -codedx.settings.serverurl = Server URL: -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.upload = Upload - -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.fingerprint = Fingerprint: -codedx.ssl.issuer = Issuer: -codedx.ssl.mismatch = Host Mismatch: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. -codedx.ssl.reject = Reject -codedx.ssl.title = Untrusted Digital Certificate - -codedx.topmenu.report.title = Code Dx: Generate XML Report -codedx.topmenu.upload.title = Code Dx: Upload Report - -codedx.warning = Warning diff --git a/addOns/codedx/CHANGELOG.md b/addOns/srm/CHANGELOG.md similarity index 100% rename from addOns/codedx/CHANGELOG.md rename to addOns/srm/CHANGELOG.md diff --git a/addOns/srm/gradle.properties b/addOns/srm/gradle.properties new file mode 100644 index 00000000000..ed2f91e59a0 --- /dev/null +++ b/addOns/srm/gradle.properties @@ -0,0 +1,2 @@ +version=2025.9.0 +release=false diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ExtensionAlertHttp.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ExtensionAlertHttp.java similarity index 96% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ExtensionAlertHttp.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ExtensionAlertHttp.java index 3a786acab79..72595fe63a0 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ExtensionAlertHttp.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ExtensionAlertHttp.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.util.List; @@ -55,7 +55,7 @@ private String getHTML(Alert alert) { HttpMessage message = alert.getMessage(); if (message == null) { - LOGGER.warn(Constant.messages.getString("codedx.error.httpMessage", alert.getAlertId())); + LOGGER.warn(Constant.messages.getString("srm.error.httpMessage", alert.getAlertId())); return httpMessage.toString(); } diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportGenerator.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportGenerator.java similarity index 99% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportGenerator.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportGenerator.java index a072d3a6324..71cdb881d92 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportGenerator.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportGenerator.java @@ -35,7 +35,7 @@ // ZAP: 2020/11/26 Use Log4j 2 classes for logging. // ZAP: 2021/04/19 Use try-with-resource statements. // ZAP: 2021/06/23 Copied from the ZAP core prior to being deleted from there -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.io.BufferedReader; import java.io.BufferedWriter; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScan.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScan.java similarity index 99% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScan.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScan.java index eee186fef60..5e267588da2 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScan.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScan.java @@ -38,7 +38,7 @@ //ZAP: 2019/08/15 Issue 5297: Removed unused model params. //ZAP: 2020/11/26 Use Log4j 2 classes for logging. // ZAP: 2021/06/23 Copied from the ZAP core prior to being deleted from there -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.io.File; import java.io.IOException; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScanHttp.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScanHttp.java similarity index 95% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScanHttp.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScanHttp.java index 81f2559c4b3..c8cee024e2c 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/ReportLastScanHttp.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/ReportLastScanHttp.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import org.parosproxy.paros.model.SiteNode; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxAPI.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmAPI.java similarity index 95% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxAPI.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmAPI.java index dfbecd4c240..57caa84f338 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxAPI.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmAPI.java @@ -1,4 +1,4 @@ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import net.sf.json.JSONObject; import org.apache.http.impl.client.CloseableHttpClient; @@ -16,9 +16,9 @@ import java.io.IOException; import java.security.GeneralSecurityException; -public class CodeDxAPI extends ApiImplementor { +public class SrmAPI extends ApiImplementor { - private static final Logger LOGGER = LogManager.getLogger(CodeDxExtension.class); + private static final Logger LOGGER = LogManager.getLogger(SrmExtension.class); private static final String PREFIX = "codedx"; @@ -35,9 +35,9 @@ public class CodeDxAPI extends ApiImplementor { private static final String ACTION_PARAM_FINGERPRINT = "fingerprint"; private static final String ACTION_PARAM_ACCEPT_PERM = "acceptPermanently"; - private CodeDxExtension extension; + private SrmExtension extension; - public CodeDxAPI(CodeDxExtension extension) { + public SrmAPI(SrmExtension extension) { this.extension = extension; this.addApiView(new ApiView(VIEW_GENERATE)); diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxExtension.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java similarity index 76% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxExtension.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java index e23ccddfa4b..cc685cbcf69 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxExtension.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.io.IOException; import java.net.MalformedURLException; @@ -33,27 +33,27 @@ import org.parosproxy.paros.extension.ExtensionHook; import org.parosproxy.paros.view.View; import org.zaproxy.zap.extension.api.API; -import org.zaproxy.zap.extension.codedx.ReportLastScan.ReportType; -import org.zaproxy.zap.extension.codedx.security.SSLConnectionSocketFactoryFactory; +import org.zaproxy.zap.extension.srm.ReportLastScan.ReportType; +import org.zaproxy.zap.extension.srm.security.SSLConnectionSocketFactoryFactory; import org.zaproxy.zap.view.ZapMenuItem; /* - * The Code Dx ZAP extension used to include request and response data in alert reports. + * The Software Risk Manager ZAP extension used to include request and response data in alert reports. * */ -public class CodeDxExtension extends ExtensionAdaptor { +public class SrmExtension extends ExtensionAdaptor { - private static final Logger LOGGER = LogManager.getLogger(CodeDxExtension.class); + private static final Logger LOGGER = LogManager.getLogger(SrmExtension.class); - private CodeDxAPI cdxAPIImpl; + private SrmAPI cdxAPIImpl; // The name is public so that other extensions can access it - public static final String NAME = "CodeDxExtension"; + public static final String NAME = "SrmExtension"; private ZapMenuItem menuUpload = null; private ZapMenuItem menuExport = null; - public CodeDxExtension() { + public SrmExtension() { super(NAME); } @@ -65,7 +65,7 @@ public boolean canUnload() { @Override public void hook(ExtensionHook extensionHook) { super.hook(extensionHook); - cdxAPIImpl = new CodeDxAPI(this); + cdxAPIImpl = new SrmAPI(this); API.getInstance().registerApiImplementor(cdxAPIImpl); if (hasView()) { extensionHook.getHookMenu().addReportMenuItem(getUploadMenu()); @@ -81,7 +81,7 @@ public void unload() { public ZapMenuItem getUploadMenu() { if (menuUpload == null) { - menuUpload = new ZapMenuItem("codedx.topmenu.upload.title"); + menuUpload = new ZapMenuItem("srm.topmenu.upload.title"); menuUpload.addActionListener(new UploadActionListener(this)); } return menuUpload; @@ -89,7 +89,7 @@ public ZapMenuItem getUploadMenu() { public ZapMenuItem getExportMenu() { if (menuExport == null) { - menuExport = new ZapMenuItem("codedx.topmenu.report.title"); + menuExport = new ZapMenuItem("srm.topmenu.report.title"); menuExport.addActionListener(e -> { ReportLastScanHttp saver = new ReportLastScanHttp(); @@ -101,22 +101,21 @@ public ZapMenuItem getExportMenu() { public CloseableHttpClient getHttpClient(){ try { - return getHttpClient(CodeDxProperties.getInstance().getServerUrl()); + return getHttpClient(SrmProperties.getInstance().getServerUrl()); } catch (MalformedURLException e){ - View.getSingleton().showWarningDialog(Constant.messages.getString("codedx.error.client.invalid")); + View.getSingleton().showWarningDialog(Constant.messages.getString("srm.error.client.invalid")); } catch (IOException | GeneralSecurityException e) { - View.getSingleton().showWarningDialog(Constant.messages.getString("codedx.error.client.failed")); - LOGGER.error("Error creating HTTP client: ", e); + View.getSingleton().showWarningDialog(Constant.messages.getString("srm.error.client.failed")); } return null; } - public CloseableHttpClient getHttpClient(String url) throws IOException, GeneralSecurityException{ + public CloseableHttpClient getHttpClient(String url) throws IOException, GeneralSecurityException{ RequestConfig config = RequestConfig.custom().setConnectTimeout(getTimeout()).setSocketTimeout(getTimeout()) .setConnectionRequestTimeout(getTimeout()).build(); return HttpClientBuilder.create() - .setSSLSocketFactory(SSLConnectionSocketFactoryFactory.getFactory(Paths.get(url).toUri().getHost(), this)) + .setSSLSocketFactory(SSLConnectionSocketFactoryFactory.getFactory(new URL(url).getHost(), this)) .setDefaultRequestConfig(config).build(); } @@ -130,14 +129,14 @@ public CloseableHttpClient getHttpClient( return HttpClientBuilder.create() .setSSLSocketFactory( SSLConnectionSocketFactoryFactory.getFactory( - Paths.get(url).toUri().getHost(), this, fingerprint, acceptPermanently + new URL(url).getHost(), this, fingerprint, acceptPermanently ) ).setDefaultRequestConfig(config).build(); } @Override public String getDescription() { - return Constant.messages.getString("codedx.desc"); + return Constant.messages.getString("srm.desc"); } @Override @@ -147,10 +146,10 @@ public URL getURL() { private int getTimeout() { try { - return Integer.parseInt(CodeDxProperties.getInstance().getTimeout()) * 1000; + return Integer.parseInt(SrmProperties.getInstance().getTimeout()) * 1000; } catch (NumberFormatException e) { // If for some reason the saved timeout value can't be parsed as an int, we will return the default value of 120 seconds - return CodeDxProperties.DEFAULT_TIMEOUT_INT; + return SrmProperties.DEFAULT_TIMEOUT_INT; } } } \ No newline at end of file diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxProperties.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java similarity index 84% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxProperties.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java index e7f159306cf..dc88213f1cc 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/CodeDxProperties.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.io.File; import java.io.FileInputStream; @@ -29,22 +29,22 @@ import org.apache.logging.log4j.Logger; import org.parosproxy.paros.Constant; -public class CodeDxProperties { +public class SrmProperties { private static class Holder { - static final CodeDxProperties INSTANCE = new CodeDxProperties(); + static final SrmProperties INSTANCE = new SrmProperties(); } - public static CodeDxProperties getInstance(){ + public static SrmProperties getInstance(){ return Holder.INSTANCE; } - private CodeDxProperties(){ + private SrmProperties(){ loadProperties(); } - private static final Logger LOGGER = LogManager.getLogger(CodeDxProperties.class); + private static final Logger LOGGER = LogManager.getLogger(SrmProperties.class); - private static final String PROP_FILE = "codedx.properties"; + private static final String PROP_FILE = "srm.properties"; private static final String KEY_SERVER = "serverUrl"; private static final String KEY_API = "apiKey"; private static final String KEY_SELECTED = "selectedId"; @@ -100,7 +100,7 @@ private void loadProperties(){ try { f.createNewFile(); } catch (IOException e) { - LOGGER.error("Error creating codedx.properties file: ", e); + LOGGER.error("Error creating srm.properties file: ", e); } } @@ -108,7 +108,7 @@ private void loadProperties(){ try (FileInputStream inp = new FileInputStream(f)) { prop.load(inp); } catch (IOException e) { - LOGGER.error("Error loading codedx.properties file: ", e); + LOGGER.error("Error loading srm.properties file: ", e); } } } @@ -118,7 +118,7 @@ private void saveProperties(){ try(FileOutputStream out = new FileOutputStream(f)){ prop.store(out, null); } catch (IOException e) { - LOGGER.error("Error saving codedx.properties file: ", e); + LOGGER.error("Error saving srm.properties file: ", e); } } } \ No newline at end of file diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadActionListener.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadActionListener.java similarity index 78% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadActionListener.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadActionListener.java index c672306b9e2..a9704929f23 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadActionListener.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadActionListener.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; @@ -43,7 +43,7 @@ import org.apache.logging.log4j.Logger; import org.parosproxy.paros.Constant; import org.parosproxy.paros.view.View; -import org.zaproxy.zap.extension.codedx.ReportLastScan.ReportType; +import org.zaproxy.zap.extension.srm.ReportLastScan.ReportType; public class UploadActionListener implements ActionListener{ @@ -56,10 +56,10 @@ public class UploadActionListener implements ActionListener{ xmlInputFactory.setProperty(XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES, false); } - private CodeDxExtension extension; + private SrmExtension extension; private UploadPropertiesDialog prop; - public UploadActionListener(CodeDxExtension extension) { + public UploadActionListener(SrmExtension extension) { this.extension = extension; this.prop = new UploadPropertiesDialog(extension); } @@ -82,27 +82,27 @@ public void run(){ err = uploadFile( extension.getHttpClient(), reportFile, - CodeDxProperties.getInstance().getServerUrl(), - CodeDxProperties.getInstance().getApiKey(), + SrmProperties.getInstance().getServerUrl(), + SrmProperties.getInstance().getApiKey(), prop.getProject().getValue() ); } catch (IOException ex1){ - err = Constant.messages.getString("codedx.error.unexpected"); + err = Constant.messages.getString("srm.error.unexpected"); LOGGER.error("Unexpected error while uploading report: ", ex1); } if(err != null) View.getSingleton().showMessageDialog(err); else - View.getSingleton().showMessageDialog(Constant.messages.getString("codedx.message.success")); + View.getSingleton().showMessageDialog(Constant.messages.getString("srm.message.success")); reportFile.delete(); } }; uploadThread.start(); } else { - error = Constant.messages.getString("codedx.error.empty"); + error = Constant.messages.getString("srm.error.empty"); } } catch (Exception ex2) { - error = Constant.messages.getString("codedx.error.failed"); + error = Constant.messages.getString("srm.error.failed"); LOGGER.error("Unexpected error while generating report: ", ex2); } if(error != null) @@ -131,21 +131,21 @@ public static String uploadFile( responseCode = responseLine.getStatusCode(); } if(responseCode == 400) { - err = Constant.messages.getString("codedx.error.unexpected") + "\n" - + Constant.messages.getString("codedx.error.http.400"); + err = Constant.messages.getString("srm.error.unexpected") + "\n" + + Constant.messages.getString("srm.error.http.400"); } else if(responseCode == 403){ - err = Constant.messages.getString("codedx.error.unsent") + " " - + Constant.messages.getString("codedx.error.http.403"); + err = Constant.messages.getString("srm.error.unsent") + " " + + Constant.messages.getString("srm.error.http.403"); } else if(responseCode == 404){ - err = Constant.messages.getString("codedx.error.unsent") + " " - + Constant.messages.getString("codedx.error.http.404"); + err = Constant.messages.getString("srm.error.unsent") + " " + + Constant.messages.getString("srm.error.http.404"); } else if(responseCode == 415) { - err = Constant.messages.getString("codedx.error.unexpected") + "\n" - + Constant.messages.getString("codedx.error.http.415"); + err = Constant.messages.getString("srm.error.unexpected") + "\n" + + Constant.messages.getString("srm.error.http.415"); } else if(responseCode != 200 && responseCode != 202) { - err = Constant.messages.getString("codedx.error.unexpected"); + err = Constant.messages.getString("srm.error.unexpected"); if(response != null) - err += Constant.messages.getString("codedx.error.http.other") + " " + responseLine; + err += Constant.messages.getString("srm.error.http.other") + " " + responseLine; } return err; } @@ -183,13 +183,13 @@ private static HttpResponse sendData( } } - public static void generateReportString(CodeDxExtension extension, StringBuilder report) throws Exception { + public static void generateReportString(SrmExtension extension, StringBuilder report) throws Exception { ReportLastScanHttp saver = new ReportLastScanHttp(); saver.generate(report); } - public static File generateReportFile(CodeDxExtension extension) throws Exception { - File reportFile = File.createTempFile("codedx-zap-report", ".xml"); + public static File generateReportFile(SrmExtension extension) throws Exception { + File reportFile = File.createTempFile("srm-zap-report", ".xml"); reportFile.deleteOnExit(); ReportLastScanHttp saver = new ReportLastScanHttp(); diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadPropertiesDialog.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java similarity index 83% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadPropertiesDialog.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java index 3755a22039e..f013e47e33c 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/UploadPropertiesDialog.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx; +package org.zaproxy.zap.extension.srm; import java.awt.Container; import java.awt.Cursor; @@ -42,6 +42,7 @@ import javax.swing.JPanel; import javax.swing.JTextField; import javax.swing.SwingConstants; +import java.net.URL; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; @@ -60,11 +61,11 @@ public class UploadPropertiesDialog { private static final Logger LOGGER = LogManager.getLogger(UploadPropertiesDialog.class); - private static final String[] DIALOG_BUTTONS = { Constant.messages.getString("codedx.settings.upload"), - Constant.messages.getString("codedx.settings.cancel") }; + private static final String[] DIALOG_BUTTONS = { Constant.messages.getString("srm.settings.upload"), + Constant.messages.getString("srm.settings.cancel") }; public static final ImageIcon REFRESH_ICON = new ImageIcon( - UploadPropertiesDialog.class.getResource( "/org/zaproxy/zap/extension/codedx/resources/refresh.png")); + UploadPropertiesDialog.class.getResource( "/org/zaproxy/zap/extension/srm/resources/refresh.png")); private JTextField serverUrl; private JTextField apiKey; @@ -74,26 +75,26 @@ public class UploadPropertiesDialog { private ModifiedNameValuePair[] projectArr = new ModifiedNameValuePair[0]; - private CodeDxExtension extension; + private SrmExtension extension; - public UploadPropertiesDialog(CodeDxExtension extension){ + public UploadPropertiesDialog(SrmExtension extension){ this.extension = extension; } public void openProperties(final UploadActionListener uploader){ JPanel message = new JPanel(new GridBagLayout()); - serverUrl = labelTextField(Constant.messages.getString("codedx.settings.serverurl") + " ", message, - CodeDxProperties.getInstance().getServerUrl(), 30); - apiKey = labelTextField(Constant.messages.getString("codedx.settings.apikey") + " ", message, - CodeDxProperties.getInstance().getApiKey(), 30); + serverUrl = labelTextField(Constant.messages.getString("srm.settings.serverurl") + " ", message, + SrmProperties.getInstance().getServerUrl(), 30); + apiKey = labelTextField(Constant.messages.getString("srm.settings.apikey") + " ", message, + SrmProperties.getInstance().getApiKey(), 30); projectBox = createProjectComboBox(message); - timeout = labelTextField(Constant.messages.getString("codedx.setting.timeout") + " ", message, - CodeDxProperties.getInstance().getTimeout(), 5); + timeout = labelTextField(Constant.messages.getString("srm.setting.timeout") + " ", message, + SrmProperties.getInstance().getTimeout(), 5); final JOptionPane pane = new JOptionPane(message, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION, null, DIALOG_BUTTONS, null); - dialog = pane.createDialog(Constant.messages.getString("codedx.settings.title")); + dialog = pane.createDialog(Constant.messages.getString("srm.settings.title")); Thread popupThread = new Thread(){ @Override @@ -102,10 +103,10 @@ public void run(){ if (DIALOG_BUTTONS[0].equals(pane.getValue())) { String timeoutValue = timeout.getText(); if (!isStringNumber(timeoutValue)) { - timeoutValue = CodeDxProperties.DEFAULT_TIMEOUT_STRING; - error(Constant.messages.getString("codedx.error.timeout")); + timeoutValue = SrmProperties.DEFAULT_TIMEOUT_STRING; + error(Constant.messages.getString("srm.error.timeout")); } - CodeDxProperties.getInstance().setProperties(serverUrl.getText(), apiKey.getText(), getProject().getValue(), timeoutValue); + SrmProperties.getInstance().setProperties(serverUrl.getText(), apiKey.getText(), getProject().getValue(), timeoutValue); uploader.generateAndUploadReport(); } } @@ -115,7 +116,7 @@ public void run(){ public void run(){ if(!"".equals(serverUrl.getText()) && !"".equals(apiKey.getText())){ updateProjects(true); - String previousId = CodeDxProperties.getInstance().getSelectedId(); + String previousId = SrmProperties.getInstance().getSelectedId(); for(NameValuePair p: projectArr){ if(previousId.equals(p.getValue())) projectBox.setSelectedItem(p); @@ -126,7 +127,7 @@ public void run(){ popupThread.start(); updateThread.start(); } - + private boolean isStringNumber(String value) { for(int i = 0; i < value.length(); i++) { char c = value.charAt(i); @@ -162,6 +163,10 @@ private JComboBox createProjectComboBox(Container cont){ JButton refresh = new JButton(REFRESH_ICON); refresh.setPreferredSize(new Dimension(REFRESH_ICON.getIconHeight()+6,REFRESH_ICON.getIconHeight()+6)); refresh.addActionListener(e -> { + if ("".equals(serverUrl.getText()) || "".equals(apiKey.getText())) { + error(Constant.messages.getString("srm.error.required")); + return; + } dialog.setCursor(new Cursor(Cursor.WAIT_CURSOR)); updateProjects(); dialog.setCursor(Cursor.getDefaultCursor()); @@ -214,22 +219,22 @@ public void updateProjects(boolean initialRefresh) { if(code == 200){ projectArr = parseProjectJson(result.toString(), initialRefresh); } else if (!initialRefresh) { - String msg = Constant.messages.getString("codedx.refresh.non200") + ' ' + response.getStatusLine() + '.'; + String msg = Constant.messages.getString("srm.refresh.non200") + ' ' + response.getStatusLine() + '.'; if(code == 403) - msg += Constant.messages.getString("codedx.refresh.403"); + msg += Constant.messages.getString("srm.refresh.403"); else if(code == 404) - msg += Constant.messages.getString("codedx.refresh.404"); + msg += Constant.messages.getString("srm.refresh.404"); else if(code == 400) - msg += Constant.messages.getString("codedx.refresh.400"); + msg += Constant.messages.getString("srm.refresh.400"); error(msg); } } } catch (GeneralSecurityException | ParseException | IOException e){ if(!initialRefresh){ if(e instanceof MalformedURLException) - error(Constant.messages.getString("codedx.error.client.invalid")); + error(Constant.messages.getString("srm.error.client.invalid")); else - error(Constant.messages.getString("codedx.refresh.failed")); + error(Constant.messages.getString("srm.refresh.failed")); } LOGGER.error("Error refreshing project list: ", e); } finally { @@ -264,7 +269,7 @@ private ModifiedNameValuePair[] parseProjectJson(String json, boolean initialRef } } } else if (!initialRefresh) - warn(Constant.messages.getString("codedx.refresh.noproject")); + warn(Constant.messages.getString("srm.refresh.noproject")); return projectArr; } @@ -286,11 +291,11 @@ public NameValuePair getProject(){ } private void warn(String message){ - JOptionPane.showMessageDialog(dialog, message, Constant.messages.getString("codedx.warning"), JOptionPane.WARNING_MESSAGE); + JOptionPane.showMessageDialog(dialog, message, Constant.messages.getString("srm.warning"), JOptionPane.WARNING_MESSAGE); } private void error(String message){ - JOptionPane.showMessageDialog(dialog, message, Constant.messages.getString("codedx.error"), JOptionPane.ERROR_MESSAGE); + JOptionPane.showMessageDialog(dialog, message, Constant.messages.getString("srm.error"), JOptionPane.ERROR_MESSAGE); } private String getServerUrl(){ diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CertificateAcceptance.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CertificateAcceptance.java similarity index 96% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CertificateAcceptance.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CertificateAcceptance.java index d9ca95534b2..e40b5d567a0 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CertificateAcceptance.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CertificateAcceptance.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; /** * Enumeration to describe the possible outcomes of an diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CompositeX509TrustManager.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CompositeX509TrustManager.java similarity index 98% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CompositeX509TrustManager.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CompositeX509TrustManager.java index 63d544f67cd..1f64d96055b 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/CompositeX509TrustManager.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/CompositeX509TrustManager.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.security.cert.CertificateException; import java.security.cert.X509Certificate; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ExtraCertManager.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ExtraCertManager.java similarity index 97% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ExtraCertManager.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ExtraCertManager.java index 5177aa34578..01b1d6587c2 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ExtraCertManager.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ExtraCertManager.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.io.IOException; import java.security.GeneralSecurityException; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/HostnameVerifierWithExceptions.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/HostnameVerifierWithExceptions.java similarity index 96% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/HostnameVerifierWithExceptions.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/HostnameVerifierWithExceptions.java index 2ed36a13553..6881394874e 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/HostnameVerifierWithExceptions.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/HostnameVerifierWithExceptions.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.util.Set; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateDialogStrategy.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateDialogStrategy.java similarity index 86% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateDialogStrategy.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateDialogStrategy.java index 96c3f3aab9f..f997fc21617 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateDialogStrategy.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateDialogStrategy.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.awt.Font; import java.awt.GridBagConstraints; @@ -39,7 +39,7 @@ import org.apache.http.conn.ssl.DefaultHostnameVerifier; import org.parosproxy.paros.Constant; -import org.zaproxy.zap.extension.codedx.CodeDxExtension; +import org.zaproxy.zap.extension.srm.SrmExtension; /** * An InvalidCertificateStrategy implementation that opens a dialog, prompting @@ -49,13 +49,13 @@ public class InvalidCertificateDialogStrategy implements InvalidCertificateStrat private final HostnameVerifier defaultHostVerifier; private final String host; - private CodeDxExtension extension; + private SrmExtension extension; - private final static String dialogTitle = Constant.messages.getString("codedx.ssl.title"); - private final static String[] dialogButtons = { Constant.messages.getString("codedx.ssl.reject"), - Constant.messages.getString("codedx.ssl.accepttemp"), Constant.messages.getString("codedx.ssl.acceptperm") }; + private final static String dialogTitle = Constant.messages.getString("srm.ssl.title"); + private final static String[] dialogButtons = { Constant.messages.getString("srm.ssl.reject"), + Constant.messages.getString("srm.ssl.accepttemp"), Constant.messages.getString("srm.ssl.acceptperm") }; - public InvalidCertificateDialogStrategy(HostnameVerifier defaultHostVerifier, String host, CodeDxExtension extension) { + public InvalidCertificateDialogStrategy(HostnameVerifier defaultHostVerifier, String host, SrmExtension extension) { this.defaultHostVerifier = defaultHostVerifier; this.host = host; this.extension = extension; @@ -72,14 +72,14 @@ public CertificateAcceptance checkAcceptance(Certificate genericCert, Certificat gbc.gridwidth = 2; gbc.insets = new Insets(0,0,10,0); gbc.anchor = GridBagConstraints.WEST; - message.add(new JLabel(Constant.messages.getString("codedx.ssl.description")), gbc); + message.add(new JLabel(Constant.messages.getString("srm.ssl.description")), gbc); gbc = new GridBagConstraints(); gbc.gridy = 2; gbc.insets = new Insets(2,0,2,0); gbc.anchor = GridBagConstraints.WEST; - JLabel issuer = new JLabel(Constant.messages.getString("codedx.ssl.issuer") + " "); + JLabel issuer = new JLabel(Constant.messages.getString("srm.ssl.issuer") + " "); Font defaultFont = issuer.getFont(); Font bold = new Font(defaultFont.getName(), Font.BOLD, defaultFont.getSize()); issuer.setFont(bold); @@ -89,7 +89,7 @@ public CertificateAcceptance checkAcceptance(Certificate genericCert, Certificat message.add(new JLabel(cert.getIssuerX500Principal().getName()),gbc); try { - JLabel fingerprint = new JLabel(Constant.messages.getString("codedx.ssl.fingerprint") + " "); + JLabel fingerprint = new JLabel(Constant.messages.getString("srm.ssl.fingerprint") + " "); fingerprint.setFont(bold); gbc.gridx = 0; gbc.gridy += 1; @@ -106,7 +106,7 @@ public CertificateAcceptance checkAcceptance(Certificate genericCert, Certificat } catch (SSLException e) { String cn = getCN(cert); - JLabel mismatch = new JLabel(Constant.messages.getString("codedx.ssl.mismatch") + " "); + JLabel mismatch = new JLabel(Constant.messages.getString("srm.ssl.mismatch") + " "); mismatch.setFont(bold); gbc.gridx = 0; gbc.gridy += 1; @@ -114,7 +114,7 @@ public CertificateAcceptance checkAcceptance(Certificate genericCert, Certificat String msg; if (cn != null) { - msg = String.format(Constant.messages.getString("codedx.ssl.mismatchmsg"), host, cn); + msg = String.format(Constant.messages.getString("srm.ssl.mismatchmsg"), host, cn); } else { msg = e.getMessage(); } diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateFingerprintStrategy.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateFingerprintStrategy.java similarity index 95% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateFingerprintStrategy.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateFingerprintStrategy.java index d82a3816070..00f3816cd40 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateFingerprintStrategy.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateFingerprintStrategy.java @@ -1,4 +1,4 @@ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.security.cert.Certificate; import java.security.cert.CertificateEncodingException; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateStrategy.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateStrategy.java similarity index 96% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateStrategy.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateStrategy.java index 0641058851f..f2cda68e532 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/InvalidCertificateStrategy.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/InvalidCertificateStrategy.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.security.cert.Certificate; import java.security.cert.CertificateException; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ReloadableX509TrustManager.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ReloadableX509TrustManager.java similarity index 98% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ReloadableX509TrustManager.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ReloadableX509TrustManager.java index bd257f91965..e3bf49ac93f 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/ReloadableX509TrustManager.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/ReloadableX509TrustManager.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.io.IOException; import java.security.GeneralSecurityException; diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SSLConnectionSocketFactoryFactory.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SSLConnectionSocketFactoryFactory.java similarity index 93% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SSLConnectionSocketFactoryFactory.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SSLConnectionSocketFactoryFactory.java index c9fa4676bcb..f5a03461871 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SSLConnectionSocketFactoryFactory.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SSLConnectionSocketFactoryFactory.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.io.File; import java.io.IOException; @@ -41,8 +41,7 @@ import org.apache.http.conn.ssl.DefaultHostnameVerifier; import org.apache.http.conn.ssl.SSLConnectionSocketFactory; -import org.zaproxy.zap.extension.codedx.CodeDxExtension; - +import org.zaproxy.zap.extension.srm.SrmExtension; public class SSLConnectionSocketFactoryFactory { @@ -67,8 +66,9 @@ public class SSLConnectionSocketFactoryFactory { */ public static SSLConnectionSocketFactory getFactory( String host, - CodeDxExtension extension + SrmExtension extension ) throws IOException, GeneralSecurityException { + SSLConnectionSocketFactory instance = dialogFactoriesByHost.get(host); if (instance == null) { initializeFactory(host, extension, null, false); @@ -98,7 +98,7 @@ public static SSLConnectionSocketFactory getFactory( */ public static SSLConnectionSocketFactory getFactory( String host, - CodeDxExtension extension, + SrmExtension extension, String fingerprint, boolean acceptPermanently ) throws IOException, GeneralSecurityException { @@ -114,7 +114,7 @@ public static SSLConnectionSocketFactory getFactory( /** * Determines the location for the truststore file for the * given host. Each {@link SSLConnectionSocketFactory} returned by - * {@link #initializeFactory(String, CodeDxExtension, String, boolean)} + * {@link #initializeFactory(String, SrmExtension, String, boolean)} * needs to have a file to store user-accepted invalid certificates; * these files will be stored in the user's OS-appropriate "appdata" * directory. @@ -127,16 +127,16 @@ private static File getTrustStoreForHost(String host) { String OS = System.getProperty("os.name").toUpperCase(); Path env; if (OS.contains("WIN")){ - env = Paths.get(System.getenv("APPDATA"),"Code Dx","ZAP"); + env = Paths.get(System.getenv("APPDATA"),"Software Risk Manager","ZAP"); } else if (OS.contains("MAC")){ - env = Paths.get(System.getProperty("user.home"),"Library","Application Support","Code Dx","ZAP"); + env = Paths.get(System.getProperty("user.home"),"Library","Application Support","Software Risk Manager","ZAP"); } else if (OS.contains("NUX")){ - env = Paths.get(System.getProperty("user.home"),".codedx","zap"); + env = Paths.get(System.getProperty("user.home"),".srm","zap"); } else{ - env = Paths.get(System.getProperty("user.dir"),"codedx","zap"); + env = Paths.get(System.getProperty("user.dir"),"srm","zap"); } File keystoreDir = new File(env.toFile(),".usertrust"); @@ -152,7 +152,7 @@ else if (OS.contains("NUX")){ /** * Creates a new SSLConnectionSocketFactory with the behavior described in - * {@link #getFactory(String, CodeDxExtension)}. Instead of returning, this + * {@link #getFactory(String, SrmExtension)}. Instead of returning, this * method registers the factory instance to the factoriesByHost * map, as well as registering its ExtraCertManager to the * certManagersByHost map. The cert manager registration is @@ -166,7 +166,7 @@ else if (OS.contains("NUX")){ */ private static void initializeFactory( String host, - CodeDxExtension extension, + SrmExtension extension, String fingerprint, boolean acceptPermanently ) throws IOException, GeneralSecurityException { diff --git a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SingleExtraCertManager.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SingleExtraCertManager.java similarity index 98% rename from addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SingleExtraCertManager.java rename to addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SingleExtraCertManager.java index 7dca6810fde..1422f65877c 100644 --- a/addOns/codedx/src/main/java/org/zaproxy/zap/extension/codedx/security/SingleExtraCertManager.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/security/SingleExtraCertManager.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.zaproxy.zap.extension.codedx.security; +package org.zaproxy.zap.extension.srm.security; import java.io.File; import java.io.FileInputStream; diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html new file mode 100644 index 00000000000..b064d53b390 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs similarity index 94% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs index bd3995f1703..7f3de18c4af 100644 --- a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs @@ -3,7 +3,7 @@ PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd"> - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml new file mode 100644 index 00000000000..436b6d079a7 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm new file mode 100644 index 00000000000..7746493e796 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml similarity index 52% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml index fe0b0d44d36..10a07740f0b 100644 --- a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml @@ -1,12 +1,12 @@ + PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" + "http://java.sun.com/products/javahelp/toc_2_0.dtd"> - + diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm diff --git a/addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml similarity index 100% rename from addOns/codedx/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties new file mode 100644 index 00000000000..a840e11b551 --- /dev/null +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties @@ -0,0 +1,50 @@ +srm.desc = Generates XML report that includes request and response data for each alert + +srm.error = Error + +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400: Bad Request. +srm.error.http.403 = The server returned Error 403: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415: Unsupported Media Type. +srm.error.http.other = The response code is: +srm.error.httpMessage = No HTTP message found for alert id = {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.required = The Server URL and API Key are required. + +srm.message.success = The report was successfully uploaded to Software Risk Manager. + +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code: +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. + +srm.setting.timeout = Timeout (seconds): + +srm.settings.apikey = API Key: +srm.settings.cancel = Cancel +srm.settings.serverurl = Server URL: +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.upload = Upload + +srm.ssl.acceptperm = Accept Permanently +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.fingerprint = Fingerprint: +srm.ssl.issuer = Issuer: +srm.ssl.mismatch = Host Mismatch: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. +srm.ssl.reject = Reject +srm.ssl.title = Untrusted Digital Certificate + +srm.topmenu.report.title = Software Risk Manager: Generate XML Report +srm.topmenu.upload.title = Software Risk Manager: Upload Report + +srm.warning = Warning diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ar_SA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ar_SA.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_az_AZ.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_az_AZ.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_bn_BD.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_bn_BD.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_bs_BA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_bs_BA.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ceb_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ceb_PH.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_da_DK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_da_DK.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_de_DE.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_de_DE.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_el_GR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_el_GR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_es_ES.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_es_ES.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fa_IR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fa_IR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fil_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fil_PH.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fr_FR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_fr_FR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ha_HG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ha_HG.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_he_IL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_he_IL.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hi_IN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hi_IN.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hr_HR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hr_HR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hu_HU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_hu_HU.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_id_ID.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_id_ID.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_it_IT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_it_IT.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ja_JP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ja_JP.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ko_KR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ko_KR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_mk_MK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_mk_MK.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ms_MY.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ms_MY.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_nb_NO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_nb_NO.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_nl_NL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_nl_NL.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pcm_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pcm_NG.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pl_PL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pl_PL.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pt_BR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pt_BR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pt_PT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_pt_PT.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ro_RO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ro_RO.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ru_RU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ru_RU.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_si_LK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_si_LK.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sk_SK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sk_SK.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sl_SI.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sl_SI.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sq_AL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sq_AL.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sr_CS.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sr_CS.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sr_SP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_sr_SP.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_tr_TR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_tr_TR.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_uk_UA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_uk_UA.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ur_PK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_ur_PK.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_vi_VN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_vi_VN.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_yo_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_yo_NG.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_zh_CN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_zh_CN.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_zh_TW.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/Messages_zh_TW.properties rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties diff --git a/addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/refresh.png b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/refresh.png similarity index 100% rename from addOns/codedx/src/main/resources/org/zaproxy/zap/extension/codedx/resources/refresh.png rename to addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/refresh.png diff --git a/addOns/codedx/codedx.gradle.kts b/addOns/srm/srm.gradle.kts similarity index 56% rename from addOns/codedx/codedx.gradle.kts rename to addOns/srm/srm.gradle.kts index b836fc6a334..b76a396a51a 100644 --- a/addOns/codedx/codedx.gradle.kts +++ b/addOns/srm/srm.gradle.kts @@ -1,11 +1,13 @@ -description = "Includes request and response data in XML reports and provides the ability to upload reports directly to a Code Dx server" +import org.zaproxy.gradle.addon.AddOnStatus +description = "Includes request and response data in XML reports and provides the ability to upload reports directly to a Software Risk Manager server" zapAddOn { - addOnName.set("Code Dx Extension") + addOnName.set("Software Risk Manager Extension") + addOnStatus.set(AddOnStatus.RELEASE) manifest { - author.set("Code Dx, Inc.") - url.set("https://www.zaproxy.org/docs/desktop/addons/code-dx/") + author.set("Black Duck, Inc.") + url.set("https://www.zaproxy.org/docs/desktop/addons/srm/") } } diff --git a/settings.gradle.kts b/settings.gradle.kts index dcd099e1ba0..39d325d6505 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -42,7 +42,6 @@ var addOns = "callgraph", "callhome", "client", - "codedx", "commonlib", "coreLang", "custompayloads", @@ -82,7 +81,6 @@ var addOns = "packscanrules", "paramdigger", "plugnhack", - "portscan", "postman", "pscan", "pscanrules", @@ -106,6 +104,7 @@ var addOns = "soap", "spider", "spiderAjax", + "srm", "sqliplugin", "sse", "svndigger", From faa146a77b8836deeaf951115adeb8d962713763 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Thu, 18 Sep 2025 19:49:43 +0530 Subject: [PATCH 2/8] Renamed the Code dx to Srm in the Resource and help folder --- .../zap/extension/srm/SrmExtension.java | 5 +- .../zap/extension/srm/SrmProperties.java | 18 ++-- .../extension/srm/UploadPropertiesDialog.java | 9 +- .../resources/help_ar_SA/contents/codedx.html | 64 -------------- .../help_ar_SA/contents/images/codedx.png | Bin 467 -> 0 bytes .../resources/help_az_AZ/contents/codedx.html | 64 -------------- .../help_az_AZ/contents/images/codedx.png | Bin 467 -> 0 bytes .../resources/help_bs_BA/contents/codedx.html | 64 -------------- .../help_bs_BA/contents/images/codedx.png | Bin 467 -> 0 bytes .../resources/help_da_DK/contents/codedx.html | 64 -------------- .../help_da_DK/contents/images/codedx.png | Bin 467 -> 0 bytes .../resources/help_de_DE/contents/codedx.html | 64 -------------- .../help_de_DE/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_de_DE/index.xml | 6 -- .../codedx/resources/help_de_DE/map.jhm | 9 -- .../codedx/resources/help_de_DE/toc.xml | 9 -- .../resources/help_el_GR/contents/codedx.html | 64 -------------- .../help_el_GR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_el_GR/index.xml | 6 -- .../codedx/resources/help_el_GR/map.jhm | 9 -- .../codedx/resources/help_el_GR/toc.xml | 9 -- .../resources/help_es_ES/contents/codedx.html | 64 -------------- .../help_es_ES/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_es_ES/index.xml | 6 -- .../codedx/resources/help_es_ES/map.jhm | 9 -- .../codedx/resources/help_es_ES/toc.xml | 9 -- .../resources/help_fa_IR/contents/codedx.html | 64 -------------- .../help_fa_IR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_fa_IR/index.xml | 6 -- .../codedx/resources/help_fa_IR/map.jhm | 9 -- .../codedx/resources/help_fa_IR/toc.xml | 9 -- .../help_fil_PH/contents/codedx.html | 64 -------------- .../help_fil_PH/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_fil_PH/index.xml | 6 -- .../codedx/resources/help_fil_PH/map.jhm | 9 -- .../resources/help_fr_FR/contents/codedx.html | 64 -------------- .../help_fr_FR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_fr_FR/index.xml | 6 -- .../codedx/resources/help_fr_FR/map.jhm | 9 -- .../codedx/resources/help_fr_FR/toc.xml | 9 -- .../resources/help_hi_IN/contents/codedx.html | 64 -------------- .../help_hi_IN/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_hi_IN/index.xml | 6 -- .../codedx/resources/help_hi_IN/map.jhm | 9 -- .../codedx/resources/help_hi_IN/toc.xml | 9 -- .../resources/help_hr_HR/contents/codedx.html | 64 -------------- .../help_hr_HR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_hr_HR/index.xml | 6 -- .../codedx/resources/help_hr_HR/map.jhm | 9 -- .../codedx/resources/help_hr_HR/toc.xml | 9 -- .../resources/help_hu_HU/contents/codedx.html | 64 -------------- .../help_hu_HU/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_hu_HU/index.xml | 6 -- .../codedx/resources/help_hu_HU/map.jhm | 9 -- .../codedx/resources/help_hu_HU/toc.xml | 9 -- .../resources/help_id_ID/contents/codedx.html | 64 -------------- .../help_id_ID/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_id_ID/index.xml | 6 -- .../codedx/resources/help_id_ID/map.jhm | 9 -- .../resources/help_it_IT/contents/codedx.html | 64 -------------- .../help_it_IT/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_it_IT/index.xml | 6 -- .../codedx/resources/help_it_IT/map.jhm | 9 -- .../codedx/resources/help_it_IT/toc.xml | 9 -- .../resources/help_ja_JP/contents/codedx.html | 64 -------------- .../help_ja_JP/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ja_JP/index.xml | 6 -- .../codedx/resources/help_ja_JP/map.jhm | 9 -- .../resources/help_ko_KR/contents/codedx.html | 64 -------------- .../help_ko_KR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ko_KR/index.xml | 6 -- .../codedx/resources/help_ko_KR/map.jhm | 9 -- .../codedx/resources/help_ko_KR/toc.xml | 9 -- .../resources/help_ms_MY/contents/codedx.html | 64 -------------- .../help_ms_MY/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ms_MY/index.xml | 6 -- .../codedx/resources/help_ms_MY/map.jhm | 9 -- .../codedx/resources/help_ms_MY/toc.xml | 9 -- .../resources/help_pl_PL/contents/codedx.html | 64 -------------- .../help_pl_PL/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_pl_PL/index.xml | 6 -- .../codedx/resources/help_pl_PL/map.jhm | 9 -- .../codedx/resources/help_pl_PL/toc.xml | 9 -- .../resources/help_pt_BR/contents/codedx.html | 64 -------------- .../help_pt_BR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_pt_BR/index.xml | 6 -- .../codedx/resources/help_pt_BR/map.jhm | 9 -- .../codedx/resources/help_pt_BR/toc.xml | 9 -- .../resources/help_ro_RO/contents/codedx.html | 64 -------------- .../help_ro_RO/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ro_RO/index.xml | 6 -- .../codedx/resources/help_ro_RO/map.jhm | 9 -- .../codedx/resources/help_ro_RO/toc.xml | 9 -- .../resources/help_ru_RU/contents/codedx.html | 64 -------------- .../help_ru_RU/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ru_RU/index.xml | 6 -- .../codedx/resources/help_ru_RU/map.jhm | 9 -- .../resources/help_si_LK/contents/codedx.html | 64 -------------- .../help_si_LK/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_si_LK/index.xml | 6 -- .../codedx/resources/help_si_LK/map.jhm | 9 -- .../codedx/resources/help_si_LK/toc.xml | 9 -- .../resources/help_sk_SK/contents/codedx.html | 64 -------------- .../help_sk_SK/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_sk_SK/index.xml | 6 -- .../codedx/resources/help_sk_SK/map.jhm | 9 -- .../codedx/resources/help_sk_SK/toc.xml | 9 -- .../resources/help_sl_SI/contents/codedx.html | 64 -------------- .../help_sl_SI/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_sl_SI/index.xml | 6 -- .../codedx/resources/help_sl_SI/map.jhm | 9 -- .../codedx/resources/help_sl_SI/toc.xml | 9 -- .../resources/help_sq_AL/contents/codedx.html | 64 -------------- .../help_sq_AL/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_sq_AL/index.xml | 6 -- .../codedx/resources/help_sq_AL/map.jhm | 9 -- .../codedx/resources/help_sq_AL/toc.xml | 9 -- .../resources/help_sr_CS/contents/codedx.html | 64 -------------- .../help_sr_CS/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_sr_CS/index.xml | 6 -- .../codedx/resources/help_sr_CS/map.jhm | 9 -- .../codedx/resources/help_sr_CS/toc.xml | 9 -- .../resources/help_sr_SP/contents/codedx.html | 64 -------------- .../help_sr_SP/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_sr_SP/index.xml | 6 -- .../codedx/resources/help_sr_SP/map.jhm | 9 -- .../codedx/resources/help_sr_SP/toc.xml | 9 -- .../resources/help_tr_TR/contents/codedx.html | 64 -------------- .../help_tr_TR/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_tr_TR/index.xml | 6 -- .../codedx/resources/help_tr_TR/map.jhm | 9 -- .../resources/help_ur_PK/contents/codedx.html | 64 -------------- .../help_ur_PK/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_ur_PK/index.xml | 6 -- .../codedx/resources/help_ur_PK/map.jhm | 9 -- .../codedx/resources/help_ur_PK/toc.xml | 9 -- .../resources/help_zh_CN/contents/codedx.html | 64 -------------- .../help_zh_CN/contents/images/codedx.png | Bin 467 -> 0 bytes .../codedx/resources/help_zh_CN/index.xml | 6 -- .../codedx/resources/help_zh_CN/map.jhm | 9 -- .../codedx/resources/help_zh_CN/toc.xml | 9 -- .../resources/help/contents/images/srm.png | Bin .../resources/help/contents/srm.html | 0 .../{codedx => srm}/resources/help/helpset.hs | 0 .../{codedx => srm}/resources/help/index.xml | 0 .../{codedx => srm}/resources/help/map.jhm | 0 .../{codedx => srm}/resources/help/toc.xml | 0 .../help_ar_SA/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ar_SA/contents/srm.html | 64 ++++++++++++++ .../resources/help_ar_SA/helpset_ar_SA.hs | 2 +- .../resources/help_ar_SA}/index.xml | 2 +- .../resources/help_ar_SA}/map.jhm | 4 +- .../resources/help_ar_SA}/toc.xml | 2 +- .../help_az_AZ/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_az_AZ/contents/srm.html | 64 ++++++++++++++ .../resources/help_az_AZ/helpset_az_AZ.hs | 2 +- .../resources/help_az_AZ/index.xml | 2 +- .../resources/help_az_AZ/map.jhm | 4 +- .../resources/help_az_AZ}/toc.xml | 2 +- .../help_bs_BA/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_bs_BA/contents/srm.html | 64 ++++++++++++++ .../resources/help_bs_BA/helpset_bs_BA.hs | 2 +- .../resources/help_bs_BA}/index.xml | 2 +- .../resources/help_bs_BA}/map.jhm | 4 +- .../resources/help_bs_BA}/toc.xml | 2 +- .../help_da_DK/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_da_DK/contents/srm.html | 64 ++++++++++++++ .../resources/help_da_DK/helpset_da_DK.hs | 2 +- .../resources/help_da_DK/index.xml | 2 +- .../resources/help_da_DK}/map.jhm | 4 +- .../srm/resources/help_da_DK/toc.xml | 9 ++ .../help_de_DE/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_de_DE/contents/srm.html | 64 ++++++++++++++ .../resources/help_de_DE/helpset_de_DE.hs | 2 +- .../srm/resources/help_de_DE/index.xml | 6 ++ .../srm/resources/help_de_DE/map.jhm | 9 ++ .../srm/resources/help_de_DE/toc.xml | 9 ++ .../help_el_GR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_el_GR/contents/srm.html | 64 ++++++++++++++ .../resources/help_el_GR/helpset_el_GR.hs | 2 +- .../srm/resources/help_el_GR/index.xml | 6 ++ .../srm/resources/help_el_GR/map.jhm | 9 ++ .../srm/resources/help_el_GR/toc.xml | 9 ++ .../help_es_ES/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_es_ES/contents/srm.html | 64 ++++++++++++++ .../resources/help_es_ES/helpset_es_ES.hs | 2 +- .../srm/resources/help_es_ES/index.xml | 6 ++ .../srm/resources/help_es_ES/map.jhm | 9 ++ .../srm/resources/help_es_ES/toc.xml | 9 ++ .../help_fa_IR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_fa_IR/contents/srm.html | 64 ++++++++++++++ .../resources/help_fa_IR/helpset_fa_IR.hs | 2 +- .../srm/resources/help_fa_IR/index.xml | 6 ++ .../srm/resources/help_fa_IR/map.jhm | 9 ++ .../srm/resources/help_fa_IR/toc.xml | 9 ++ .../help_fil_PH/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_fil_PH/contents/srm.html | 64 ++++++++++++++ .../resources/help_fil_PH/helpset_fil_PH.hs | 2 +- .../srm/resources/help_fil_PH/index.xml | 6 ++ .../srm/resources/help_fil_PH/map.jhm | 9 ++ .../resources/help_fil_PH/toc.xml | 2 +- .../resources/help_fr_FR/contents/codedx.html | 64 ++++++++++++++ .../help_fr_FR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_fr_FR/helpset_fr_FR.hs | 2 +- .../srm/resources/help_fr_FR/index.xml | 6 ++ .../srm/resources/help_fr_FR/map.jhm | 9 ++ .../srm/resources/help_fr_FR/toc.xml | 9 ++ .../help_hi_IN/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_hi_IN/contents/srm.html | 64 ++++++++++++++ .../resources/help_hi_IN/helpset_hi_IN.hs | 2 +- .../srm/resources/help_hi_IN/index.xml | 6 ++ .../srm/resources/help_hi_IN/map.jhm | 9 ++ .../srm/resources/help_hi_IN/toc.xml | 9 ++ .../help_hr_HR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_hr_HR/contents/srm.html | 64 ++++++++++++++ .../resources/help_hr_HR/helpset_hr_HR.hs | 2 +- .../srm/resources/help_hr_HR/index.xml | 6 ++ .../srm/resources/help_hr_HR/map.jhm | 9 ++ .../srm/resources/help_hr_HR/toc.xml | 9 ++ .../help_hu_HU/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_hu_HU/contents/srm.html | 64 ++++++++++++++ .../resources/help_hu_HU/helpset_hu_HU.hs | 2 +- .../srm/resources/help_hu_HU/index.xml | 6 ++ .../srm/resources/help_hu_HU/map.jhm | 9 ++ .../srm/resources/help_hu_HU/toc.xml | 9 ++ .../resources/help_id_ID/contents/codedx.html | 64 ++++++++++++++ .../help_id_ID/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_id_ID/helpset_id_ID.hs | 2 +- .../srm/resources/help_id_ID/index.xml | 6 ++ .../srm/resources/help_id_ID/map.jhm | 9 ++ .../resources/help_id_ID/toc.xml | 2 +- .../help_it_IT/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_it_IT/contents/srm.html | 64 ++++++++++++++ .../resources/help_it_IT/helpset_it_IT.hs | 2 +- .../srm/resources/help_it_IT/index.xml | 6 ++ .../srm/resources/help_it_IT/map.jhm | 9 ++ .../resources/help_it_IT}/toc.xml | 2 +- .../help_ja_JP/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ja_JP/contents/srm.html | 64 ++++++++++++++ .../resources/help_ja_JP/helpset_ja_JP.hs | 2 +- .../srm/resources/help_ja_JP/index.xml | 6 ++ .../srm/resources/help_ja_JP/map.jhm | 9 ++ .../resources/help_ja_JP/toc.xml | 2 +- .../help_ko_KR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ko_KR/contents/srm.html | 64 ++++++++++++++ .../resources/help_ko_KR/helpset_ko_KR.hs | 2 +- .../srm/resources/help_ko_KR/index.xml | 6 ++ .../srm/resources/help_ko_KR/map.jhm | 9 ++ .../srm/resources/help_ko_KR/toc.xml | 9 ++ .../help_ms_MY/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ms_MY/contents/srm.html | 64 ++++++++++++++ .../resources/help_ms_MY/helpset_ms_MY.hs | 2 +- .../srm/resources/help_ms_MY/index.xml | 6 ++ .../srm/resources/help_ms_MY/map.jhm | 9 ++ .../srm/resources/help_ms_MY/toc.xml | 9 ++ .../help_pl_PL/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_pl_PL/contents/srm.html | 64 ++++++++++++++ .../resources/help_pl_PL/helpset_pl_PL.hs | 2 +- .../srm/resources/help_pl_PL/index.xml | 6 ++ .../srm/resources/help_pl_PL/map.jhm | 9 ++ .../srm/resources/help_pl_PL/toc.xml | 9 ++ .../help_pt_BR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_pt_BR/contents/srm.html | 64 ++++++++++++++ .../resources/help_pt_BR/helpset_pt_BR.hs | 2 +- .../srm/resources/help_pt_BR/index.xml | 6 ++ .../srm/resources/help_pt_BR/map.jhm | 9 ++ .../srm/resources/help_pt_BR/toc.xml | 9 ++ .../help_ro_RO/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ro_RO/contents/srm.html | 64 ++++++++++++++ .../resources/help_ro_RO/helpset_ro_RO.hs | 2 +- .../srm/resources/help_ro_RO/index.xml | 6 ++ .../srm/resources/help_ro_RO/map.jhm | 9 ++ .../srm/resources/help_ro_RO/toc.xml | 9 ++ .../help_ru_RU/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ru_RU/contents/srm.html | 64 ++++++++++++++ .../resources/help_ru_RU/helpset_ru_RU.hs | 2 +- .../srm/resources/help_ru_RU/index.xml | 6 ++ .../srm/resources/help_ru_RU/map.jhm | 9 ++ .../resources/help_ru_RU/toc.xml | 2 +- .../help_si_LK/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_si_LK/contents/srm.html | 64 ++++++++++++++ .../resources/help_si_LK/helpset_si_LK.hs | 2 +- .../srm/resources/help_si_LK/index.xml | 6 ++ .../srm/resources/help_si_LK/map.jhm | 9 ++ .../srm/resources/help_si_LK/toc.xml | 9 ++ .../help_sk_SK/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_sk_SK/contents/srm.html | 64 ++++++++++++++ .../resources/help_sk_SK/helpset_sk_SK.hs | 2 +- .../srm/resources/help_sk_SK/index.xml | 6 ++ .../srm/resources/help_sk_SK/map.jhm | 9 ++ .../srm/resources/help_sk_SK/toc.xml | 9 ++ .../help_sl_SI/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_sl_SI/contents/srm.html | 64 ++++++++++++++ .../resources/help_sl_SI/helpset_sl_SI.hs | 2 +- .../srm/resources/help_sl_SI/index.xml | 6 ++ .../srm/resources/help_sl_SI/map.jhm | 9 ++ .../srm/resources/help_sl_SI/toc.xml | 9 ++ .../help_sq_AL/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_sq_AL/contents/srm.html | 64 ++++++++++++++ .../resources/help_sq_AL/helpset_sq_AL.hs | 2 +- .../srm/resources/help_sq_AL/index.xml | 6 ++ .../srm/resources/help_sq_AL/map.jhm | 9 ++ .../srm/resources/help_sq_AL/toc.xml | 9 ++ .../help_sr_CS/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_sr_CS/contents/srm.html | 64 ++++++++++++++ .../resources/help_sr_CS/helpset_sr_CS.hs | 2 +- .../srm/resources/help_sr_CS/index.xml | 6 ++ .../srm/resources/help_sr_CS/map.jhm | 9 ++ .../srm/resources/help_sr_CS/toc.xml | 9 ++ .../help_sr_SP/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_sr_SP/contents/srm.html | 64 ++++++++++++++ .../resources/help_sr_SP/helpset_sr_SP.hs | 2 +- .../srm/resources/help_sr_SP/index.xml | 6 ++ .../srm/resources/help_sr_SP/map.jhm | 9 ++ .../srm/resources/help_sr_SP/toc.xml | 9 ++ .../help_tr_TR/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_tr_TR/contents/srm.html | 64 ++++++++++++++ .../resources/help_tr_TR/helpset_tr_TR.hs | 2 +- .../srm/resources/help_tr_TR/index.xml | 6 ++ .../srm/resources/help_tr_TR/map.jhm | 9 ++ .../resources/help_tr_TR/toc.xml | 2 +- .../help_ur_PK/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_ur_PK/contents/srm.html | 64 ++++++++++++++ .../resources/help_ur_PK/helpset_ur_PK.hs | 2 +- .../srm/resources/help_ur_PK/index.xml | 6 ++ .../srm/resources/help_ur_PK/map.jhm | 9 ++ .../srm/resources/help_ur_PK/toc.xml | 9 ++ .../help_zh_CN/contents/images/srm.png | Bin 0 -> 713 bytes .../resources/help_zh_CN/contents/srm.html | 64 ++++++++++++++ .../resources/help_zh_CN/helpset_zh_CN.hs | 2 +- .../srm/resources/help_zh_CN/index.xml | 6 ++ .../srm/resources/help_zh_CN/map.jhm | 9 ++ .../srm/resources/help_zh_CN/toc.xml | 9 ++ .../srm/resources/Messages_ar_SA.properties | 80 +++++++++--------- .../srm/resources/Messages_az_AZ.properties | 80 +++++++++--------- .../srm/resources/Messages_bn_BD.properties | 80 +++++++++--------- .../srm/resources/Messages_bs_BA.properties | 80 +++++++++--------- .../srm/resources/Messages_ceb_PH.properties | 80 +++++++++--------- .../srm/resources/Messages_da_DK.properties | 80 +++++++++--------- .../srm/resources/Messages_de_DE.properties | 80 +++++++++--------- .../srm/resources/Messages_el_GR.properties | 80 +++++++++--------- .../srm/resources/Messages_es_ES.properties | 80 +++++++++--------- .../srm/resources/Messages_fa_IR.properties | 80 +++++++++--------- .../srm/resources/Messages_fil_PH.properties | 80 +++++++++--------- .../srm/resources/Messages_fr_FR.properties | 80 +++++++++--------- .../srm/resources/Messages_ha_HG.properties | 80 +++++++++--------- .../srm/resources/Messages_he_IL.properties | 80 +++++++++--------- .../srm/resources/Messages_hi_IN.properties | 80 +++++++++--------- .../srm/resources/Messages_hr_HR.properties | 80 +++++++++--------- .../srm/resources/Messages_hu_HU.properties | 80 +++++++++--------- .../srm/resources/Messages_id_ID.properties | 80 +++++++++--------- .../srm/resources/Messages_it_IT.properties | 80 +++++++++--------- .../srm/resources/Messages_ja_JP.properties | 80 +++++++++--------- .../srm/resources/Messages_ko_KR.properties | 80 +++++++++--------- .../srm/resources/Messages_mk_MK.properties | 80 +++++++++--------- .../srm/resources/Messages_ms_MY.properties | 80 +++++++++--------- .../srm/resources/Messages_nb_NO.properties | 80 +++++++++--------- .../srm/resources/Messages_nl_NL.properties | 80 +++++++++--------- .../srm/resources/Messages_pcm_NG.properties | 80 +++++++++--------- .../srm/resources/Messages_pl_PL.properties | 80 +++++++++--------- .../srm/resources/Messages_pt_BR.properties | 80 +++++++++--------- .../srm/resources/Messages_pt_PT.properties | 80 +++++++++--------- .../srm/resources/Messages_ro_RO.properties | 80 +++++++++--------- .../srm/resources/Messages_ru_RU.properties | 80 +++++++++--------- .../srm/resources/Messages_si_LK.properties | 80 +++++++++--------- .../srm/resources/Messages_sk_SK.properties | 80 +++++++++--------- .../srm/resources/Messages_sl_SI.properties | 80 +++++++++--------- .../srm/resources/Messages_sq_AL.properties | 80 +++++++++--------- .../srm/resources/Messages_sr_CS.properties | 80 +++++++++--------- .../srm/resources/Messages_sr_SP.properties | 80 +++++++++--------- .../srm/resources/Messages_tr_TR.properties | 80 +++++++++--------- .../srm/resources/Messages_uk_UA.properties | 80 +++++++++--------- .../srm/resources/Messages_ur_PK.properties | 80 +++++++++--------- .../srm/resources/Messages_vi_VN.properties | 80 +++++++++--------- .../srm/resources/Messages_yo_NG.properties | 80 +++++++++--------- .../srm/resources/Messages_zh_CN.properties | 80 +++++++++--------- .../srm/resources/Messages_zh_TW.properties | 80 +++++++++--------- settings.gradle.kts | 3 +- 378 files changed, 4421 insertions(+), 4412 deletions(-) delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm delete mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/contents/images/srm.png (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/contents/srm.html (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/helpset.hs (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/index.xml (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/map.jhm (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help/toc.xml (100%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ar_SA/helpset_ar_SA.hs (94%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_bs_BA => srm/resources/help_ar_SA}/index.xml (86%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_bs_BA => srm/resources/help_ar_SA}/map.jhm (63%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_bs_BA => srm/resources/help_ar_SA}/toc.xml (81%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_az_AZ/helpset_az_AZ.hs (94%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_az_AZ/index.xml (86%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_az_AZ/map.jhm (63%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_da_DK => srm/resources/help_az_AZ}/toc.xml (81%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_bs_BA/helpset_bs_BA.hs (94%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_ar_SA => srm/resources/help_bs_BA}/index.xml (86%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_da_DK => srm/resources/help_bs_BA}/map.jhm (63%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_az_AZ => srm/resources/help_bs_BA}/toc.xml (81%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_da_DK/helpset_da_DK.hs (94%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_da_DK/index.xml (86%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_ar_SA => srm/resources/help_da_DK}/map.jhm (63%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_de_DE/helpset_de_DE.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_el_GR/helpset_el_GR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_es_ES/helpset_es_ES.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_fa_IR/helpset_fa_IR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_fil_PH/helpset_fil_PH.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_fil_PH/toc.xml (82%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/images/srm.png rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_fr_FR/helpset_fr_FR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_hi_IN/helpset_hi_IN.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_hr_HR/helpset_hr_HR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_hu_HU/helpset_hu_HU.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/images/srm.png rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_id_ID/helpset_id_ID.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_id_ID/toc.xml (81%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_it_IT/helpset_it_IT.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx/resources/help_ar_SA => srm/resources/help_it_IT}/toc.xml (83%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ja_JP/helpset_ja_JP.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ja_JP/toc.xml (82%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ko_KR/helpset_ko_KR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ms_MY/helpset_ms_MY.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_pl_PL/helpset_pl_PL.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_pt_BR/helpset_pt_BR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ro_RO/helpset_ro_RO.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ru_RU/helpset_ru_RU.hs (93%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ru_RU/toc.xml (71%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_si_LK/helpset_si_LK.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_sk_SK/helpset_sk_SK.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_sl_SI/helpset_sl_SI.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_sq_AL/helpset_sq_AL.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_sr_CS/helpset_sr_CS.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_sr_SP/helpset_sr_SP.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_tr_TR/helpset_tr_TR.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/map.jhm rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_tr_TR/toc.xml (82%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_ur_PK/helpset_ur_PK.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/toc.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/images/srm.png create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/srm.html rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/{codedx => srm}/resources/help_zh_CN/helpset_zh_CN.hs (94%) create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/index.xml create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/map.jhm create mode 100644 addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/toc.xml diff --git a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java index cc685cbcf69..f503512f0d2 100644 --- a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmExtension.java @@ -20,6 +20,7 @@ import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; +import java.net.URI; import java.nio.file.Paths; import java.security.GeneralSecurityException; @@ -115,7 +116,7 @@ public CloseableHttpClient getHttpClient(String url) throws IOException, General RequestConfig config = RequestConfig.custom().setConnectTimeout(getTimeout()).setSocketTimeout(getTimeout()) .setConnectionRequestTimeout(getTimeout()).build(); return HttpClientBuilder.create() - .setSSLSocketFactory(SSLConnectionSocketFactoryFactory.getFactory(new URL(url).getHost(), this)) + .setSSLSocketFactory(SSLConnectionSocketFactoryFactory.getFactory(URI.create(url).getHost(), this)) .setDefaultRequestConfig(config).build(); } @@ -129,7 +130,7 @@ public CloseableHttpClient getHttpClient( return HttpClientBuilder.create() .setSSLSocketFactory( SSLConnectionSocketFactoryFactory.getFactory( - new URL(url).getHost(), this, fingerprint, acceptPermanently + URI.create(url).getHost(), this, fingerprint, acceptPermanently ) ).setDefaultRequestConfig(config).build(); } diff --git a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java index dc88213f1cc..82dcfe0bff2 100644 --- a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/SrmProperties.java @@ -45,6 +45,7 @@ private SrmProperties(){ private static final Logger LOGGER = LogManager.getLogger(SrmProperties.class); private static final String PROP_FILE = "srm.properties"; + private static final String FALLBACK_PROP_FILE = "codedx.properties"; private static final String KEY_SERVER = "serverUrl"; private static final String KEY_API = "apiKey"; private static final String KEY_SELECTED = "selectedId"; @@ -97,10 +98,16 @@ private void loadProperties(){ File f = Paths.get(Constant.getZapHome(), PROP_FILE).toFile(); if(!f.exists()){ - try { - f.createNewFile(); - } catch (IOException e) { - LOGGER.error("Error creating srm.properties file: ", e); + // Try fallback + File fallback = Paths.get(Constant.getZapHome(), FALLBACK_PROP_FILE).toFile(); + if (fallback.exists()) { + f = fallback; + } else { + try { + f.createNewFile(); + } catch (IOException e) { + LOGGER.error("Error creating srm.properties file: ", e); + } } } @@ -112,7 +119,8 @@ private void loadProperties(){ } } } - + + private void saveProperties(){ File f = Paths.get(Constant.getZapHome(), PROP_FILE).toFile(); try(FileOutputStream out = new FileOutputStream(f)){ diff --git a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java index f013e47e33c..5312bd98361 100644 --- a/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java +++ b/addOns/srm/src/main/java/org/zaproxy/zap/extension/srm/UploadPropertiesDialog.java @@ -42,7 +42,6 @@ import javax.swing.JPanel; import javax.swing.JTextField; import javax.swing.SwingConstants; -import java.net.URL; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; @@ -163,10 +162,10 @@ private JComboBox createProjectComboBox(Container cont){ JButton refresh = new JButton(REFRESH_ICON); refresh.setPreferredSize(new Dimension(REFRESH_ICON.getIconHeight()+6,REFRESH_ICON.getIconHeight()+6)); refresh.addActionListener(e -> { - if ("".equals(serverUrl.getText()) || "".equals(apiKey.getText())) { - error(Constant.messages.getString("srm.error.required")); - return; - } + if ("".equals(serverUrl.getText()) || "".equals(apiKey.getText())) { + error(Constant.messages.getString("srm.error.required")); + return; + } dialog.setCursor(new Cursor(Cursor.WAIT_CURSOR)); updateProjects(); dialog.setCursor(Cursor.getDefaultCursor()); diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html deleted file mode 100644 index f6f21c8b845..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Код Dx - - - -

Код Dx

-Надстройка Code Dx позволяет создавать совместимые отчеты и загружать их на сервер Code Dx. В меню «Отчет» есть две опции. -

-Предоставлено https://www.codedx.com/ - -

Code Dx: отчет о загрузке

-Эта опция создаст для вас отчет и загрузит его на сервер Code Dx. При его выборе вам будет предложено ввести URL-адрес сервера и ключ API. После заполнения полей нажмите кнопку обновления, чтобы получить список проектов, доступных для ключа API. Затем нажмите кнопку «Загрузить», чтобы отправить результаты на сервер Code Dx. - -

Code Dx: создание XML-отчета

-При выборе этого параметра будет создан стандартный XML-отчет, включающий данные HTTP-запроса и ответа. - -

API

-

Действия

- -

uploadReport

-Загружает отчет в Code Dx. Обратите внимание, что загрузка пустого отчета без предупреждений приведет к возникновению исключения, поскольку Code Dx не сможет его прочитать и вернет ответ, отличный от 200. -

-Параметры -
    -
  • filePath: Абсолютный путь к файлу отчета.
  • -
  • serverUrl: URL-адрес сервера Code Dx.
  • -
  • codeDxApiKey: Ключ API Code Dx
  • -
  • projectId: идентификатор проекта Code Dx
  • -
  • отпечаток пальца: необязательный хэш SHA1 недействительного сертификата, чтобы сделать исключение для
  • -
  • acceptPermanently: необязательное логическое значение, указывающее, следует ли постоянно хранить исключение в файле хранилища доверенных сертификатов.
  • -
-Возвраты -
-«ОК», если отчет успешно загружен. - -

generateAndUpload

-Создает отчет Code Dx, сохраняет его во временном файле, загружает в Code Dx, а затем удаляет файл. -

-Параметры -
    -
  • serverUrl: URL-адрес сервера Code Dx.
  • -
  • codeDxApiKey: Ключ API Code Dx
  • -
  • projectId: идентификатор проекта Code Dx
  • -
  • отпечаток пальца: необязательный хэш SHA1 недействительного сертификата, чтобы сделать исключение для
  • -
  • acceptPermanently: необязательное логическое значение, указывающее, следует ли постоянно хранить исключение в файле хранилища доверенных сертификатов.
  • -
-Возвраты -
-«ОК», если отчет успешно загружен. -
-«ПУСТОЙ», если сгенерированный отчет пуст. Отчет не будет загружен в Code Dx. - -

Просмотры

-

generateReport

-Создает XML-отчет с данными запроса и ответа. -

-Возвраты -
-Строка XML-отчета. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html deleted file mode 100644 index 0598e0eb9da..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/codedx.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Code Dx - - - -

Code Dx

-The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu. -

-Contributed by https://www.codedx.com/ - -

Code Dx: Upload Report

-This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server. - -

Code Dx: Generate XML Report

-This option will generate a standard XML report that includes the HTTP request and response data. - -

API

-

Actions

- -

uploadReport

-Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response. -

-Parameters -
    -
  • filePath: Absolute path to the report file
  • -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. - -

generateAndUpload

-Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file. -

-Parameters -
    -
  • serverUrl: Code Dx server URL
  • -
  • codeDxApiKey: Code Dx API Key
  • -
  • projectId: Code Dx Project ID
  • -
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • -
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • -
-Returns -
-"OK" if the report is uploaded successfully. -
-"EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx. - -

Views

-

generateReport

-Generates an XML report with request and response data. -

-Returns -
-An XML report String. - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/contents/images/codedx.png deleted file mode 100644 index 20f2d542e877e823a04bd2e3029bf2ac6a01c9e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)@{gesH9@11v{s=7FuhlmM_3!=p)OE-TaR2x>9h zmkb6@^fm+mP>S$VBKQ*6Ye{gSzS2HwF$BYaXB*CPS(yQ@fDhmxNnkkA%tp9S6e(k0 z1+@y{1kgX79XJK@zz{G}^}R4T#-zP}!0@K}ynRHaWB0pN-&^Wr3OxqQ4WdnU*Cj$= zz-n?2N{zAuH@4^AAM`3Cf#aP~FimQw%#002ov JPDHLkV1k(4!G{0< diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml deleted file mode 100644 index b021712d69a..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/index.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm deleted file mode 100644 index 20278a2d559..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/map.jhm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml deleted file mode 100644 index cedf6e87318..00000000000 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/toc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/contents/images/srm.png similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/images/srm.png rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/contents/images/srm.png diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/contents/srm.html similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/contents/srm.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/contents/srm.html diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/helpset.hs similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/helpset.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/helpset.hs diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/index.xml similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/index.xml diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/map.jhm similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/map.jhm diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/toc.xml similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help/toc.xml diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/helpset_ar_SA.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/helpset_ar_SA.hs index d378882f98f..4b9dfe3f5a8 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/helpset_ar_SA.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/helpset_ar_SA.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/index.xml similarity index 86% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/index.xml index b021712d69a..0c5e06da018 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/index.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/index.xml @@ -2,5 +2,5 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/map.jhm similarity index 63% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/map.jhm index 20278a2d559..c8cf0b943d3 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/map.jhm +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/map.jhm @@ -4,6 +4,6 @@ "http://java.sun.com/products/javahelp/map_1_0.dtd"> - - + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/toc.xml similarity index 81% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/toc.xml index cedf6e87318..4bacf5bf6aa 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ar_SA/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/helpset_az_AZ.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/helpset_az_AZ.hs index 1da8b2d56d9..5f35bfec3db 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/helpset_az_AZ.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/helpset_az_AZ.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/index.xml similarity index 86% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/index.xml index b021712d69a..0c5e06da018 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/index.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/index.xml @@ -2,5 +2,5 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/map.jhm similarity index 63% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/map.jhm index 20278a2d559..c8cf0b943d3 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/map.jhm +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/map.jhm @@ -4,6 +4,6 @@ "http://java.sun.com/products/javahelp/map_1_0.dtd"> - - + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/toc.xml similarity index 81% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/toc.xml index cedf6e87318..4bacf5bf6aa 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_az_AZ/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/helpset_bs_BA.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/helpset_bs_BA.hs index 7eb66c01131..a0da6dc8a02 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_bs_BA/helpset_bs_BA.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/helpset_bs_BA.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/index.xml similarity index 86% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/index.xml index b021712d69a..0c5e06da018 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/index.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/index.xml @@ -2,5 +2,5 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/map.jhm similarity index 63% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/map.jhm index 20278a2d559..c8cf0b943d3 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/map.jhm +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/map.jhm @@ -4,6 +4,6 @@ "http://java.sun.com/products/javahelp/map_1_0.dtd"> - - + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/toc.xml similarity index 81% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/toc.xml index cedf6e87318..4bacf5bf6aa 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_az_AZ/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_bs_BA/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/helpset_da_DK.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/helpset_da_DK.hs index 39e839e60bc..540f8e80376 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/helpset_da_DK.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/helpset_da_DK.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/index.xml similarity index 86% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/index.xml index b021712d69a..0c5e06da018 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_da_DK/index.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/index.xml @@ -2,5 +2,5 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/map.jhm similarity index 63% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/map.jhm index 20278a2d559..c8cf0b943d3 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/map.jhm +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/map.jhm @@ -4,6 +4,6 @@ "http://java.sun.com/products/javahelp/map_1_0.dtd"> - - + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_da_DK/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/helpset_de_DE.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/helpset_de_DE.hs index 8c91e89992c..05b1d8228ce 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_de_DE/helpset_de_DE.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/helpset_de_DE.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_de_DE/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/helpset_el_GR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/helpset_el_GR.hs index 1ff797c3451..c41ca358cf1 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_el_GR/helpset_el_GR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/helpset_el_GR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_el_GR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/helpset_es_ES.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/helpset_es_ES.hs index 17d51a44b87..69d1e2aac1e 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_es_ES/helpset_es_ES.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/helpset_es_ES.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_es_ES/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/helpset_fa_IR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/helpset_fa_IR.hs index e60e4208d08..28c593538a0 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fa_IR/helpset_fa_IR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/helpset_fa_IR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fa_IR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/helpset_fil_PH.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/helpset_fil_PH.hs index f374284ae73..c3647a8c0d0 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/helpset_fil_PH.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/helpset_fil_PH.hs @@ -1,6 +1,6 @@ - Code Dx | Ekstensyon ng ZAP + Software Risk Manager | Ekstensyon ng ZAP top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/toc.xml similarity index 82% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/toc.xml index 08cae27aa73..9681a38ed8d 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fil_PH/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fil_PH/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/helpset_fr_FR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/helpset_fr_FR.hs index eb7e56464ce..9823966c5b6 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_fr_FR/helpset_fr_FR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/helpset_fr_FR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/helpset_hi_IN.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/helpset_hi_IN.hs index 67186ff1bac..2dcd00a29e2 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hi_IN/helpset_hi_IN.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/helpset_hi_IN.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hi_IN/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/helpset_hr_HR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/helpset_hr_HR.hs index 360f83fad1b..593d69c595e 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hr_HR/helpset_hr_HR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/helpset_hr_HR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hr_HR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/helpset_hu_HU.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/helpset_hu_HU.hs index 10d377f921d..5cb27bdc6d3 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_hu_HU/helpset_hu_HU.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/helpset_hu_HU.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_hu_HU/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/helpset_id_ID.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/helpset_id_ID.hs index 9f60e76ce42..18dbe6e661b 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/helpset_id_ID.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/helpset_id_ID.hs @@ -1,6 +1,6 @@ - Kode Dx | ZAP Perpanjangan + Software Risk Manager | ZAP Perpanjangan top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/toc.xml similarity index 81% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/toc.xml index 1d506d7fbb0..843b1d67923 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_id_ID/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/helpset_it_IT.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/helpset_it_IT.hs index ec3f9460873..c8b777db1f8 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_it_IT/helpset_it_IT.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/helpset_it_IT.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml similarity index 83% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml index cedf6e87318..cf17598a4c6 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ar_SA/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/helpset_ja_JP.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/helpset_ja_JP.hs index c82dc9cf138..9c49fa737c6 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/helpset_ja_JP.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/helpset_ja_JP.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/toc.xml similarity index 82% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/toc.xml index 1df2eb27926..328e159cde5 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ja_JP/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ja_JP/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/helpset_ko_KR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/helpset_ko_KR.hs index f3bc2b2f4f1..c947196f17a 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ko_KR/helpset_ko_KR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/helpset_ko_KR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ko_KR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/helpset_ms_MY.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/helpset_ms_MY.hs index 4a524c7d0e6..0e82d217073 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ms_MY/helpset_ms_MY.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/helpset_ms_MY.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ms_MY/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/helpset_pl_PL.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/helpset_pl_PL.hs index d86c5594dee..281b01415b4 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pl_PL/helpset_pl_PL.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/helpset_pl_PL.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pl_PL/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/helpset_pt_BR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/helpset_pt_BR.hs index 01325f44b7a..9543881960a 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_pt_BR/helpset_pt_BR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/helpset_pt_BR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_pt_BR/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/helpset_ro_RO.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/helpset_ro_RO.hs index b47f0d9f74b..57545d982f0 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ro_RO/helpset_ro_RO.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/helpset_ro_RO.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ro_RO/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/srm.html new file mode 100644 index 00000000000..fc46dbcaf29 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Менеджер рисков программного обеспечения + + + +

Менеджер рисков программного обеспечения

+Надстройка Software Risk Manager позволяет создавать совместимые отчеты и загружать их на сервер Software Risk Manager. В меню «Отчет» есть две опции. +

+Предоставлено https://www.blackduck.com/ + +

Software Risk Manager: отчет о загрузке

+Эта опция создаст для вас отчет и загрузит его на сервер Software Risk Manager. При его выборе вам будет предложено ввести URL-адрес сервера и ключ API. После заполнения полей нажмите кнопку обновления, чтобы получить список проектов, доступных для ключа API. Затем нажмите кнопку «Загрузить», чтобы отправить результаты на сервер Software Risk Manager. + +

Software Risk Manager: создание XML-отчета

+При выборе этого параметра будет создан стандартный XML-отчет, включающий данные HTTP-запроса и ответа. + +

API

+

Действия

+ +

uploadReport

+Загружает отчет в Software Risk Manager. Обратите внимание, что загрузка пустого отчета без предупреждений приведет к возникновению исключения, поскольку Software Risk Manager не сможет его прочитать и вернет ответ, отличный от 200. +

+Параметры +
    +
  • filePath: Абсолютный путь к файлу отчета.
  • +
  • serverUrl: URL-адрес сервера Software Risk Manager.
  • +
  • codeDxApiKey: Ключ API Software Risk Manager
  • +
  • projectId: идентификатор проекта Software Risk Manager
  • +
  • отпечаток пальца: необязательный хэш SHA1 недействительного сертификата, чтобы сделать исключение для
  • +
  • acceptPermanently: необязательное логическое значение, указывающее, следует ли постоянно хранить исключение в файле хранилища доверенных сертификатов.
  • +
+Возвраты +
+«ОК», если отчет успешно загружен. + +

generateAndUpload

+Создает отчет Software Risk Manager, сохраняет его во временном файле, загружает в Software Risk Manager, а затем удаляет файл. +

+Параметры +
    +
  • serverUrl: URL-адрес сервера Software Risk Manager.
  • +
  • codeDxApiKey: Ключ API Software Risk Manager
  • +
  • projectId: идентификатор проекта Software Risk Manager
  • +
  • отпечаток пальца: необязательный хэш SHA1 недействительного сертификата, чтобы сделать исключение для
  • +
  • acceptPermanently: необязательное логическое значение, указывающее, следует ли постоянно хранить исключение в файле хранилища доверенных сертификатов.
  • +
+Возвраты +
+«ОК», если отчет успешно загружен. +
+«ПУСТОЙ», если сгенерированный отчет пуст. Отчет не будет загружен в Software Risk Manager. + +

Просмотры

+

generateReport

+Создает XML-отчет с данными запроса и ответа. +

+Возвраты +
+Строка XML-отчета. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/helpset_ru_RU.hs similarity index 93% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/helpset_ru_RU.hs index 804b937979e..8f2f4eaa54e 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/helpset_ru_RU.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/helpset_ru_RU.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Расширение + Software Risk Manager | ZAP Расширение top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/toc.xml similarity index 71% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/toc.xml index d0b049d95e3..13114d34ff5 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ru_RU/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ru_RU/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/helpset_si_LK.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/helpset_si_LK.hs index 8a20c8241a6..a2eb132b923 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_si_LK/helpset_si_LK.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/helpset_si_LK.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_si_LK/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/helpset_sk_SK.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/helpset_sk_SK.hs index 85441c2abea..d6f62408a0e 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sk_SK/helpset_sk_SK.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/helpset_sk_SK.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sk_SK/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/helpset_sl_SI.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/helpset_sl_SI.hs index 3a8e58991e8..3fb829bc436 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sl_SI/helpset_sl_SI.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/helpset_sl_SI.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sl_SI/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/helpset_sq_AL.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/helpset_sq_AL.hs index be1b23b91d6..a6d9dc5ca06 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sq_AL/helpset_sq_AL.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/helpset_sq_AL.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sq_AL/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/helpset_sr_CS.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/helpset_sr_CS.hs index cb08618fca9..190c1fc381e 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_CS/helpset_sr_CS.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/helpset_sr_CS.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_CS/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/helpset_sr_SP.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/helpset_sr_SP.hs index d8125a6ebf6..6d8942321fc 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_sr_SP/helpset_sr_SP.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/helpset_sr_SP.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_sr_SP/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/helpset_tr_TR.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/helpset_tr_TR.hs index 11564491485..a957370af67 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/helpset_tr_TR.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/helpset_tr_TR.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Uzantısı + Software Risk Manager | ZAP Uzantısı top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/toc.xml similarity index 82% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/toc.xml index 0149be4fa73..5d053e0faab 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_tr_TR/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_tr_TR/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/helpset_ur_PK.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/helpset_ur_PK.hs index e827364a522..6db6247c086 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_ur_PK/helpset_ur_PK.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/helpset_ur_PK.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_ur_PK/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/images/srm.png b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/images/srm.png new file mode 100644 index 0000000000000000000000000000000000000000..c734faac9823ca52984cf5114f8390ca53dd49a4 GIT binary patch literal 713 zcmV;)0yh1LP)5Z&nK|N$iSJKE$^}2ExB3I z!Sa-%jw$-hZM|)$sS^0l$iSJRqV`$zOG*`uWh5gR%Se`^_lLmKJNnw^sR&dIA3j~o z%lgFfR!K<4(MZNJlCg|sWMlC~R!Fwrzqex{qhfJBe?`$-C1IJlxj8=k{1B(czon2C z=-hM<-FG|y4%o)>-LV{B1^UC$w?{X`vc@bYlF9Qj&%OQxXD7#~wz+)=kM}%_Z7gFu zrde`pR$j>WC_1r>WWF99Ao zEDPIM#x@HCSVHq9-}vK&d= z*3yoF5W;(pz1;mqLPe>rzQ3>M`4g*aN-XE(xnW|A1UQ)$(mpCuDn1^5ckz+!PafWQ zLub>Kh1u5MexJfN)siHoZQY%0Xukb}VzIdM(S2L~rXsM!!Do(k%v`?MJ2Cx3*I%=j vo2aN+S$E;4>o$IQ?V84ey|3MSoGSkSpX-CJTzkkq00000NkvXXu0mjfF4$iN literal 0 HcmV?d00001 diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/srm.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/srm.html new file mode 100644 index 00000000000..b00905ecbaa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/contents/srm.html @@ -0,0 +1,64 @@ + + + + +Software Risk Manager + + + +

Software Risk Manager

+The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu. +

+Contributed by https://www.blackduck.com/ + +

Software Risk Manager: Upload Report

+This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server. + +

Software Risk Manager: Generate XML Report

+This option will generate a standard XML report that includes the HTTP request and response data. + +

API

+

Actions

+ +

uploadReport

+Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won't be able to read it and will return a non-200 response. +

+Parameters +
    +
  • filePath: Absolute path to the report file
  • +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. + +

generateAndUpload

+Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file. +

+Parameters +
    +
  • serverUrl: Software Risk Manager server URL
  • +
  • codeDxApiKey: Software Risk Manager API Key
  • +
  • projectId: Software Risk Manager Project ID
  • +
  • fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
  • +
  • acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
  • +
+Returns +
+"OK" if the report is uploaded successfully. +
+"EMPTY" if the generated report is empty. The report will not be uploaded to Software Risk Manager. + +

Views

+

generateReport

+Generates an XML report with request and response data. +

+Returns +
+An XML report String. + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/helpset_zh_CN.hs similarity index 94% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/helpset_zh_CN.hs index ff21469540a..74c88ef8329 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/codedx/resources/help_zh_CN/helpset_zh_CN.hs +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/helpset_zh_CN.hs @@ -1,6 +1,6 @@ - Code Dx | ZAP Extension + Software Risk Manager | ZAP Extension top diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/index.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/index.xml new file mode 100644 index 00000000000..0c5e06da018 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/map.jhm b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/map.jhm new file mode 100644 index 00000000000..c8cf0b943d3 --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/map.jhm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/toc.xml new file mode 100644 index 00000000000..4bacf5bf6aa --- /dev/null +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_zh_CN/toc.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties index cb5d8a7c9a1..2a0cf88474d 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = \u062e\u0637\u0623 -codedx.warning = Warning +srm.error = \u062e\u0637\u0623 +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = \u0645\u0641\u062a\u0627\u062d \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u0625\u0644\u063a\u0627\u0621 +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = \u0645\u0641\u062a\u0627\u062d \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u0625\u0644\u063a\u0627\u0621 -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties index 8b5577d6dc2..bd4c7cdc3de 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Dx Kodu\: Hesabat\u0131 indirin -codedx.topmenu.report.title = Kod Dx\: XML hesabat\u0131n\u0131 yarad\u0131n -codedx.desc = Her uyar\u0131 \u00fc\u00e7\u00fcn istek v\u0259 cavab veri il\u0259 bir XML hesabat\u0131 yarad\u0131r +srm.topmenu.upload.title = Dx Kodu\: Hesabat\u0131 indirin +srm.topmenu.report.title = Kod Dx\: XML hesabat\u0131n\u0131 yarad\u0131n +srm.desc = Her uyar\u0131 \u00fc\u00e7\u00fcn istek v\u0259 cavab veri il\u0259 bir XML hesabat\u0131 yarad\u0131r -codedx.error = S\u0259hv -codedx.warning = X\u0259b\u0259rdarl\u0131q +srm.error = S\u0259hv +srm.warning = X\u0259b\u0259rdarl\u0131q -codedx.message.success = Hesabat m\u00fcv\u0259ff\u0259qiyy\u0259tl\u0259 Dx Koduna y\u00fckl\u0259ndi. -codedx.error.unexpected = Beklenmeyen bir s\u0259hv var idi v\u0259 hesabat g\u00f6nd\u0259ril\u0259 bilm\u0259di. -codedx.error.unsent = Hesabat g\u00f6nd\u0259ril\u0259 bilm\u0259di. -codedx.error.empty = Yarat\u0131lm\u0131\u015f hesabat bo\u015fdur. -codedx.error.failed = Hesabat n\u0259sli u\u011fursuz oldu. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = HTTP m\u00fc\u015ft\u0259ri yaratark\u0259n bilinm\u0259y\u0259n bir s\u0259hv ba\u015f verdi.\nServer URL v\u0259 API A\u00e7ar\u0131n\u0131n d\u00fczg\u00fcn oldu\u011fundan v\u0259 serverin onlayn oldu\u011fundan \u0259min olun. -codedx.error.client.invalid = Server URL'si etibarl\u0131 bir URL deyil. Do\u011fru olub olmad\u0131\u011f\u0131n\u0131 yoxlay\u0131n. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = Hesabat m\u00fcv\u0259ff\u0259qiyy\u0259tl\u0259 Dx Koduna y\u00fckl\u0259ndi. +srm.error.unexpected = Beklenmeyen bir s\u0259hv var idi v\u0259 hesabat g\u00f6nd\u0259ril\u0259 bilm\u0259di. +srm.error.unsent = Hesabat g\u00f6nd\u0259ril\u0259 bilm\u0259di. +srm.error.empty = Yarat\u0131lm\u0131\u015f hesabat bo\u015fdur. +srm.error.failed = Hesabat n\u0259sli u\u011fursuz oldu. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = HTTP m\u00fc\u015ft\u0259ri yaratark\u0259n bilinm\u0259y\u0259n bir s\u0259hv ba\u015f verdi.\nServer URL v\u0259 API A\u00e7ar\u0131n\u0131n d\u00fczg\u00fcn oldu\u011fundan v\u0259 serverin onlayn oldu\u011fundan \u0259min olun. +srm.error.client.invalid = Server URL'si etibarl\u0131 bir URL deyil. Do\u011fru olub olmad\u0131\u011f\u0131n\u0131 yoxlay\u0131n. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Kod Dx Server Ayarlar\u0131n\u0131 daxil edin -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API A\u00e7ar\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Y\u00fckl\u0259m\u0259 -codedx.settings.cancel = \u0130mtina +srm.settings.title = Kod Dx Server Ayarlar\u0131n\u0131 daxil edin +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API A\u00e7ar\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Y\u00fckl\u0259m\u0259 +srm.settings.cancel = \u0130mtina -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = Layih\u0259 siyah\u0131s\u0131n\u0131 yenil\u0259m\u0259k \u00fc\u00e7\u00fcn bir s\u0259hv ba\u015f verdi.\nServer cavab kodunu geri qaytard\u0131\: -codedx.refresh.403 = \nAPI a\u00e7ar\u0131n\u0131n do\u011fru v\u0259 effektiv oldu\u011funu do\u011frulay\u0131n. -codedx.refresh.404 = \nServer URL sinin d\u00fczg\u00fcnl\u00fcy\u00fcn\u00fc yoxlay\u0131n. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = Layih\u0259 siyah\u0131s\u0131n\u0131 yenil\u0259m\u0259k \u00fc\u00e7\u00fcn bir s\u0259hv ba\u015f verdi.\nServer cavab kodunu geri qaytard\u0131\: +srm.refresh.403 = \nAPI a\u00e7ar\u0131n\u0131n do\u011fru v\u0259 effektiv oldu\u011funu do\u011frulay\u0131n. +srm.refresh.404 = \nServer URL sinin d\u00fczg\u00fcnl\u00fcy\u00fcn\u00fc yoxlay\u0131n. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Etibars\u0131z R\u0259q\u0259msal Sertifikat -codedx.ssl.reject = R\u0259dd etm\u0259k -codedx.ssl.accepttemp = M\u00fcv\u0259qq\u0259ti olaraq q\u0259bul et -codedx.ssl.acceptperm = Daimi olaraq q\u0259bul et -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Barmaqizi\: -codedx.ssl.mismatch = \u018fsas komp\u00fcter Uy\u011funsuzluqu\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Etibars\u0131z R\u0259q\u0259msal Sertifikat +srm.ssl.reject = R\u0259dd etm\u0259k +srm.ssl.accepttemp = M\u00fcv\u0259qq\u0259ti olaraq q\u0259bul et +srm.ssl.acceptperm = Daimi olaraq q\u0259bul et +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Barmaqizi\: +srm.ssl.mismatch = \u018fsas komp\u00fcter Uy\u011funsuzluqu\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties index 79bf3928d29..904115b3ff7 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API \u099a\u09be\u09ac\u09bf\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u09ac\u09be\u09a4\u09bf\u09b2 +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API \u099a\u09be\u09ac\u09bf\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u09ac\u09be\u09a4\u09bf\u09b2 -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties index 2f1cb2f0a19..51a1dbfb5c2 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Gre\u0161ka -codedx.warning = Warning +srm.error = Gre\u0161ka +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API klju\u010d\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Otka\u017ei +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API klju\u010d\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Otka\u017ei -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties index ccb9f64d180..6b19f11c3db 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Sayop -codedx.warning = Warning +srm.error = Sayop +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API nga Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Wala gipadayon +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API nga Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Wala gipadayon -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties index b305f554613..c22b27cb05a 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Fejl -codedx.warning = Warning +srm.error = Fejl +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Annuller +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Annuller -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties index 0c833052a97..c3464f68ead 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Fehler -codedx.warning = Warning +srm.error = Fehler +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API-Schl\u00fcssel\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Hochladen -codedx.settings.cancel = Abbrechen +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API-Schl\u00fcssel\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Hochladen +srm.settings.cancel = Abbrechen -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerabdruck\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerabdruck\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties index 45e8a2fa26a..78f942665b7 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = \u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 -codedx.warning = Warning +srm.error = \u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u0386\u03ba\u03c5\u03c1\u03bf +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u0386\u03ba\u03c5\u03c1\u03bf -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties index dfa9746e86f..58828aaa738 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Cargar Informe -codedx.topmenu.report.title = Code Dx\: Generar Informe XML -codedx.desc = Genera Informe XML que incluye datos de solicitud y respuesta para cada alerta +srm.topmenu.upload.title = Software Risk Manager\: Cargar Informe +srm.topmenu.report.title = Software Risk Manager\: Generar Informe XML +srm.desc = Genera Informe XML que incluye datos de solicitud y respuesta para cada alerta -codedx.error = Error -codedx.warning = Advertencia +srm.error = Error +srm.warning = Advertencia -codedx.message.success = El informe fue cargado con \u00e9xito a Code Dx. -codedx.error.unexpected = Ocurri\u00f3 un error inesperado y el informe no pude ser enviado. -codedx.error.unsent = El informe no pudo ser enviado. -codedx.error.empty = El informe generado est\u00e1 vac\u00edo. -codedx.error.failed = Generaci\u00f3n fallida del informe. -codedx.error.http.400 = El servidor devolvi\u00f3 Error 400\: Mal Solicitud. -codedx.error.http.403 = El servidor ha devuelto Error 403\: prohibido. La clave de la API podr\u00eda ser incorrecta o tiene permisos insuficientes para este proyecto. -codedx.error.http.404 = El servidor ha devuelto Error 404\: No encontrado.\nLa URL del Servidor podr\u00eda ser incorrecta o el proyecto podr\u00eda ya no existir. -codedx.error.http.415 = El servidor ha devuelto Error 415\: Tipo de archivo no soportado. -codedx.error.http.other = El c\u00f3digo respuesta es\: -codedx.error.client.failed = Un error desconocido ha ocurrido mientras se creaba el cliente HTTP. Aseg\u00farese de que la URL del Servidor y la Clave API son correctas, y que el servidor est\u00e9 en l\u00ednea. -codedx.error.client.invalid = La URL del Servidor no es una URL v\u00e1lida. Por favor revise que sea correcta. -codedx.error.httpMessage = No se encontr\u00f3 ning\u00fan mensaje HTTP para el ID de alerta \= {0} -codedx.error.timeout = El valor ingresado para el tiempo de espera no es v\u00e1lido. El tiempo de espera se predetermina en 120 segundos. +srm.message.success = El informe fue cargado con \u00e9xito a Software Risk Manager. +srm.error.unexpected = Ocurri\u00f3 un error inesperado y el informe no pude ser enviado. +srm.error.unsent = El informe no pudo ser enviado. +srm.error.empty = El informe generado est\u00e1 vac\u00edo. +srm.error.failed = Generaci\u00f3n fallida del informe. +srm.error.http.400 = El servidor devolvi\u00f3 Error 400\: Mal Solicitud. +srm.error.http.403 = El servidor ha devuelto Error 403\: prohibido. La clave de la API podr\u00eda ser incorrecta o tiene permisos insuficientes para este proyecto. +srm.error.http.404 = El servidor ha devuelto Error 404\: No encontrado.\nLa URL del Servidor podr\u00eda ser incorrecta o el proyecto podr\u00eda ya no existir. +srm.error.http.415 = El servidor ha devuelto Error 415\: Tipo de archivo no soportado. +srm.error.http.other = El c\u00f3digo respuesta es\: +srm.error.client.failed = Un error desconocido ha ocurrido mientras se creaba el cliente HTTP. Aseg\u00farese de que la URL del Servidor y la Clave API son correctas, y que el servidor est\u00e9 en l\u00ednea. +srm.error.client.invalid = La URL del Servidor no es una URL v\u00e1lida. Por favor revise que sea correcta. +srm.error.httpMessage = No se encontr\u00f3 ning\u00fan mensaje HTTP para el ID de alerta \= {0} +srm.error.timeout = El valor ingresado para el tiempo de espera no es v\u00e1lido. El tiempo de espera se predetermina en 120 segundos. -codedx.settings.title = Ingrese la configuraci\u00f3n del servidor Code Dx -codedx.settings.serverurl = URL del Servidor\: -codedx.settings.apikey = Clave de API\: -codedx.setting.timeout = Tiempo de espera (segundos)\: -codedx.settings.upload = Cargar -codedx.settings.cancel = Cancelar +srm.settings.title = Ingrese la configuraci\u00f3n del servidor Software Risk Manager +srm.settings.serverurl = URL del Servidor\: +srm.settings.apikey = Clave de API\: +srm.setting.timeout = Tiempo de espera (segundos)\: +srm.settings.upload = Cargar +srm.settings.cancel = Cancelar -codedx.refresh.noproject = No se encontraron proyectos. Revise que la URL del Servidor y la Clave API son correctas y que la Clave API tiene el permiso apropiado. -codedx.refresh.failed = Un error ha ocurrido mientas se intentaba actualizar la lista de proyectos. Compruebe que la URL del Servidor y la Clave API son correctas y que la Clave API est\u00e1 activa. Tambi\u00e9n aseg\u00farese de que se est\u00e1 conectando con el puerto correcto. -codedx.refresh.non200 = Un error ha ocurrido mientras se intentaba actualizar la lista de proyectos. El servidor devolvi\u00f3 el c\u00f3digo de respuesta\: -codedx.refresh.403 = \nVerifique que la clave API es correcta y est\u00e1 activa. -codedx.refresh.404 = \nVerifique que la URL de Servidor es correcta. -codedx.refresh.400 = \nVerifique la URL del Servidor es correcta y que se est\u00e1 conectando con el puerto correcto. +srm.refresh.noproject = No se encontraron proyectos. Revise que la URL del Servidor y la Clave API son correctas y que la Clave API tiene el permiso apropiado. +srm.refresh.failed = Un error ha ocurrido mientas se intentaba actualizar la lista de proyectos. Compruebe que la URL del Servidor y la Clave API son correctas y que la Clave API est\u00e1 activa. Tambi\u00e9n aseg\u00farese de que se est\u00e1 conectando con el puerto correcto. +srm.refresh.non200 = Un error ha ocurrido mientras se intentaba actualizar la lista de proyectos. El servidor devolvi\u00f3 el c\u00f3digo de respuesta\: +srm.refresh.403 = \nVerifique que la clave API es correcta y est\u00e1 activa. +srm.refresh.404 = \nVerifique que la URL de Servidor es correcta. +srm.refresh.400 = \nVerifique la URL del Servidor es correcta y que se est\u00e1 conectando con el puerto correcto. -codedx.ssl.title = Certificado Digital no Confiable -codedx.ssl.reject = Rechazar -codedx.ssl.accepttemp = Aceptar Temporalmente -codedx.ssl.acceptperm = Aceptar Permanentemente -codedx.ssl.description = No es posible establecer una conexi\u00f3n segura porque el certificado no es confiable -codedx.ssl.issuer = Editor\: -codedx.ssl.fingerprint = Huella digital\: -codedx.ssl.mismatch = Desajuste del Host\: -codedx.ssl.mismatchmsg = '%s' esperado, pero el certificado es para '%s'. \ No newline at end of file +srm.ssl.title = Certificado Digital no Confiable +srm.ssl.reject = Rechazar +srm.ssl.accepttemp = Aceptar Temporalmente +srm.ssl.acceptperm = Aceptar Permanentemente +srm.ssl.description = No es posible establecer una conexi\u00f3n segura porque el certificado no es confiable +srm.ssl.issuer = Editor\: +srm.ssl.fingerprint = Huella digital\: +srm.ssl.mismatch = Desajuste del Host\: +srm.ssl.mismatchmsg = '%s' esperado, pero el certificado es para '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties index 5d0967eaf38..f05e53ac4a2 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = \u062a\u0648\u0644\u06cc\u062f \u06af\u0632\u0627\u0631\u0634 \u0627\u0632 Dx \u06a9\u062f XML -codedx.desc = \u062a\u0648\u0644\u06cc\u062f \u06af\u0632\u0627\u0631\u0634 XML \u06a9\u0647 \u0634\u0627\u0645\u0644 \u062f\u0627\u062f\u0647 \u0647\u0627\u06cc \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0648 \u067e\u0627\u0633\u062e \u0628\u0631\u0627\u06cc \u0647\u0631 \u0627\u062e\u0637\u0627\u0631\u06cc \u0627\u0633\u062a +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = \u062a\u0648\u0644\u06cc\u062f \u06af\u0632\u0627\u0631\u0634 \u0627\u0632 Dx \u06a9\u062f XML +srm.desc = \u062a\u0648\u0644\u06cc\u062f \u06af\u0632\u0627\u0631\u0634 XML \u06a9\u0647 \u0634\u0627\u0645\u0644 \u062f\u0627\u062f\u0647 \u0647\u0627\u06cc \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0648 \u067e\u0627\u0633\u062e \u0628\u0631\u0627\u06cc \u0647\u0631 \u0627\u062e\u0637\u0627\u0631\u06cc \u0627\u0633\u062a -codedx.error = \u062e\u0637\u0627 -codedx.warning = Warning +srm.error = \u062e\u0637\u0627 +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = \u06a9\u0644\u06cc\u062f API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u0644\u063a\u0648 \u06a9\u0631\u062f\u0646 +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = \u06a9\u0644\u06cc\u062f API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u0644\u063a\u0648 \u06a9\u0631\u062f\u0646 -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties index 42b69289198..33dd56b3c20 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload ng Report -codedx.topmenu.report.title = Code Dx\: Mag generate ng XML Report -codedx.desc = Mag generate ng XML report na kinabibilangan ng mga kahilingan at tugon na data para sa bawat alerto +srm.topmenu.upload.title = Software Risk Manager\: Upload ng Report +srm.topmenu.report.title = Software Risk Manager\: Mag generate ng XML Report +srm.desc = Mag generate ng XML report na kinabibilangan ng mga kahilingan at tugon na data para sa bawat alerto -codedx.error = Mali -codedx.warning = Babala +srm.error = Mali +srm.warning = Babala -codedx.message.success = Ang ulat na ito ay matagumpay na na-upload sa Code Dx. -codedx.error.unexpected = Isang di-inaasahang mali ang naganap at ang ulat ay hindi maipadala. -codedx.error.unsent = Ang ulat ay hindi maipadala. -codedx.error.empty = Pinapagana kapag ulat ay walang laman. -codedx.error.failed = Ang ulat na naisagawa ay nabigo. -codedx.error.http.400 = Ang server ay nagbalik ng Error 400\: Bad Request. -codedx.error.http.403 = Ang server ay nagbalik Error 403\: Forbidden.\nAng API Key ay maaring mali o hindi sapat na permiso para sa mga proyektong ito. -codedx.error.http.404 = Ang server ay nagbalik ng Error 404\: Not Found.\nAng URL ng server ay maaring mali o ang project ay hindi na makita. -codedx.error.http.415 = Ang server ay nagbalik ng Error 415\: Unsupported Media Type. -codedx.error.http.other = Ang kodigo ng tugon ay\: -codedx.error.client.failed = Isang hindi matukoy na mali ang naganap habang lumikha ng kliyente ng HTTP. Tiyakin na ang Server URL at API Key ay tama, at na ang server ay online. -codedx.error.client.invalid = Ang Server URL na ito ay hindi isang wastong URL. Mangyaring suriin kung ito ay tama. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = Ang ulat na ito ay matagumpay na na-upload sa Software Risk Manager. +srm.error.unexpected = Isang di-inaasahang mali ang naganap at ang ulat ay hindi maipadala. +srm.error.unsent = Ang ulat ay hindi maipadala. +srm.error.empty = Pinapagana kapag ulat ay walang laman. +srm.error.failed = Ang ulat na naisagawa ay nabigo. +srm.error.http.400 = Ang server ay nagbalik ng Error 400\: Bad Request. +srm.error.http.403 = Ang server ay nagbalik Error 403\: Forbidden.\nAng API Key ay maaring mali o hindi sapat na permiso para sa mga proyektong ito. +srm.error.http.404 = Ang server ay nagbalik ng Error 404\: Not Found.\nAng URL ng server ay maaring mali o ang project ay hindi na makita. +srm.error.http.415 = Ang server ay nagbalik ng Error 415\: Unsupported Media Type. +srm.error.http.other = Ang kodigo ng tugon ay\: +srm.error.client.failed = Isang hindi matukoy na mali ang naganap habang lumikha ng kliyente ng HTTP. Tiyakin na ang Server URL at API Key ay tama, at na ang server ay online. +srm.error.client.invalid = Ang Server URL na ito ay hindi isang wastong URL. Mangyaring suriin kung ito ay tama. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Ipasok ang Code Dx Server Settings -codedx.settings.serverurl = URL ng Server\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Kansela +srm.settings.title = Ipasok ang Software Risk Manager Server Settings +srm.settings.serverurl = URL ng Server\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Kansela -codedx.refresh.noproject = Walang mga proyekto ang natagpuan. Suriin na ang Server URL at API Key ay tama at ang API Key ay naaangkop ng mga pahintulot. -codedx.refresh.failed = Isang mali ang naganap habang sinusunukan upang i-update ang listahan ng mga proyekto. Patunayan na ang URL ng Server at API Key ay tama at ang API Key ay aktibo. At siguraduhin na ikaw ay komukonekta gamit ang tamang port. -codedx.refresh.non200 = Ang isang mali na naganap habang sumusubok na i-update ang listahan ng proyekto. Ang server ay nagbalik ng response code\: -codedx.refresh.403 = \nPatunayan na ang API key ay tama at aktibo. -codedx.refresh.404 = \nPatunayan na ang URL ng server ay tama. -codedx.refresh.400 = \nPatunayan na ang URL ng Server ay tama at nakapagkonekta ka gamit ang tamang port. +srm.refresh.noproject = Walang mga proyekto ang natagpuan. Suriin na ang Server URL at API Key ay tama at ang API Key ay naaangkop ng mga pahintulot. +srm.refresh.failed = Isang mali ang naganap habang sinusunukan upang i-update ang listahan ng mga proyekto. Patunayan na ang URL ng Server at API Key ay tama at ang API Key ay aktibo. At siguraduhin na ikaw ay komukonekta gamit ang tamang port. +srm.refresh.non200 = Ang isang mali na naganap habang sumusubok na i-update ang listahan ng proyekto. Ang server ay nagbalik ng response code\: +srm.refresh.403 = \nPatunayan na ang API key ay tama at aktibo. +srm.refresh.404 = \nPatunayan na ang URL ng server ay tama. +srm.refresh.400 = \nPatunayan na ang URL ng Server ay tama at nakapagkonekta ka gamit ang tamang port. -codedx.ssl.title = Hindi pinagkakatiwalaang Digital Certificate -codedx.ssl.reject = Tinanggal -codedx.ssl.accepttemp = Tinanggap pangsamantala -codedx.ssl.acceptperm = Tinanggap ng tuluyan -codedx.ssl.description = Hindi makapagtatag ng ligtas na koneksiyon dahil hindi pinagkakatiwalaan ang certificate -codedx.ssl.issuer = Ang taga issue\: -codedx.ssl.fingerprint = Ang Fingerprint\: -codedx.ssl.mismatch = Hindi tumugma ang Host\: -codedx.ssl.mismatchmsg = Ang inaasahang '%s', ngunit ang certificate ay para '%s'. \ No newline at end of file +srm.ssl.title = Hindi pinagkakatiwalaang Digital Certificate +srm.ssl.reject = Tinanggal +srm.ssl.accepttemp = Tinanggap pangsamantala +srm.ssl.acceptperm = Tinanggap ng tuluyan +srm.ssl.description = Hindi makapagtatag ng ligtas na koneksiyon dahil hindi pinagkakatiwalaan ang certificate +srm.ssl.issuer = Ang taga issue\: +srm.ssl.fingerprint = Ang Fingerprint\: +srm.ssl.mismatch = Hindi tumugma ang Host\: +srm.ssl.mismatchmsg = Ang inaasahang '%s', ngunit ang certificate ay para '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties index 8f5ab7719b4..7487651e12f 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: T\u00e9l\u00e9charger Le Rapport -codedx.topmenu.report.title = G\u00e9n\u00e9rer un rapport XML pour Code Dx -codedx.desc = G\u00e9n\u00e8re un rapport XML qui inclut les donn\u00e9es de requ\u00eate et de r\u00e9ponse pour chaque alerte +srm.topmenu.upload.title = Software Risk Manager\: T\u00e9l\u00e9charger Le Rapport +srm.topmenu.report.title = G\u00e9n\u00e9rer un rapport XML pour Software Risk Manager +srm.desc = G\u00e9n\u00e8re un rapport XML qui inclut les donn\u00e9es de requ\u00eate et de r\u00e9ponse pour chaque alerte -codedx.error = Erreur -codedx.warning = Avertissement +srm.error = Erreur +srm.warning = Avertissement -codedx.message.success = Le rapport a \u00e9t\u00e9 t\u00e9l\u00e9charg\u00e9e avec succ\u00e8s \u00e0 Code Dx. -codedx.error.unexpected = Une erreur inattendue s'est produite et le rapport n'a pas pu \u00eatre envoy\u00e9. -codedx.error.unsent = Le rapport n'a pas pu \u00eatre envoy\u00e9. -codedx.error.empty = Le rapport g\u00e9n\u00e9r\u00e9 est vide. -codedx.error.failed = Le rapport g\u00e9n\u00e9r\u00e9 est vide. -codedx.error.http.400 = Le serveur a renvoy\u00e9 l'Erreur 400\: Mauvais Demande. -codedx.error.http.403 = Le serveur a renvoy\u00e9 l'Erreur 403\: Interdit.\nLa Cl\u00e9 de API peut \u00eatre incorrecte ou ne disposent pas des autorisations pour ce projet. -codedx.error.http.404 = Le serveur a renvoy\u00e9 l'Erreur 404\: Pas Trouv\u00e9.\nL'URL du Serveur peut \u00eatre mal ou le projet n'existe plus. -codedx.error.http.415 = Le serveur a renvoy\u00e9 l'Erreur 415\: Non Pris En Charge Type De M\u00e9dia. -codedx.error.http.other = Le code de r\u00e9ponse est\: -codedx.error.client.failed = Une erreur inconnue s'est produite lors de la cr\u00e9ation du client HTTP.\nAssurez-vous que l'URL du Serveur et la Cl\u00e9 API sont corrects, et que le serveur est en ligne. -codedx.error.client.invalid = L'URL du Serveur n'est pas une URL valide. Veuillez v\u00e9rifier qu'il est correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = Le rapport a \u00e9t\u00e9 t\u00e9l\u00e9charg\u00e9e avec succ\u00e8s \u00e0 Software Risk Manager. +srm.error.unexpected = Une erreur inattendue s'est produite et le rapport n'a pas pu \u00eatre envoy\u00e9. +srm.error.unsent = Le rapport n'a pas pu \u00eatre envoy\u00e9. +srm.error.empty = Le rapport g\u00e9n\u00e9r\u00e9 est vide. +srm.error.failed = Le rapport g\u00e9n\u00e9r\u00e9 est vide. +srm.error.http.400 = Le serveur a renvoy\u00e9 l'Erreur 400\: Mauvais Demande. +srm.error.http.403 = Le serveur a renvoy\u00e9 l'Erreur 403\: Interdit.\nLa Cl\u00e9 de API peut \u00eatre incorrecte ou ne disposent pas des autorisations pour ce projet. +srm.error.http.404 = Le serveur a renvoy\u00e9 l'Erreur 404\: Pas Trouv\u00e9.\nL'URL du Serveur peut \u00eatre mal ou le projet n'existe plus. +srm.error.http.415 = Le serveur a renvoy\u00e9 l'Erreur 415\: Non Pris En Charge Type De M\u00e9dia. +srm.error.http.other = Le code de r\u00e9ponse est\: +srm.error.client.failed = Une erreur inconnue s'est produite lors de la cr\u00e9ation du client HTTP.\nAssurez-vous que l'URL du Serveur et la Cl\u00e9 API sont corrects, et que le serveur est en ligne. +srm.error.client.invalid = L'URL du Serveur n'est pas une URL valide. Veuillez v\u00e9rifier qu'il est correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Entrez Le Code Dx Param\u00e8tres Du Serveur -codedx.settings.serverurl = Serveur URL\: -codedx.settings.apikey = Cl\u00e9 d'API \: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = T\u00e9l\u00e9charger -codedx.settings.cancel = Annuler +srm.settings.title = Entrez Le Software Risk Manager Param\u00e8tres Du Serveur +srm.settings.serverurl = Serveur URL\: +srm.settings.apikey = Cl\u00e9 d'API \: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = T\u00e9l\u00e9charger +srm.settings.cancel = Annuler -codedx.refresh.noproject = Aucun projet n'a \u00e9t\u00e9 trouv\u00e9. V\u00e9rifiez que l'URL du Serveur et la Cl\u00e9 API sont \ncorrecte et la Cl\u00e9 API a l'autorisation appropri\u00e9e. -codedx.refresh.failed = Une erreur s'est produite lors de la tentative de mise \u00e0 jour de la liste des projets.\nV\u00e9rifiez que l'URL du Serveur et la Cl\u00e9 API sont corrects et que le\nCl\u00e9 API est active. Aussi, assurez-vous que vous vous connectez\navec le bon port. -codedx.refresh.non200 = Une erreur s'est produite lors de la tentative de mise \u00e0 jour de la liste des projets.\nLe serveur a renvoy\u00e9 le code de r\u00e9ponse\: -codedx.refresh.403 = \nV\u00e9rifiez que la cl\u00e9 API est correcte et active. -codedx.refresh.404 = \nV\u00e9rifiez que l'URL du Serveur est correct. -codedx.refresh.400 = \nV\u00e9rifiez que l'URL du Serveur est correcte et que vous vous connectez\navec le bon port. +srm.refresh.noproject = Aucun projet n'a \u00e9t\u00e9 trouv\u00e9. V\u00e9rifiez que l'URL du Serveur et la Cl\u00e9 API sont \ncorrecte et la Cl\u00e9 API a l'autorisation appropri\u00e9e. +srm.refresh.failed = Une erreur s'est produite lors de la tentative de mise \u00e0 jour de la liste des projets.\nV\u00e9rifiez que l'URL du Serveur et la Cl\u00e9 API sont corrects et que le\nCl\u00e9 API est active. Aussi, assurez-vous que vous vous connectez\navec le bon port. +srm.refresh.non200 = Une erreur s'est produite lors de la tentative de mise \u00e0 jour de la liste des projets.\nLe serveur a renvoy\u00e9 le code de r\u00e9ponse\: +srm.refresh.403 = \nV\u00e9rifiez que la cl\u00e9 API est correcte et active. +srm.refresh.404 = \nV\u00e9rifiez que l'URL du Serveur est correct. +srm.refresh.400 = \nV\u00e9rifiez que l'URL du Serveur est correcte et que vous vous connectez\navec le bon port. -codedx.ssl.title = Non Approuv\u00e9s Certificat Num\u00e9rique -codedx.ssl.reject = Rejeter -codedx.ssl.accepttemp = Accepter Temporairement -codedx.ssl.acceptperm = Accepter D\u00e9finitivement -codedx.ssl.description = Impossible d'\u00e9tablir une connexion s\u00e9curis\u00e9e car le certificat n'est pas approuv\u00e9 -codedx.ssl.issuer = \u00c9metteur\: -codedx.ssl.fingerprint = Empreintes digitales\: -codedx.ssl.mismatch = Accueil Incompatibilit\u00e9\: -codedx.ssl.mismatchmsg = Devrait '%s', mais le certificat est destin\u00e9 \u00e0 '%s'. \ No newline at end of file +srm.ssl.title = Non Approuv\u00e9s Certificat Num\u00e9rique +srm.ssl.reject = Rejeter +srm.ssl.accepttemp = Accepter Temporairement +srm.ssl.acceptperm = Accepter D\u00e9finitivement +srm.ssl.description = Impossible d'\u00e9tablir une connexion s\u00e9curis\u00e9e car le certificat n'est pas approuv\u00e9 +srm.ssl.issuer = \u00c9metteur\: +srm.ssl.fingerprint = Empreintes digitales\: +srm.ssl.mismatch = Accueil Incompatibilit\u00e9\: +srm.ssl.mismatchmsg = Devrait '%s', mais le certificat est destin\u00e9 \u00e0 '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties index b61624f2ec7..3e75d2e702f 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u05d1\u05d9\u05d8\u05d5\u05dc +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u05d1\u05d9\u05d8\u05d5\u05dc -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties index 277192cda00..3a63404dcc6 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Odustani +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Odustani -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties index 2a8152326a5..db32f979c56 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx XML-jelent\u00e9s l\u00e9trehoz\u00e1sa -codedx.desc = XML jelent\u00e9s l\u00e9trehoz\u00e1sa amely tartalmazza a k\u00e9r\u00e9s \u00e9s v\u00e1lasz adatokat minden figyelmeztet\u00e9shez +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager XML-jelent\u00e9s l\u00e9trehoz\u00e1sa +srm.desc = XML jelent\u00e9s l\u00e9trehoz\u00e1sa amely tartalmazza a k\u00e9r\u00e9s \u00e9s v\u00e1lasz adatokat minden figyelmeztet\u00e9shez -codedx.error = Hiba -codedx.warning = Warning +srm.error = Hiba +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API kulcs\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = M\u00e9gse +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API kulcs\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = M\u00e9gse -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties index 5c573f18825..91f005c663b 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Kode Dx\: Upload Laporan -codedx.topmenu.report.title = Kode Dx\: Buat Laporan XML -codedx.desc = Menghasilkan laporan XML yang mencakup data permintaan dan tanggapan untuk setiap lansiran +srm.topmenu.upload.title = Software Risk Manager\: Upload Laporan +srm.topmenu.report.title = Software Risk Manager\: Buat Laporan XML +srm.desc = Menghasilkan laporan XML yang mencakup data permintaan dan tanggapan untuk setiap lansiran -codedx.error = Kesalahan -codedx.warning = Peringatan +srm.error = Kesalahan +srm.warning = Peringatan -codedx.message.success = Laporan berhasil diunggah ke Code Dx. -codedx.error.unexpected = Terjadi kesalahan tak terduga dan laporan tidak dapat dikirim. -codedx.error.unsent = Laporan tidak bisa dikirim. -codedx.error.empty = Laporan yang dihasilkan kosong. -codedx.error.failed = Laporan gagal. -codedx.error.http.400 = Server mengembalikan Error 400\: Bad Request. -codedx.error.http.403 = Server mengembalikan Error 403\: Forbidden.\nKunci API mungkin salah atau tidak memiliki izin untuk proyek ini. -codedx.error.http.404 = Server mengembalikan Error 404\: Not Found.\nURL Server mungkin salah atau proyek mungkin sudah tidak ada lagi. -codedx.error.http.415 = Server kembali Error 415\: Unsupported Media Type. -codedx.error.http.other = Kode tanggapannya adalah\: -codedx.error.client.failed = Terjadi kesalahan yang tidak diketahui saat membuat klien HTTP.\nPastikan URL server dan kunci API benar, dan servernya online. -codedx.error.client.invalid = URL Server bukan URL yang valid. Harap periksa apakah itu benar. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = Laporan berhasil diunggah ke Software Risk Manager. +srm.error.unexpected = Terjadi kesalahan tak terduga dan laporan tidak dapat dikirim. +srm.error.unsent = Laporan tidak bisa dikirim. +srm.error.empty = Laporan yang dihasilkan kosong. +srm.error.failed = Laporan gagal. +srm.error.http.400 = Server mengembalikan Error 400\: Bad Request. +srm.error.http.403 = Server mengembalikan Error 403\: Forbidden.\nKunci API mungkin salah atau tidak memiliki izin untuk proyek ini. +srm.error.http.404 = Server mengembalikan Error 404\: Not Found.\nURL Server mungkin salah atau proyek mungkin sudah tidak ada lagi. +srm.error.http.415 = Server kembali Error 415\: Unsupported Media Type. +srm.error.http.other = Kode tanggapannya adalah\: +srm.error.client.failed = Terjadi kesalahan yang tidak diketahui saat membuat klien HTTP.\nPastikan URL server dan kunci API benar, dan servernya online. +srm.error.client.invalid = URL Server bukan URL yang valid. Harap periksa apakah itu benar. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Masukkan Code Dx Server Settings -codedx.settings.serverurl = URL server\: -codedx.settings.apikey = Kunci API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Batal +srm.settings.title = Masukkan Software Risk Manager Server Settings +srm.settings.serverurl = URL server\: +srm.settings.apikey = Kunci API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Batal -codedx.refresh.noproject = Tidak ada proyek yang ditemukan. Periksa apakah URL Server dan Kunci API ada\nbenar dan Kunci API memiliki izin yang sesuai. -codedx.refresh.failed = Terjadi kesalahan saat mencoba memperbarui daftar proyek.\nPastikan URL server dan kunci API sudah benar dan\nKunci API aktif Juga pastikan Anda terhubung\ndengan port yang benar. -codedx.refresh.non200 = Terjadi kesalahan saat mencoba memperbarui daftar proyek.\nServer mengembalikan kode tanggapan\: -codedx.refresh.403 = \nMemverifikasi bahwa kunci API benar dan aktif. -codedx.refresh.404 = \nPastikan URL Server benar. -codedx.refresh.400 = \nPastikan server anda benar dan anda terhubung dengan port yang benar. +srm.refresh.noproject = Tidak ada proyek yang ditemukan. Periksa apakah URL Server dan Kunci API ada\nbenar dan Kunci API memiliki izin yang sesuai. +srm.refresh.failed = Terjadi kesalahan saat mencoba memperbarui daftar proyek.\nPastikan URL server dan kunci API sudah benar dan\nKunci API aktif Juga pastikan Anda terhubung\ndengan port yang benar. +srm.refresh.non200 = Terjadi kesalahan saat mencoba memperbarui daftar proyek.\nServer mengembalikan kode tanggapan\: +srm.refresh.403 = \nMemverifikasi bahwa kunci API benar dan aktif. +srm.refresh.404 = \nPastikan URL Server benar. +srm.refresh.400 = \nPastikan server anda benar dan anda terhubung dengan port yang benar. -codedx.ssl.title = Sertifikat Digital Untrusted -codedx.ssl.reject = Menolak -codedx.ssl.accepttemp = Terima sementara -codedx.ssl.acceptperm = Terima secara permanen -codedx.ssl.description = Tidak dapat membuat sambungan aman karena sertifikat tidak dipercaya -codedx.ssl.issuer = Penerbit\: -codedx.ssl.fingerprint = Sidik jari\: -codedx.ssl.mismatch = Sidik jari\: -codedx.ssl.mismatchmsg = Yang diharapkan '%s', namun sertifikat untuk '%s'. \ No newline at end of file +srm.ssl.title = Sertifikat Digital Untrusted +srm.ssl.reject = Menolak +srm.ssl.accepttemp = Terima sementara +srm.ssl.acceptperm = Terima secara permanen +srm.ssl.description = Tidak dapat membuat sambungan aman karena sertifikat tidak dipercaya +srm.ssl.issuer = Penerbit\: +srm.ssl.fingerprint = Sidik jari\: +srm.ssl.mismatch = Sidik jari\: +srm.ssl.mismatchmsg = Yang diharapkan '%s', namun sertifikat untuk '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties index ddd6d6bf960..e2409eba12d 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Generare Report XML per codice Dx -codedx.desc = Genera report XML che include dati della richiesta e della risposta per ogni avviso +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Generare Report XML per codice Dx +srm.desc = Genera report XML che include dati della richiesta e della risposta per ogni avviso -codedx.error = Errore -codedx.warning = Warning +srm.error = Errore +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = Codice API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Annulla +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = Codice API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Annulla -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties index 339539ea7a6..19e947cbcc1 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = \u30a8\u30e9\u30fc -codedx.warning = Warning +srm.error = \u30a8\u30e9\u30fc +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = \u30b5\u30fc\u30d0\u30fcURL\: -codedx.settings.apikey = API\u30ad\u30fc\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = \u30a2\u30c3\u30d7\u30ed\u30fc\u30c9 -codedx.settings.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = \u30b5\u30fc\u30d0\u30fcURL\: +srm.settings.apikey = API\u30ad\u30fc\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = \u30a2\u30c3\u30d7\u30ed\u30fc\u30c9 +srm.settings.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = \u5374\u4e0b -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = \u5374\u4e0b +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties index b0377841b58..a2a72e6404a 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API \ud0a4\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \ucde8\uc18c +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API \ud0a4\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \ucde8\uc18c -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties index 4f70c0084f7..fa769eaaf3e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = Kekunci API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Batal +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = Kekunci API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Batal -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties index c709ee5a1bd..6ab90b36da5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Genereer XML rapport voor Code Dx -codedx.desc = Genereert XML rapport met daarin request en response data voor elke alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Genereer XML rapport voor Software Risk Manager +srm.desc = Genereert XML rapport met daarin request en response data voor elke alert -codedx.error = Fout -codedx.warning = Warning +srm.error = Fout +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API-sleutel\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Annuleer +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API-sleutel\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Annuleer -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties index 3779a82d352..90f40e96d77 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel am +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel am -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties index 0fc4fe073d2..08c8ba52d0d 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = B\u0142\u0105d -codedx.warning = Warning +srm.error = B\u0142\u0105d +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = Klucz API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Anuluj +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = Klucz API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Anuluj -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties index 92cb9ee4f10..b06e4c99bd1 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Relat\u00f3rio de Upload -codedx.topmenu.report.title = Code Dx\: Gerar Relat\u00f3rio XML -codedx.desc = Gera relat\u00f3rio XML que inclui dados de solicita\u00e7\u00e3o e resposta para cada alerta +srm.topmenu.upload.title = Software Risk Manager\: Relat\u00f3rio de Upload +srm.topmenu.report.title = Software Risk Manager\: Gerar Relat\u00f3rio XML +srm.desc = Gera relat\u00f3rio XML que inclui dados de solicita\u00e7\u00e3o e resposta para cada alerta -codedx.error = Erro -codedx.warning = Aten\u00e7\u00e3o +srm.error = Erro +srm.warning = Aten\u00e7\u00e3o -codedx.message.success = O relat\u00f3rio foi carregado com sucesso para o Code Dx. -codedx.error.unexpected = Ocorreu um erro inesperado e n\u00e3o foi poss\u00edvel enviar o relat\u00f3rio. -codedx.error.unsent = O relat\u00f3rio n\u00e3o p\u00f4de ser enviado. -codedx.error.empty = O relat\u00f3rio gerado est\u00e1 vazio. -codedx.error.failed = A gera\u00e7\u00e3o do relat\u00f3rio falhou. -codedx.error.http.400 = O servidor retornou o Erro 400\: Solicita\u00e7\u00e3o Inv\u00e1lida. -codedx.error.http.403 = O servidor retornou o erro 403\: Proibido.\nA chave API pode estar incorreta ou ter permiss\u00f5es insuficientes para este projeto. -codedx.error.http.404 = O servidor retornou o erro 404\: N\u00e3o Encontrado.\nA URL do servidor pode estar errada ou o projeto pode n\u00e3o existir mais. -codedx.error.http.415 = O servidor retornou o Erro 415\: Tipo de M\u00eddia N\u00e3o Suportado. -codedx.error.http.other = O c\u00f3digo de resposta \u00e9\: -codedx.error.client.failed = Ocorreu um erro desconhecido ao criar o cliente HTTP.\nCertifique-se de que a URL do servidor e a chave API estejam corretas e que o servidor esteja online. -codedx.error.client.invalid = A URL do servidor n\u00e3o \u00e9 uma URL v\u00e1lida. Verifique se est\u00e1 correta. -codedx.error.httpMessage = Nenhuma mensagem HTTP encontrada para o alerta id \= {0} -codedx.error.timeout = O valor inserido para o tempo limite \u00e9 inv\u00e1lido. O tempo limite foi padronizado para 120 segundos. +srm.message.success = O relat\u00f3rio foi carregado com sucesso para o Software Risk Manager. +srm.error.unexpected = Ocorreu um erro inesperado e n\u00e3o foi poss\u00edvel enviar o relat\u00f3rio. +srm.error.unsent = O relat\u00f3rio n\u00e3o p\u00f4de ser enviado. +srm.error.empty = O relat\u00f3rio gerado est\u00e1 vazio. +srm.error.failed = A gera\u00e7\u00e3o do relat\u00f3rio falhou. +srm.error.http.400 = O servidor retornou o Erro 400\: Solicita\u00e7\u00e3o Inv\u00e1lida. +srm.error.http.403 = O servidor retornou o erro 403\: Proibido.\nA chave API pode estar incorreta ou ter permiss\u00f5es insuficientes para este projeto. +srm.error.http.404 = O servidor retornou o erro 404\: N\u00e3o Encontrado.\nA URL do servidor pode estar errada ou o projeto pode n\u00e3o existir mais. +srm.error.http.415 = O servidor retornou o Erro 415\: Tipo de M\u00eddia N\u00e3o Suportado. +srm.error.http.other = O c\u00f3digo de resposta \u00e9\: +srm.error.client.failed = Ocorreu um erro desconhecido ao criar o cliente HTTP.\nCertifique-se de que a URL do servidor e a chave API estejam corretas e que o servidor esteja online. +srm.error.client.invalid = A URL do servidor n\u00e3o \u00e9 uma URL v\u00e1lida. Verifique se est\u00e1 correta. +srm.error.httpMessage = Nenhuma mensagem HTTP encontrada para o alerta id \= {0} +srm.error.timeout = O valor inserido para o tempo limite \u00e9 inv\u00e1lido. O tempo limite foi padronizado para 120 segundos. -codedx.settings.title = Insira as configura\u00e7\u00f5es do servidor Code Dx -codedx.settings.serverurl = URL do Servidor\: -codedx.settings.apikey = Chave API\: -codedx.setting.timeout = Tempo limite (segundos)\: -codedx.settings.upload = Envio -codedx.settings.cancel = Cancelar +srm.settings.title = Insira as configura\u00e7\u00f5es do servidor Software Risk Manager +srm.settings.serverurl = URL do Servidor\: +srm.settings.apikey = Chave API\: +srm.setting.timeout = Tempo limite (segundos)\: +srm.settings.upload = Envio +srm.settings.cancel = Cancelar -codedx.refresh.noproject = Nenhum projeto foi encontrado. Verifique se a URL do servidor e a chave API est\u00e3o\ncorretas e se a chave API tem permiss\u00e3o apropriada. -codedx.refresh.failed = Ocorreu um erro ao tentar atualizar a lista de projetos.\nVerifique se a URL do servidor e a chave API est\u00e3o corretas e se\nA chave API est\u00e1 ativa. Verifique tamb\u00e9m se voc\u00ea est\u00e1 se conectando\ncom a porta correta. -codedx.refresh.non200 = Ocorreu um erro ao tentar atualizar a lista de projetos.\nO servidor retornou o c\u00f3digo de resposta\: -codedx.refresh.403 = Verifique se a chave API est\u00e1 correta e ativa. -codedx.refresh.404 = Verifique se a URL do servidor est\u00e1 correta. -codedx.refresh.400 = Verifique se a URL do servidor est\u00e1 correta e se voc\u00ea est\u00e1 se conectando\ncom a porta correta. +srm.refresh.noproject = Nenhum projeto foi encontrado. Verifique se a URL do servidor e a chave API est\u00e3o\ncorretas e se a chave API tem permiss\u00e3o apropriada. +srm.refresh.failed = Ocorreu um erro ao tentar atualizar a lista de projetos.\nVerifique se a URL do servidor e a chave API est\u00e3o corretas e se\nA chave API est\u00e1 ativa. Verifique tamb\u00e9m se voc\u00ea est\u00e1 se conectando\ncom a porta correta. +srm.refresh.non200 = Ocorreu um erro ao tentar atualizar a lista de projetos.\nO servidor retornou o c\u00f3digo de resposta\: +srm.refresh.403 = Verifique se a chave API est\u00e1 correta e ativa. +srm.refresh.404 = Verifique se a URL do servidor est\u00e1 correta. +srm.refresh.400 = Verifique se a URL do servidor est\u00e1 correta e se voc\u00ea est\u00e1 se conectando\ncom a porta correta. -codedx.ssl.title = Certificado Digital N\u00e3o Confi\u00e1vel -codedx.ssl.reject = Rejeitar -codedx.ssl.accepttemp = Aceitar Temporariamente -codedx.ssl.acceptperm = Aceitar Permanentemente -codedx.ssl.description = N\u00e3o foi poss\u00edvel estabelecer uma conex\u00e3o segura porque o certificado n\u00e3o \u00e9 confi\u00e1vel -codedx.ssl.issuer = Emitente\: -codedx.ssl.fingerprint = Impress\u00e3o Digital\: -codedx.ssl.mismatch = Host Incompat\u00edvel\: -codedx.ssl.mismatchmsg = Esperado '%s', mas o certificado \u00e9 para '%s'. \ No newline at end of file +srm.ssl.title = Certificado Digital N\u00e3o Confi\u00e1vel +srm.ssl.reject = Rejeitar +srm.ssl.accepttemp = Aceitar Temporariamente +srm.ssl.acceptperm = Aceitar Permanentemente +srm.ssl.description = N\u00e3o foi poss\u00edvel estabelecer uma conex\u00e3o segura porque o certificado n\u00e3o \u00e9 confi\u00e1vel +srm.ssl.issuer = Emitente\: +srm.ssl.fingerprint = Impress\u00e3o Digital\: +srm.ssl.mismatch = Host Incompat\u00edvel\: +srm.ssl.mismatchmsg = Esperado '%s', mas o certificado \u00e9 para '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties index 77bfa5b5872..3ed663283f9 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Erro -codedx.warning = Aviso +srm.error = Erro +srm.warning = Aviso -codedx.message.success = O relat\u00f3rio foi carregado com sucesso para o Code Dx. -codedx.error.unexpected = Ocorreu um erro inesperado e o relat\u00f3rio n\u00e3o p\u00f4de ser enviado. -codedx.error.unsent = O relat\u00f3rio n\u00e3o pode ser enviado. -codedx.error.empty = O relat\u00f3rio gerado est\u00e1 vazio. -codedx.error.failed = A produ\u00e7\u00e3o do relat\u00f3rio falhou. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = O c\u00f3digo resposta \u00e9\: -codedx.error.client.failed = Ocorreu um erro ao criar o cliente HTTP.\nCertifique-se que o URL do Servidor e a chave API est\u00e3o corretos e de que o servidor est\u00e1 online. -codedx.error.client.invalid = O URL do servidos n\u00e3o \u00e9 um URL v\u00e1lido. Por favor verifique se o URL est\u00e1 correto. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = O relat\u00f3rio foi carregado com sucesso para o Software Risk Manager. +srm.error.unexpected = Ocorreu um erro inesperado e o relat\u00f3rio n\u00e3o p\u00f4de ser enviado. +srm.error.unsent = O relat\u00f3rio n\u00e3o pode ser enviado. +srm.error.empty = O relat\u00f3rio gerado est\u00e1 vazio. +srm.error.failed = A produ\u00e7\u00e3o do relat\u00f3rio falhou. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = O c\u00f3digo resposta \u00e9\: +srm.error.client.failed = Ocorreu um erro ao criar o cliente HTTP.\nCertifique-se que o URL do Servidor e a chave API est\u00e3o corretos e de que o servidor est\u00e1 online. +srm.error.client.invalid = O URL do servidos n\u00e3o \u00e9 um URL v\u00e1lido. Por favor verifique se o URL est\u00e1 correto. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = URL do Servidor\: -codedx.settings.apikey = Chave API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Carregar -codedx.settings.cancel = Cancelar +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = URL do Servidor\: +srm.settings.apikey = Chave API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Carregar +srm.settings.cancel = Cancelar -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerifique que o URL do servidor est\u00e1 correto. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerifique que o URL do servidor est\u00e1 correto. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Rejeitar -codedx.ssl.accepttemp = Aceitar Temporariamente -codedx.ssl.acceptperm = Aceitar Permanentemente -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Impress\u00e3o digital\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Rejeitar +srm.ssl.accepttemp = Aceitar Temporariamente +srm.ssl.acceptperm = Aceitar Permanentemente +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Impress\u00e3o digital\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties index 36e41c4ab54..b1cce540eb1 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = Cheie API\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Revocare +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = Cheie API\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Revocare -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties index 1825c683533..1433ae8c105 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = \u041a\u043e\u0434 Dx\: \u043e\u0442\u0447\u0435\u0442 \u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 -codedx.topmenu.report.title = Code Dx\: \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u0442\u0447\u0435\u0442\u0430 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 XML -codedx.desc = \u0421\u043e\u0437\u0434\u0430\u0435\u0442 \u043e\u0442\u0447\u0435\u0442 XML, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438 \u043e\u0442\u0432\u0435\u0442\u0430 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f. +srm.topmenu.upload.title = \u041a\u043e\u0434 Dx\: \u043e\u0442\u0447\u0435\u0442 \u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 +srm.topmenu.report.title = Software Risk Manager\: \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u0442\u0447\u0435\u0442\u0430 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 XML +srm.desc = \u0421\u043e\u0437\u0434\u0430\u0435\u0442 \u043e\u0442\u0447\u0435\u0442 XML, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438 \u043e\u0442\u0432\u0435\u0442\u0430 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f. -codedx.error = \u041e\u0448\u0438\u0431\u043a\u0430 -codedx.warning = \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 +srm.error = \u041e\u0448\u0438\u0431\u043a\u0430 +srm.warning = \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 -codedx.message.success = \u041e\u0442\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0432 Code Dx. -codedx.error.unexpected = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430, \u0438 \u043e\u0442\u0447\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d. -codedx.error.unsent = \u041e\u0442\u0447\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d. -codedx.error.empty = \u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043f\u0443\u0441\u0442. -codedx.error.failed = \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0442\u0447\u0435\u0442. -codedx.error.http.400 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 400\: \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441. -codedx.error.http.403 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 403\: \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043e.\n\u041a\u043b\u044e\u0447 API \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u043c \u0438\u043b\u0438 \u0438\u043c\u0435\u0442\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430. -codedx.error.http.404 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 404\: \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.\nURL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c, \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. -codedx.error.http.415 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 415\: \u043d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u0442\u0438\u043f \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f. -codedx.error.http.other = \u041a\u043e\u0434 \u043e\u0442\u0432\u0435\u0442\u0430\: -codedx.error.client.failed = \u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 HTTP-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \u0438 \u0447\u0442\u043e \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d \u043a \u0441\u0435\u0442\u0438. -codedx.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c URL-\u0430\u0434\u0440\u0435\u0441\u043e\u043c. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u044d\u0442\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e. -codedx.error.httpMessage = \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f (id) \= {0} -codedx.error.timeout = \u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0430\u0439\u043c-\u0430\u0443\u0442\u0430. \n\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 120 \u0441\u0435\u043a\u0443\u043d\u0434. +srm.message.success = \u041e\u0442\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0432 Software Risk Manager. +srm.error.unexpected = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430, \u0438 \u043e\u0442\u0447\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d. +srm.error.unsent = \u041e\u0442\u0447\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d. +srm.error.empty = \u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043f\u0443\u0441\u0442. +srm.error.failed = \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0442\u0447\u0435\u0442. +srm.error.http.400 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 400\: \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441. +srm.error.http.403 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 403\: \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043e.\n\u041a\u043b\u044e\u0447 API \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u043c \u0438\u043b\u0438 \u0438\u043c\u0435\u0442\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430. +srm.error.http.404 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 404\: \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.\nURL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c, \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. +srm.error.http.415 = \u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043e\u0448\u0438\u0431\u043a\u0443 415\: \u043d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u0442\u0438\u043f \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f. +srm.error.http.other = \u041a\u043e\u0434 \u043e\u0442\u0432\u0435\u0442\u0430\: +srm.error.client.failed = \u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 HTTP-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \u0438 \u0447\u0442\u043e \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d \u043a \u0441\u0435\u0442\u0438. +srm.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c URL-\u0430\u0434\u0440\u0435\u0441\u043e\u043c. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u044d\u0442\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e. +srm.error.httpMessage = \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f (id) \= {0} +srm.error.timeout = \u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0430\u0439\u043c-\u0430\u0443\u0442\u0430. \n\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 120 \u0441\u0435\u043a\u0443\u043d\u0434. -codedx.settings.title = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Code Dx -codedx.settings.serverurl = URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\: -codedx.settings.apikey = \u041a\u043b\u044e\u0447 API\: -codedx.setting.timeout = \u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445\: -codedx.settings.upload = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c -codedx.settings.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 +srm.settings.title = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Software Risk Manager +srm.settings.serverurl = URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\: +srm.settings.apikey = \u041a\u043b\u044e\u0447 API\: +srm.setting.timeout = \u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445\: +srm.settings.upload = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c +srm.settings.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 -codedx.refresh.noproject = \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b, \n\u0438 \u043a\u043b\u044e\u0447 API \u0438\u043c\u0435\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435. -codedx.refresh.failed = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432.\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \n\u0430 \u041a\u043b\u044e\u0447 API \u0430\u043a\u0442\u0438\u0432\u0435\u043d. \n\u0422\u0430\u043a\u0436\u0435 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c. -codedx.refresh.non200 = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432.\n\u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043a\u043e\u0434 \u043e\u0442\u0432\u0435\u0442\u0430\: -codedx.refresh.403 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0438 \u0430\u043a\u0442\u0438\u0432\u0435\u043d. -codedx.refresh.404 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439. -codedx.refresh.400 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0438 \u0447\u0442\u043e \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0435\u0441\u044c\n\u0441 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c. +srm.refresh.noproject = \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b, \n\u0438 \u043a\u043b\u044e\u0447 API \u0438\u043c\u0435\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435. +srm.refresh.failed = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432.\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \n\u0430 \u041a\u043b\u044e\u0447 API \u0430\u043a\u0442\u0438\u0432\u0435\u043d. \n\u0422\u0430\u043a\u0436\u0435 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c. +srm.refresh.non200 = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432.\n\u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0435\u0440\u043d\u0443\u043b \u043a\u043e\u0434 \u043e\u0442\u0432\u0435\u0442\u0430\: +srm.refresh.403 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0438 \u0430\u043a\u0442\u0438\u0432\u0435\u043d. +srm.refresh.404 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439. +srm.refresh.400 = \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0438 \u0447\u0442\u043e \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0435\u0441\u044c\n\u0441 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c. -codedx.ssl.title = \u041d\u0435\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 -codedx.ssl.reject = \u041e\u0442\u043a\u043b\u043e\u043d\u044f\u0442\u044c -codedx.ssl.accepttemp = \u041f\u0440\u0438\u043d\u044f\u0442\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e -codedx.ssl.acceptperm = \u041f\u0440\u0438\u043d\u044f\u0442\u044c \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 -codedx.ssl.description = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c -codedx.ssl.issuer = \u042d\u043c\u0438\u0442\u0435\u043d\u0442\: -codedx.ssl.fingerprint = \u041e\u0442\u043f\u0435\u0447\u0430\u0442\u043e\u043a \u043f\u0430\u043b\u044c\u0446\u0430\: -codedx.ssl.mismatch = \u041d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0445\u043e\u0441\u0442\u0430\: -codedx.ssl.mismatchmsg = \u041e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f "% s", \u043d\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f "% s". \ No newline at end of file +srm.ssl.title = \u041d\u0435\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 +srm.ssl.reject = \u041e\u0442\u043a\u043b\u043e\u043d\u044f\u0442\u044c +srm.ssl.accepttemp = \u041f\u0440\u0438\u043d\u044f\u0442\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e +srm.ssl.acceptperm = \u041f\u0440\u0438\u043d\u044f\u0442\u044c \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 +srm.ssl.description = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c +srm.ssl.issuer = \u042d\u043c\u0438\u0442\u0435\u043d\u0442\: +srm.ssl.fingerprint = \u041e\u0442\u043f\u0435\u0447\u0430\u0442\u043e\u043a \u043f\u0430\u043b\u044c\u0446\u0430\: +srm.ssl.mismatch = \u041d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0445\u043e\u0441\u0442\u0430\: +srm.ssl.mismatchmsg = \u041e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f "% s", \u043d\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f "% s". \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties index f582132c9ce..6d7c94b6b8c 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Zru\u0161i\u0165 +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Zru\u0161i\u0165 -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties index 860cdd5901e..5f367e50ba5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Napaka -codedx.warning = Warning +srm.error = Napaka +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Prekli\u010di +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Prekli\u010di -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties index 50bea43d9e7..0b6d0edceec 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Anulo +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Anulo -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties index 2d1426ebfd3..4d3a4647376 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Gre\u0161ka -codedx.warning = Warning +srm.error = Gre\u0161ka +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Otka\u017ei +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Otka\u017ei -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties index 0fd18aeb8ab..2d8e73c925e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Cancel +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Cancel -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties index f88170a374c..73c9ecc24b7 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Kod Dx\: Y\u00fckleme Raporu -codedx.topmenu.report.title = Kod Dx\: XML Raporu Olu\u015fturun -codedx.desc = Her uyar\u0131 i\u00e7in istek ve yan\u0131t verilerini i\u00e7eren XML raporu \u00fcretir +srm.topmenu.upload.title = Software Risk Manager\: Y\u00fckleme Raporu +srm.topmenu.report.title = Software Risk Manager\: XML Raporu Olu\u015fturun +srm.desc = Her uyar\u0131 i\u00e7in istek ve yan\u0131t verilerini i\u00e7eren XML raporu \u00fcretir -codedx.error = Hata -codedx.warning = Uyar\u0131 +srm.error = Hata +srm.warning = Uyar\u0131 -codedx.message.success = Rapor Dx koduna ba\u015far\u0131yla y\u00fcklendi. -codedx.error.unexpected = Beklenmedik bir hata olu\u015ftu ve rapor g\u00f6nderilemedi. -codedx.error.unsent = Rapor g\u00f6nderilemedi. -codedx.error.empty = Olu\u015fturulan rapor bo\u015f. -codedx.error.failed = Rapor olu\u015fturma ba\u015far\u0131s\u0131z. -codedx.error.http.400 = Sunucu hata 400 d\u00f6nd\u00fcrd\u00fc\:K\u00f6t\u00fc \u0130stek -codedx.error.http.403 = Sunucu, Hata 403'\u00fc d\u00f6nd\u00fcrd\u00fc\: Yasak. API Anahtar\u0131 yanl\u0131\u015f olabilir veya bu proje i\u00e7in yetersiz izinlere sahip olabilir. -codedx.error.http.404 = Sunucu, Hata 404 d\u00f6nd\u00fcrd\u00fc\: Bulunamad\u0131. Sunucu URL'si yanl\u0131\u015f olabilir veya proje art\u0131k m\u00fcmk\u00fcn olmayabilir. -codedx.error.http.415 = Sunucu, Hata 415'i d\u00f6nd\u00fcrd\u00fc\: Desteklenmeyen Medya T\u00fcr\u00fc. -codedx.error.http.other = Yan\u0131t kodu\: -codedx.error.client.failed = HTTP istemcisi olu\u015fturulurken bilinmeyen bir hata olu\u015ftu. Sunucu URL'si ve API Anahtar\u0131 do\u011fru oldu\u011fundan ve sunucunun \u00e7evrimi\u00e7i oldu\u011fundan emin olun. -codedx.error.client.invalid = Sunucu URL'si ge\u00e7erli bir URL de\u011fil. L\u00fctfen uygun olup olmad\u0131\u011f\u0131n\u0131 kontrol edin. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = Rapor Software Risk Manager koduna ba\u015far\u0131yla y\u00fcklendi. +srm.error.unexpected = Beklenmedik bir hata olu\u015ftu ve rapor g\u00f6nderilemedi. +srm.error.unsent = Rapor g\u00f6nderilemedi. +srm.error.empty = Olu\u015fturulan rapor bo\u015f. +srm.error.failed = Rapor olu\u015fturma ba\u015far\u0131s\u0131z. +srm.error.http.400 = Sunucu hata 400 d\u00f6nd\u00fcrd\u00fc\:K\u00f6t\u00fc \u0130stek +srm.error.http.403 = Sunucu, Hata 403'\u00fc d\u00f6nd\u00fcrd\u00fc\: Yasak. API Anahtar\u0131 yanl\u0131\u015f olabilir veya bu proje i\u00e7in yetersiz izinlere sahip olabilir. +srm.error.http.404 = Sunucu, Hata 404 d\u00f6nd\u00fcrd\u00fc\: Bulunamad\u0131. Sunucu URL'si yanl\u0131\u015f olabilir veya proje art\u0131k m\u00fcmk\u00fcn olmayabilir. +srm.error.http.415 = Sunucu, Hata 415'i d\u00f6nd\u00fcrd\u00fc\: Desteklenmeyen Medya T\u00fcr\u00fc. +srm.error.http.other = Yan\u0131t kodu\: +srm.error.client.failed = HTTP istemcisi olu\u015fturulurken bilinmeyen bir hata olu\u015ftu. Sunucu URL'si ve API Anahtar\u0131 do\u011fru oldu\u011fundan ve sunucunun \u00e7evrimi\u00e7i oldu\u011fundan emin olun. +srm.error.client.invalid = Sunucu URL'si ge\u00e7erli bir URL de\u011fil. L\u00fctfen uygun olup olmad\u0131\u011f\u0131n\u0131 kontrol edin. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Kod Dx Sunucu Ayarlar\u0131n\u0131 Girin -codedx.settings.serverurl = Sunucu URL'si\: -codedx.settings.apikey = API Anahtar\u0131\: -codedx.setting.timeout = Saniye i\u00e7inde zaman a\u015f\u0131m\u0131\: -codedx.settings.upload = Y\u00fckle -codedx.settings.cancel = \u0130ptal +srm.settings.title = Software Risk Manager Sunucu Ayarlar\u0131n\u0131 Girin +srm.settings.serverurl = Sunucu URL'si\: +srm.settings.apikey = API Anahtar\u0131\: +srm.setting.timeout = Saniye i\u00e7inde zaman a\u015f\u0131m\u0131\: +srm.settings.upload = Y\u00fckle +srm.settings.cancel = \u0130ptal -codedx.refresh.noproject = Hi\u00e7bir proje bulunamad\u0131. Sunucu URL'sinin ve API Anahtar\u0131n\u0131n do\u011fru oldu\u011funu ve API Anahtar\u0131n\u0131n uygun izne sahip oldu\u011funu kontrol edin. -codedx.refresh.failed = Proje listesini g\u00fcncellemeye \u00e7al\u0131\u015f\u0131l\u0131rken bir hata olu\u015ftu.\nSunucu URL'sinin ve API anahtar\u0131n\u0131n do\u011fru oldu\u011funu ve\nAPI Anahtar\u0131 etkin. Ayr\u0131ca ba\u011fland\u0131\u011f\u0131n\u0131zdan emin olun\ndo\u011fru ba\u011flant\u0131 noktas\u0131yla. -codedx.refresh.non200 = Proje listesini g\u00fcncellemeye \u00e7al\u0131\u015f\u0131l\u0131rken bir hata olu\u015ftu. Sunucu yan\u0131t kodunu d\u00f6nd\u00fcrd\u00fc\: -codedx.refresh.403 = \nAPI anahtar\u0131n\u0131n do\u011fru ve etkin oldu\u011funu do\u011frulay\u0131n. -codedx.refresh.404 = \nSunucu URL'sinin do\u011fru oldu\u011funu do\u011frulay\u0131n. -codedx.refresh.400 = \nSunucu URL'sinin do\u011fru oldu\u011funu ve ba\u011flant\u0131 kurdu\u011funuzu do\u011frulay\u0131n do\u011fru ba\u011flant\u0131 noktas\u0131na ba\u011flay\u0131n. +srm.refresh.noproject = Hi\u00e7bir proje bulunamad\u0131. Sunucu URL'sinin ve API Anahtar\u0131n\u0131n do\u011fru oldu\u011funu ve API Anahtar\u0131n\u0131n uygun izne sahip oldu\u011funu kontrol edin. +srm.refresh.failed = Proje listesini g\u00fcncellemeye \u00e7al\u0131\u015f\u0131l\u0131rken bir hata olu\u015ftu.\nSunucu URL'sinin ve API anahtar\u0131n\u0131n do\u011fru oldu\u011funu ve\nAPI Anahtar\u0131 etkin. Ayr\u0131ca ba\u011fland\u0131\u011f\u0131n\u0131zdan emin olun\ndo\u011fru ba\u011flant\u0131 noktas\u0131yla. +srm.refresh.non200 = Proje listesini g\u00fcncellemeye \u00e7al\u0131\u015f\u0131l\u0131rken bir hata olu\u015ftu. Sunucu yan\u0131t kodunu d\u00f6nd\u00fcrd\u00fc\: +srm.refresh.403 = \nAPI anahtar\u0131n\u0131n do\u011fru ve etkin oldu\u011funu do\u011frulay\u0131n. +srm.refresh.404 = \nSunucu URL'sinin do\u011fru oldu\u011funu do\u011frulay\u0131n. +srm.refresh.400 = \nSunucu URL'sinin do\u011fru oldu\u011funu ve ba\u011flant\u0131 kurdu\u011funuzu do\u011frulay\u0131n do\u011fru ba\u011flant\u0131 noktas\u0131na ba\u011flay\u0131n. -codedx.ssl.title = G\u00fcvenilmeyen Dijital Sertifika -codedx.ssl.reject = Reddet -codedx.ssl.accepttemp = Ge\u00e7ici Olarak Kabul Et -codedx.ssl.acceptperm = Kal\u0131c\u0131 Olarak Kabul Et -codedx.ssl.description = Sertifika g\u00fcvenilir olmad\u0131\u011f\u0131ndan g\u00fcvenli bir ba\u011flant\u0131 kuram\u0131yor -codedx.ssl.issuer = Yay\u0131nc\u0131\: -codedx.ssl.fingerprint = Parmakizi\: -codedx.ssl.mismatch = Ana Bilgisayar Uyumsuzlu\u011fu\: -codedx.ssl.mismatchmsg = '%s' bekleniyor, ancak sertifika '%s' i\u00e7in. \ No newline at end of file +srm.ssl.title = G\u00fcvenilmeyen Dijital Sertifika +srm.ssl.reject = Reddet +srm.ssl.accepttemp = Ge\u00e7ici Olarak Kabul Et +srm.ssl.acceptperm = Kal\u0131c\u0131 Olarak Kabul Et +srm.ssl.description = Sertifika g\u00fcvenilir olmad\u0131\u011f\u0131ndan g\u00fcvenli bir ba\u011flant\u0131 kuram\u0131yor +srm.ssl.issuer = Yay\u0131nc\u0131\: +srm.ssl.fingerprint = Parmakizi\: +srm.ssl.mismatch = Ana Bilgisayar Uyumsuzlu\u011fu\: +srm.ssl.mismatchmsg = '%s' bekleniyor, ancak sertifika '%s' i\u00e7in. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties index 9664ab010dc..17e7b587848 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = \u041a\u043e\u0434 Dx\: \u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0432\u0456\u0442 -codedx.topmenu.report.title = \u041a\u043e\u0434 Dx\: \u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 XML-\u0437\u0432\u0456\u0442 -codedx.desc = \u0413\u0435\u043d\u0435\u0440\u0443\u0454 XML-\u0437\u0432\u0456\u0442, \u0449\u043e \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0434\u0430\u043d\u0456 \u0437\u0430\u043f\u0438\u0442\u0443 \u0442\u0430 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u0434\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f +srm.topmenu.upload.title = \u041a\u043e\u0434 Dx\: \u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0432\u0456\u0442 +srm.topmenu.report.title = \u041a\u043e\u0434 Dx\: \u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 XML-\u0437\u0432\u0456\u0442 +srm.desc = \u0413\u0435\u043d\u0435\u0440\u0443\u0454 XML-\u0437\u0432\u0456\u0442, \u0449\u043e \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0434\u0430\u043d\u0456 \u0437\u0430\u043f\u0438\u0442\u0443 \u0442\u0430 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u0434\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f -codedx.error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 -codedx.warning = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f +srm.error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 +srm.warning = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f -codedx.message.success = \u0417\u0432\u0456\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043e \u043d\u0430 Code Dx. -codedx.error.unexpected = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043d\u0435\u0441\u043f\u043e\u0434\u0456\u0432\u0430\u043d\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430, \u0456 \u0437\u0432\u0456\u0442 \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438. -codedx.error.unsent = \u0417\u0432\u0456\u0442 \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438. -codedx.error.empty = \u0421\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0437\u0432\u0456\u0442 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439. -codedx.error.failed = \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0432\u0456\u0442. -codedx.error.http.400 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 400\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442. -codedx.error.http.403 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 403\: \u0437\u0430\u0431\u043e\u0440\u043e\u043d\u0435\u043d\u043e.\n\u041a\u043b\u044e\u0447 API \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c \u0430\u0431\u043e \u043c\u0430\u0442\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u0440\u043e\u0454\u043a\u0442\u0443. -codedx.error.http.404 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 404\: \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.\nURL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u044e \u0430\u0431\u043e \u043f\u0440\u043e\u0454\u043a\u0442 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454. -codedx.error.http.415 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 415\: \u0442\u0438\u043f \u043d\u043e\u0441\u0456\u044f \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. -codedx.error.http.other = \u041a\u043e\u0434 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456\: -codedx.error.client.failed = \u041f\u0456\u0434 \u0447\u0430\u0441 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043b\u0456\u0454\u043d\u0442\u0430 HTTP \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430.\n\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u2013 \u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u043e\u043d\u043b\u0430\u0439\u043d. -codedx.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0430. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u043e\u043d\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430. -codedx.error.httpMessage = \u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \= {0} -codedx.error.timeout = \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u0432\u0432\u0435\u0434\u0435\u043d\u0435 \u0434\u043b\u044f \u0447\u0430\u0441\u0443 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f, \u0454 \u043d\u0435\u0432\u0456\u0440\u043d\u0438\u043c. \u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u0447\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0430 120 \u0441\u0435\u043a\u0443\u043d\u0434. +srm.message.success = \u0417\u0432\u0456\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043e \u043d\u0430 Software Risk Manager. +srm.error.unexpected = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043d\u0435\u0441\u043f\u043e\u0434\u0456\u0432\u0430\u043d\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430, \u0456 \u0437\u0432\u0456\u0442 \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438. +srm.error.unsent = \u0417\u0432\u0456\u0442 \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438. +srm.error.empty = \u0421\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0437\u0432\u0456\u0442 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439. +srm.error.failed = \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0432\u0456\u0442. +srm.error.http.400 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 400\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442. +srm.error.http.403 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 403\: \u0437\u0430\u0431\u043e\u0440\u043e\u043d\u0435\u043d\u043e.\n\u041a\u043b\u044e\u0447 API \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c \u0430\u0431\u043e \u043c\u0430\u0442\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u0440\u043e\u0454\u043a\u0442\u0443. +srm.error.http.404 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 404\: \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.\nURL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u044e \u0430\u0431\u043e \u043f\u0440\u043e\u0454\u043a\u0442 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454. +srm.error.http.415 = \u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443 415\: \u0442\u0438\u043f \u043d\u043e\u0441\u0456\u044f \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. +srm.error.http.other = \u041a\u043e\u0434 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456\: +srm.error.client.failed = \u041f\u0456\u0434 \u0447\u0430\u0441 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043b\u0456\u0454\u043d\u0442\u0430 HTTP \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430.\n\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u2013 \u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u043e\u043d\u043b\u0430\u0439\u043d. +srm.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0430. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u043e\u043d\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430. +srm.error.httpMessage = \u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \= {0} +srm.error.timeout = \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u0432\u0432\u0435\u0434\u0435\u043d\u0435 \u0434\u043b\u044f \u0447\u0430\u0441\u0443 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f, \u0454 \u043d\u0435\u0432\u0456\u0440\u043d\u0438\u043c. \u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u0447\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0430 120 \u0441\u0435\u043a\u0443\u043d\u0434. -codedx.settings.title = \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Code Dx -codedx.settings.serverurl = \u0421\u0435\u0440\u0432\u0435\u0440 URL-\u0430\u0434\u0440\u0435\u0441\u0438\: -codedx.settings.apikey = \u041a\u043b\u044e\u0447 API\: -codedx.setting.timeout = \u0427\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f (\u0443 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445)\: -codedx.settings.upload = \u041f\u0435\u0440\u0435\u0434\u0430\u0442\u0438 -codedx.settings.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +srm.settings.title = \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Software Risk Manager +srm.settings.serverurl = \u0421\u0435\u0440\u0432\u0435\u0440 URL-\u0430\u0434\u0440\u0435\u0441\u0438\: +srm.settings.apikey = \u041a\u043b\u044e\u0447 API\: +srm.setting.timeout = \u0427\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f (\u0443 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445)\: +srm.settings.upload = \u041f\u0435\u0440\u0435\u0434\u0430\u0442\u0438 +srm.settings.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -codedx.refresh.noproject = \u041f\u0440\u043e\u0454\u043a\u0442\u0456\u0432 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \n\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u043a\u043b\u044e\u0447 API \u043c\u0430\u0454 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u0434\u043e\u0437\u0432\u0456\u043b. -codedx.refresh.failed = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043f\u0440\u043e\u0431\u0456 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0454\u043a\u0442\u0456\u0432.\n\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u043a\u043b\u044e\u0447 API \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439. \u0422\u0430\u043a\u043e\u0436 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u0438 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0430\u0454\u0442\u0435\u0441\u044f\n\u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0443.\n -codedx.refresh.non200 = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043f\u0440\u043e\u0431\u0456 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0454\u043a\u0442\u0456\u0432.\n\u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043a\u043e\u0434 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456\: -codedx.refresh.403 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0456 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439. -codedx.refresh.404 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430. -codedx.refresh.400 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u0456 \u0449\u043e \u0432\u0438 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0430\u0454\u0442\u0435\u0441\u044f \u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0443. +srm.refresh.noproject = \u041f\u0440\u043e\u0454\u043a\u0442\u0456\u0432 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \n\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u043a\u043b\u044e\u0447 API \u043c\u0430\u0454 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0439 \u0434\u043e\u0437\u0432\u0456\u043b. +srm.refresh.failed = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043f\u0440\u043e\u0431\u0456 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0454\u043a\u0442\u0456\u0432.\n\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u043a\u043b\u044e\u0447 API \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439. \u0422\u0430\u043a\u043e\u0436 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u0438 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0430\u0454\u0442\u0435\u0441\u044f\n\u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0443.\n +srm.refresh.non200 = \u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043f\u0440\u043e\u0431\u0456 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0454\u043a\u0442\u0456\u0432.\n\u0421\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0432 \u043a\u043e\u0434 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456\: +srm.refresh.403 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0456 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439. +srm.refresh.404 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430. +srm.refresh.400 = \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u0456 \u0449\u043e \u0432\u0438 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0430\u0454\u0442\u0435\u0441\u044f \u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0443. -codedx.ssl.title = \u041d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0438\u0439 \u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 -codedx.ssl.reject = \u0412\u0456\u0434\u0445\u0438\u043b\u0438\u0442\u0438 -codedx.ssl.accepttemp = \u041f\u0440\u0438\u0439\u043d\u044f\u0442\u0438 \u0442\u0438\u043c\u0447\u0430\u0441\u043e\u0432\u043e -codedx.ssl.acceptperm = \u041f\u0440\u0438\u0439\u043d\u044f\u0442\u0438 \u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e -codedx.ssl.description = \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0435 \u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u043d\u0435 \u0454 \u043d\u0430\u0434\u0456\u0439\u043d\u0438\u043c -codedx.ssl.issuer = \u041f\u043e\u0441\u0442\u0430\u0447\u0430\u043b\u044c\u043d\u0438\u043a\: -codedx.ssl.fingerprint = \u0412\u0456\u0434\u0431\u0438\u0442\u043e\u043a \u043f\u0430\u043b\u044c\u0446\u044f\: -codedx.ssl.mismatch = \u041d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0456\u0441\u0442\u044c \u0445\u043e\u0441\u0442\u0456\u0432\: -codedx.ssl.mismatchmsg = \u041e\u0447\u0456\u043a\u0443\u0454\u0442\u044c\u0441\u044f '%s', \u0430\u043b\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0454 \u0434\u043b\u044f '%s'. \ No newline at end of file +srm.ssl.title = \u041d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0438\u0439 \u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 +srm.ssl.reject = \u0412\u0456\u0434\u0445\u0438\u043b\u0438\u0442\u0438 +srm.ssl.accepttemp = \u041f\u0440\u0438\u0439\u043d\u044f\u0442\u0438 \u0442\u0438\u043c\u0447\u0430\u0441\u043e\u0432\u043e +srm.ssl.acceptperm = \u041f\u0440\u0438\u0439\u043d\u044f\u0442\u0438 \u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e +srm.ssl.description = \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0435 \u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u043d\u0435 \u0454 \u043d\u0430\u0434\u0456\u0439\u043d\u0438\u043c +srm.ssl.issuer = \u041f\u043e\u0441\u0442\u0430\u0447\u0430\u043b\u044c\u043d\u0438\u043a\: +srm.ssl.fingerprint = \u0412\u0456\u0434\u0431\u0438\u0442\u043e\u043a \u043f\u0430\u043b\u044c\u0446\u044f\: +srm.ssl.mismatch = \u041d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0456\u0441\u0442\u044c \u0445\u043e\u0441\u0442\u0456\u0432\: +srm.ssl.mismatchmsg = \u041e\u0447\u0456\u043a\u0443\u0454\u0442\u044c\u0441\u044f '%s', \u0430\u043b\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0454 \u0434\u043b\u044f '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties index 46cdefc9ae3..188db5ef759 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u0645\u0646\u0633\u0648\u062e \u06a9\u0631\u06cc\u06ba +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u0645\u0646\u0633\u0648\u062e \u06a9\u0631\u06cc\u06ba -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties index 5431f308d7a..10977c8c8a6 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = H\u1ee7y +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = H\u1ee7y -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties index 44c3eb522b0..beef901c97c 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = Error -codedx.warning = Warning +srm.error = Error +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API Key\: -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = Fagile +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API Key\: +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = Fagile -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties index 33081979d39..96b001e8b31 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: \u4e0a\u4f20\u62a5\u544a -codedx.topmenu.report.title = Code Dx\: \u751f\u6210 XML \u62a5\u544a -codedx.desc = \u751f\u6210 XML \u62a5\u544a\uff0c\u5176\u4e2d\u5305\u62ec\u6bcf\u4e2a\u8b66\u62a5\u7684\u8bf7\u6c42\u548c\u54cd\u5e94\u6570\u636e +srm.topmenu.upload.title = Software Risk Manager\: \u4e0a\u4f20\u62a5\u544a +srm.topmenu.report.title = Software Risk Manager\: \u751f\u6210 XML \u62a5\u544a +srm.desc = \u751f\u6210 XML \u62a5\u544a\uff0c\u5176\u4e2d\u5305\u62ec\u6bcf\u4e2a\u8b66\u62a5\u7684\u8bf7\u6c42\u548c\u54cd\u5e94\u6570\u636e -codedx.error = \u9519\u8bef -codedx.warning = \u8b66\u544a +srm.error = \u9519\u8bef +srm.warning = \u8b66\u544a -codedx.message.success = \u8be5\u62a5\u544a\u5df2\u7ecf\u6210\u529f\u4e0a\u4f20\u5230 Code Dx\u3002 -codedx.error.unexpected = \u53d1\u751f\u610f\u5916\u9519\u8bef\u5e76\u62a5\u544a\u65e0\u6cd5\u53d1\u9001\u3002 -codedx.error.unsent = \u62a5\u544a\u65e0\u6cd5\u53d1\u9001\u3002 -codedx.error.empty = \u751f\u6210\u7684\u62a5\u544a\u662f\u7a7a\u7684\u3002 -codedx.error.failed = \u62a5\u544a\u751f\u6210\u5931\u8d25\u3002 -codedx.error.http.400 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef400\uff1a\u9519\u8bef\u7684\u8bf7\u6c42\u3002 -codedx.error.http.403 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef403\uff1a\u7981\u6b62\u3002\nAPI\u5bc6\u94a5\u53ef\u80fd\u4e0d\u6b63\u786e\u6216\u8005\u5bf9\u6b64\u9879\u76ee\u7684\u6743\u9650\u4e0d\u8db3\u3002 -codedx.error.http.404 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef404\uff1a\u672a\u627e\u5230\u3002\n\u670d\u52a1\u5668URL\u53ef\u80fd\u9519\u8bef\u6216\u8005\u9879\u76ee\u53ef\u80fd\u4e0d\u518d\u5b58\u5728\u3002 -codedx.error.http.415 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef415\uff1a\u4e0d\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\u3002 -codedx.error.http.other = \u54cd\u5e94\u4ee3\u7801\u662f\uff1a -codedx.error.client.failed = \u521b\u5efa HTTP \u5ba2\u6237\u7aef\u65f6\u53d1\u751f\u672a\u77e5\u9519\u8bef\u3002\n\u786e\u4fdd\u670d\u52a1\u5668 URL \u548c API Key \u6b63\u786e\uff0c\u5e76\u4e14\u670d\u52a1\u5668\u5728\u7ebf\u3002 -codedx.error.client.invalid = \u670d\u52a1\u5668URL\u4e0d\u662f\u6709\u6548\u7684URL\u3002\u8bf7\u68c0\u67e5\u5b83\u662f\u5426\u6b63\u786e\u3002 -codedx.error.httpMessage = \u672a\u627e\u5230\u8b66\u62a5 ID \= {0} \u7684 HTTP \u6d88\u606f -codedx.error.timeout = \u8f93\u5165\u7684\u8d85\u65f6\u503c\u65e0\u6548\u3002\u8d85\u65f6\u9ed8\u8ba4\u4e3a 120 \u79d2\u3002 +srm.message.success = \u8be5\u62a5\u544a\u5df2\u7ecf\u6210\u529f\u4e0a\u4f20\u5230 Software Risk Manager\u3002 +srm.error.unexpected = \u53d1\u751f\u610f\u5916\u9519\u8bef\u5e76\u62a5\u544a\u65e0\u6cd5\u53d1\u9001\u3002 +srm.error.unsent = \u62a5\u544a\u65e0\u6cd5\u53d1\u9001\u3002 +srm.error.empty = \u751f\u6210\u7684\u62a5\u544a\u662f\u7a7a\u7684\u3002 +srm.error.failed = \u62a5\u544a\u751f\u6210\u5931\u8d25\u3002 +srm.error.http.400 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef400\uff1a\u9519\u8bef\u7684\u8bf7\u6c42\u3002 +srm.error.http.403 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef403\uff1a\u7981\u6b62\u3002\nAPI\u5bc6\u94a5\u53ef\u80fd\u4e0d\u6b63\u786e\u6216\u8005\u5bf9\u6b64\u9879\u76ee\u7684\u6743\u9650\u4e0d\u8db3\u3002 +srm.error.http.404 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef404\uff1a\u672a\u627e\u5230\u3002\n\u670d\u52a1\u5668URL\u53ef\u80fd\u9519\u8bef\u6216\u8005\u9879\u76ee\u53ef\u80fd\u4e0d\u518d\u5b58\u5728\u3002 +srm.error.http.415 = \u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef415\uff1a\u4e0d\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\u3002 +srm.error.http.other = \u54cd\u5e94\u4ee3\u7801\u662f\uff1a +srm.error.client.failed = \u521b\u5efa HTTP \u5ba2\u6237\u7aef\u65f6\u53d1\u751f\u672a\u77e5\u9519\u8bef\u3002\n\u786e\u4fdd\u670d\u52a1\u5668 URL \u548c API Key \u6b63\u786e\uff0c\u5e76\u4e14\u670d\u52a1\u5668\u5728\u7ebf\u3002 +srm.error.client.invalid = \u670d\u52a1\u5668URL\u4e0d\u662f\u6709\u6548\u7684URL\u3002\u8bf7\u68c0\u67e5\u5b83\u662f\u5426\u6b63\u786e\u3002 +srm.error.httpMessage = \u672a\u627e\u5230\u8b66\u62a5 ID \= {0} \u7684 HTTP \u6d88\u606f +srm.error.timeout = \u8f93\u5165\u7684\u8d85\u65f6\u503c\u65e0\u6548\u3002\u8d85\u65f6\u9ed8\u8ba4\u4e3a 120 \u79d2\u3002 -codedx.settings.title = \u8f93\u5165 Code Dx \u7684\u670d\u52a1\u5668\u8bbe\u7f6e -codedx.settings.serverurl = \u670d\u52a1\u5668URL\uff1a -codedx.settings.apikey = API\u5bc6\u94a5\uff1a -codedx.setting.timeout = \u8d85\u65f6\uff08\u79d2\uff09\uff1a -codedx.settings.upload = \u4e0a\u4f20 -codedx.settings.cancel = \u53d6\u6d88 +srm.settings.title = \u8f93\u5165 Software Risk Manager \u7684\u670d\u52a1\u5668\u8bbe\u7f6e +srm.settings.serverurl = \u670d\u52a1\u5668URL\uff1a +srm.settings.apikey = API\u5bc6\u94a5\uff1a +srm.setting.timeout = \u8d85\u65f6\uff08\u79d2\uff09\uff1a +srm.settings.upload = \u4e0a\u4f20 +srm.settings.cancel = \u53d6\u6d88 -codedx.refresh.noproject = \u6ca1\u6709\u627e\u5230\u9879\u76ee\u3002 \u68c0\u67e5\u670d\u52a1\u5668 URL \u548c API Key \u662f\u5426\u6b63\u786e\n\u6b63\u786e\u5e76\u4e14 API Key \u5177\u6709\u9002\u5f53\u7684\u6743\u9650\u3002 -codedx.refresh.failed = \u5c1d\u8bd5\u66f4\u65b0\u9879\u76ee\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef\u3002\u9a8c\u8bc1\u670d\u52a1\u5668URL\u548c API Key \u662f\u5426\u6b63\u786e\uff0c\u4ee5\u53ca API Key \u662f\u5426\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\u3002\u8fd8\u8981\u786e\u4fdd\u4e0e\u6b63\u786e\u7684\u7aef\u53e3\u8fde\u63a5\u3002 -codedx.refresh.non200 = \u5c1d\u8bd5\u66f4\u65b0\u9879\u76ee\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef\u3002\u670d\u52a1\u5668\u8fd4\u56de\u7684\u54cd\u5e94\u4ee3\u7801\uff1a -codedx.refresh.403 = \n\u9a8c\u8bc1 AP Key \u662f\u5426\u6b63\u786e\u4e14\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\u3002 -codedx.refresh.404 = \n\u9a8c\u8bc1\u670d\u52a1\u5668URL\u662f\u5426\u6b63\u786e\u3002 -codedx.refresh.400 = \n\u9a8c\u8bc1\u670d\u52a1\u5668URL\u662f\u5426\u6b63\u786e\u5e76\u4e14\u6b63\u5728\u4e0e\u6b63\u786e\u7684\u7aef\u53e3\u8fde\u63a5\u3002 +srm.refresh.noproject = \u6ca1\u6709\u627e\u5230\u9879\u76ee\u3002 \u68c0\u67e5\u670d\u52a1\u5668 URL \u548c API Key \u662f\u5426\u6b63\u786e\n\u6b63\u786e\u5e76\u4e14 API Key \u5177\u6709\u9002\u5f53\u7684\u6743\u9650\u3002 +srm.refresh.failed = \u5c1d\u8bd5\u66f4\u65b0\u9879\u76ee\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef\u3002\u9a8c\u8bc1\u670d\u52a1\u5668URL\u548c API Key \u662f\u5426\u6b63\u786e\uff0c\u4ee5\u53ca API Key \u662f\u5426\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\u3002\u8fd8\u8981\u786e\u4fdd\u4e0e\u6b63\u786e\u7684\u7aef\u53e3\u8fde\u63a5\u3002 +srm.refresh.non200 = \u5c1d\u8bd5\u66f4\u65b0\u9879\u76ee\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef\u3002\u670d\u52a1\u5668\u8fd4\u56de\u7684\u54cd\u5e94\u4ee3\u7801\uff1a +srm.refresh.403 = \n\u9a8c\u8bc1 AP Key \u662f\u5426\u6b63\u786e\u4e14\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\u3002 +srm.refresh.404 = \n\u9a8c\u8bc1\u670d\u52a1\u5668URL\u662f\u5426\u6b63\u786e\u3002 +srm.refresh.400 = \n\u9a8c\u8bc1\u670d\u52a1\u5668URL\u662f\u5426\u6b63\u786e\u5e76\u4e14\u6b63\u5728\u4e0e\u6b63\u786e\u7684\u7aef\u53e3\u8fde\u63a5\u3002 -codedx.ssl.title = \u4e0d\u53d7\u4fe1\u4efb\u7684\u6570\u5b57\u8bc1\u4e66 -codedx.ssl.reject = \u62d2\u7edd -codedx.ssl.accepttemp = \u6682\u65f6\u63a5\u53d7 -codedx.ssl.acceptperm = \u6c38\u4e45\u63a5\u53d7 -codedx.ssl.description = \u65e0\u6cd5\u5efa\u7acb\u5b89\u5168\u8fde\u63a5\uff0c\u56e0\u4e3a\u8bc1\u4e66\u4e0d\u53d7\u4fe1\u4efb -codedx.ssl.issuer = \u53d1\u884c\u4eba\uff1a -codedx.ssl.fingerprint = \u6307\u7eb9\uff1a -codedx.ssl.mismatch = \u4e3b\u673a\u4e0d\u5339\u914d\uff1a -codedx.ssl.mismatchmsg = \u671f\u671b\u4e3a\u201c%s\u201d\uff0c\u4f46\u8bc1\u4e66\u7528\u4e8e\u201c%s\u201d\u3002 \ No newline at end of file +srm.ssl.title = \u4e0d\u53d7\u4fe1\u4efb\u7684\u6570\u5b57\u8bc1\u4e66 +srm.ssl.reject = \u62d2\u7edd +srm.ssl.accepttemp = \u6682\u65f6\u63a5\u53d7 +srm.ssl.acceptperm = \u6c38\u4e45\u63a5\u53d7 +srm.ssl.description = \u65e0\u6cd5\u5efa\u7acb\u5b89\u5168\u8fde\u63a5\uff0c\u56e0\u4e3a\u8bc1\u4e66\u4e0d\u53d7\u4fe1\u4efb +srm.ssl.issuer = \u53d1\u884c\u4eba\uff1a +srm.ssl.fingerprint = \u6307\u7eb9\uff1a +srm.ssl.mismatch = \u4e3b\u673a\u4e0d\u5339\u914d\uff1a +srm.ssl.mismatchmsg = \u671f\u671b\u4e3a\u201c%s\u201d\uff0c\u4f46\u8bc1\u4e66\u7528\u4e8e\u201c%s\u201d\u3002 \ No newline at end of file diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties index 5e2f2122115..4c0ec6525a7 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties @@ -1,45 +1,45 @@ -codedx.topmenu.upload.title = Code Dx\: Upload Report -codedx.topmenu.report.title = Code Dx\: Generate XML Report -codedx.desc = Generates XML report that includes request and response data for each alert +srm.topmenu.upload.title = Software Risk Manager\: Upload Report +srm.topmenu.report.title = Software Risk Manager\: Generate XML Report +srm.desc = Generates XML report that includes request and response data for each alert -codedx.error = \u932f\u8aa4 -codedx.warning = Warning +srm.error = \u932f\u8aa4 +srm.warning = Warning -codedx.message.success = The report was successfully uploaded to Code Dx. -codedx.error.unexpected = An unexpected error occurred and the report could not be sent. -codedx.error.unsent = The report could not be sent. -codedx.error.empty = The generated report is empty. -codedx.error.failed = The report generation failed. -codedx.error.http.400 = The server returned Error 400\: Bad Request. -codedx.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. -codedx.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. -codedx.error.http.415 = The server returned Error 415\: Unsupported Media Type. -codedx.error.http.other = The response code is\: -codedx.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. -codedx.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. -codedx.error.httpMessage = No HTTP message found for alert id \= {0} -codedx.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. +srm.message.success = The report was successfully uploaded to Software Risk Manager. +srm.error.unexpected = An unexpected error occurred and the report could not be sent. +srm.error.unsent = The report could not be sent. +srm.error.empty = The generated report is empty. +srm.error.failed = The report generation failed. +srm.error.http.400 = The server returned Error 400\: Bad Request. +srm.error.http.403 = The server returned Error 403\: Forbidden.\nThe API Key may be incorrect or have insufficient permissions for this project. +srm.error.http.404 = The server returned Error 404\: Not Found.\nThe Server URL may be wrong or the project may no longer exist. +srm.error.http.415 = The server returned Error 415\: Unsupported Media Type. +srm.error.http.other = The response code is\: +srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. +srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. +srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. -codedx.settings.title = Enter Code Dx Server Settings -codedx.settings.serverurl = Server URL\: -codedx.settings.apikey = API \u91d1\u9470\uff1a -codedx.setting.timeout = Timeout (seconds)\: -codedx.settings.upload = Upload -codedx.settings.cancel = \u53d6\u6d88 +srm.settings.title = Enter Software Risk Manager Server Settings +srm.settings.serverurl = Server URL\: +srm.settings.apikey = API \u91d1\u9470\uff1a +srm.setting.timeout = Timeout (seconds)\: +srm.settings.upload = Upload +srm.settings.cancel = \u53d6\u6d88 -codedx.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. -codedx.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. -codedx.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: -codedx.refresh.403 = \nVerify that the API key is correct and active. -codedx.refresh.404 = \nVerify that the Server URL is correct. -codedx.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. +srm.refresh.noproject = No projects were found. Check that the Server URL and API Key are \ncorrect and the API Key has the appropriate permission. +srm.refresh.failed = An error occurred while trying to update the project list.\nVerify that the Server URL and API Key are correct and the\nAPI Key is active. Also make sure that you are connecting\nwith the correct port. +srm.refresh.non200 = An error occurred while trying to update the project list.\nThe server returned response code\: +srm.refresh.403 = \nVerify that the API key is correct and active. +srm.refresh.404 = \nVerify that the Server URL is correct. +srm.refresh.400 = \nVerify that the Server URL is correct and that you are connecting\nwith the correct port. -codedx.ssl.title = Untrusted Digital Certificate -codedx.ssl.reject = Reject -codedx.ssl.accepttemp = Accept Temporarily -codedx.ssl.acceptperm = Accept Permanently -codedx.ssl.description = Unable to establish a secure connection because the certificate is not trusted -codedx.ssl.issuer = Issuer\: -codedx.ssl.fingerprint = Fingerprint\: -codedx.ssl.mismatch = Host Mismatch\: -codedx.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file +srm.ssl.title = Untrusted Digital Certificate +srm.ssl.reject = Reject +srm.ssl.accepttemp = Accept Temporarily +srm.ssl.acceptperm = Accept Permanently +srm.ssl.description = Unable to establish a secure connection because the certificate is not trusted +srm.ssl.issuer = Issuer\: +srm.ssl.fingerprint = Fingerprint\: +srm.ssl.mismatch = Host Mismatch\: +srm.ssl.mismatchmsg = Expected '%s', but the certificate is for '%s'. \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 39d325d6505..e9ab2656a06 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -81,6 +81,7 @@ var addOns = "packscanrules", "paramdigger", "plugnhack", + "portscan", "postman", "pscan", "pscanrules", @@ -104,8 +105,8 @@ var addOns = "soap", "spider", "spiderAjax", - "srm", "sqliplugin", + "srm", "sse", "svndigger", "tips", From bfadeae9d4cf572267423ffea94ab7d9039e958c Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Mon, 22 Sep 2025 12:08:51 +0530 Subject: [PATCH 3/8] Added one field to message.properties and updated the html files from codedx to srm --- .../srm/resources/help_fr_FR/contents/{codedx.html => srm.html} | 0 .../srm/resources/help_id_ID/contents/{codedx.html => srm.html} | 0 .../org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml | 2 +- .../zap/extension/srm/resources/Messages_ha_HG.properties | 1 + .../zap/extension/srm/resources/Messages_id_ID.properties | 1 + .../zap/extension/srm/resources/Messages_it_IT.properties | 1 + .../zap/extension/srm/resources/Messages_mk_MK.properties | 1 + .../zap/extension/srm/resources/Messages_pcm_NG.properties | 1 + .../zap/extension/srm/resources/Messages_ro_RO.properties | 1 + 9 files changed, 7 insertions(+), 1 deletion(-) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/{codedx.html => srm.html} (100%) rename addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/{codedx.html => srm.html} (100%) diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/srm.html similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_fr_FR/contents/srm.html diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/srm.html similarity index 100% rename from addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/codedx.html rename to addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_id_ID/contents/srm.html diff --git a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml index cf17598a4c6..4bacf5bf6aa 100644 --- a/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml +++ b/addOns/srm/src/main/javahelp/org/zaproxy/zap/extension/srm/resources/help_it_IT/toc.xml @@ -3,7 +3,7 @@ - + diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ha_HG.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties index 91f005c663b..6aea5a3d8eb 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_id_ID.properties @@ -18,6 +18,7 @@ srm.error.http.other = Kode tanggapannya adalah\: srm.error.client.failed = Terjadi kesalahan yang tidak diketahui saat membuat klien HTTP.\nPastikan URL server dan kunci API benar, dan servernya online. srm.error.client.invalid = URL Server bukan URL yang valid. Harap periksa apakah itu benar. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Masukkan Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties index e2409eba12d..985f404ff08 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_it_IT.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_mk_MK.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties index 90f40e96d77..3509b71bf11 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pcm_NG.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties index b1cce540eb1..d72def28565 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ro_RO.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings From e087d1ce7c919d5129afe9ac5fc3bee5f6a7e845 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Mon, 22 Sep 2025 12:09:32 +0530 Subject: [PATCH 4/8] added the fileds in message.properties files --- .../zap/extension/srm/resources/Messages_ar_SA.properties | 1 + .../zap/extension/srm/resources/Messages_az_AZ.properties | 2 ++ .../zap/extension/srm/resources/Messages_bn_BD.properties | 1 + .../zap/extension/srm/resources/Messages_bs_BA.properties | 1 + .../zap/extension/srm/resources/Messages_ceb_PH.properties | 1 + .../zap/extension/srm/resources/Messages_da_DK.properties | 1 + .../zap/extension/srm/resources/Messages_de_DE.properties | 1 + .../zap/extension/srm/resources/Messages_el_GR.properties | 1 + .../zap/extension/srm/resources/Messages_es_ES.properties | 1 + .../zap/extension/srm/resources/Messages_fa_IR.properties | 1 + .../zap/extension/srm/resources/Messages_fil_PH.properties | 1 + .../zap/extension/srm/resources/Messages_fr_FR.properties | 1 + .../zap/extension/srm/resources/Messages_he_IL.properties | 1 + .../zap/extension/srm/resources/Messages_hi_IN.properties | 1 + .../zap/extension/srm/resources/Messages_hr_HR.properties | 1 + .../zap/extension/srm/resources/Messages_hu_HU.properties | 1 + .../zap/extension/srm/resources/Messages_ja_JP.properties | 1 + .../zap/extension/srm/resources/Messages_ko_KR.properties | 1 + .../zap/extension/srm/resources/Messages_ms_MY.properties | 1 + .../zap/extension/srm/resources/Messages_nb_NO.properties | 1 + .../zap/extension/srm/resources/Messages_nl_NL.properties | 1 + .../zap/extension/srm/resources/Messages_pl_PL.properties | 1 + .../zap/extension/srm/resources/Messages_pt_BR.properties | 1 + .../zap/extension/srm/resources/Messages_pt_PT.properties | 1 + .../zap/extension/srm/resources/Messages_ru_RU.properties | 1 + .../zap/extension/srm/resources/Messages_si_LK.properties | 1 + .../zap/extension/srm/resources/Messages_sk_SK.properties | 1 + .../zap/extension/srm/resources/Messages_sl_SI.properties | 1 + .../zap/extension/srm/resources/Messages_sq_AL.properties | 1 + .../zap/extension/srm/resources/Messages_sr_CS.properties | 1 + .../zap/extension/srm/resources/Messages_sr_SP.properties | 1 + .../zap/extension/srm/resources/Messages_tr_TR.properties | 1 + .../zap/extension/srm/resources/Messages_uk_UA.properties | 1 + .../zap/extension/srm/resources/Messages_ur_PK.properties | 1 + .../zap/extension/srm/resources/Messages_vi_VN.properties | 1 + .../zap/extension/srm/resources/Messages_yo_NG.properties | 1 + .../zap/extension/srm/resources/Messages_zh_CN.properties | 1 + .../zap/extension/srm/resources/Messages_zh_TW.properties | 1 + 38 files changed, 39 insertions(+) diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties index 2a0cf88474d..674c2e97272 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ar_SA.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties index bd4c7cdc3de..3d8931e6340 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_az_AZ.properties @@ -18,8 +18,10 @@ srm.error.http.other = The response code is\: srm.error.client.failed = HTTP m\u00fc\u015ft\u0259ri yaratark\u0259n bilinm\u0259y\u0259n bir s\u0259hv ba\u015f verdi.\nServer URL v\u0259 API A\u00e7ar\u0131n\u0131n d\u00fczg\u00fcn oldu\u011fundan v\u0259 serverin onlayn oldu\u011fundan \u0259min olun. srm.error.client.invalid = Server URL'si etibarl\u0131 bir URL deyil. Do\u011fru olub olmad\u0131\u011f\u0131n\u0131 yoxlay\u0131n. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. + srm.settings.title = Kod Dx Server Ayarlar\u0131n\u0131 daxil edin srm.settings.serverurl = Server URL\: srm.settings.apikey = API A\u00e7ar\: diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties index 904115b3ff7..76dbec54568 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bn_BD.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties index 51a1dbfb5c2..0c6fa9d8a5e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_bs_BA.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties index 6b19f11c3db..a6b844b7172 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ceb_PH.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties index c22b27cb05a..ddffe424502 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_da_DK.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties index c3464f68ead..ca66d2c78f3 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_de_DE.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties index 78f942665b7..abc84e68bef 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_el_GR.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties index 58828aaa738..be811518047 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_es_ES.properties @@ -18,6 +18,7 @@ srm.error.http.other = El c\u00f3digo respuesta es\: srm.error.client.failed = Un error desconocido ha ocurrido mientras se creaba el cliente HTTP. Aseg\u00farese de que la URL del Servidor y la Clave API son correctas, y que el servidor est\u00e9 en l\u00ednea. srm.error.client.invalid = La URL del Servidor no es una URL v\u00e1lida. Por favor revise que sea correcta. srm.error.httpMessage = No se encontr\u00f3 ning\u00fan mensaje HTTP para el ID de alerta \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = El valor ingresado para el tiempo de espera no es v\u00e1lido. El tiempo de espera se predetermina en 120 segundos. srm.settings.title = Ingrese la configuraci\u00f3n del servidor Software Risk Manager diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties index f05e53ac4a2..6421aedab49 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fa_IR.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties index 33dd56b3c20..b0bf8ca0043 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fil_PH.properties @@ -18,6 +18,7 @@ srm.error.http.other = Ang kodigo ng tugon ay\: srm.error.client.failed = Isang hindi matukoy na mali ang naganap habang lumikha ng kliyente ng HTTP. Tiyakin na ang Server URL at API Key ay tama, at na ang server ay online. srm.error.client.invalid = Ang Server URL na ito ay hindi isang wastong URL. Mangyaring suriin kung ito ay tama. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Ipasok ang Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties index 7487651e12f..ad7903f57c1 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_fr_FR.properties @@ -18,6 +18,7 @@ srm.error.http.other = Le code de r\u00e9ponse est\: srm.error.client.failed = Une erreur inconnue s'est produite lors de la cr\u00e9ation du client HTTP.\nAssurez-vous que l'URL du Serveur et la Cl\u00e9 API sont corrects, et que le serveur est en ligne. srm.error.client.invalid = L'URL du Serveur n'est pas une URL valide. Veuillez v\u00e9rifier qu'il est correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Entrez Le Software Risk Manager Param\u00e8tres Du Serveur diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties index 3e75d2e702f..21b32dcfdfd 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_he_IL.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hi_IN.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties index 3a63404dcc6..be9371fca50 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hr_HR.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties index db32f979c56..e4ad776969a 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_hu_HU.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties index 19e947cbcc1..a69c0c7787b 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ja_JP.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties index a2a72e6404a..7d611d2a4a1 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ko_KR.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties index fa769eaaf3e..0aedab642ab 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ms_MY.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nb_NO.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties index 6ab90b36da5..395fa3f5a33 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_nl_NL.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties index 08c8ba52d0d..54fe51f299d 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pl_PL.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties index b06e4c99bd1..78eabaa0a14 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_BR.properties @@ -18,6 +18,7 @@ srm.error.http.other = O c\u00f3digo de resposta \u00e9\: srm.error.client.failed = Ocorreu um erro desconhecido ao criar o cliente HTTP.\nCertifique-se de que a URL do servidor e a chave API estejam corretas e que o servidor esteja online. srm.error.client.invalid = A URL do servidor n\u00e3o \u00e9 uma URL v\u00e1lida. Verifique se est\u00e1 correta. srm.error.httpMessage = Nenhuma mensagem HTTP encontrada para o alerta id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = O valor inserido para o tempo limite \u00e9 inv\u00e1lido. O tempo limite foi padronizado para 120 segundos. srm.settings.title = Insira as configura\u00e7\u00f5es do servidor Software Risk Manager diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties index 3ed663283f9..1f2264e1c71 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_pt_PT.properties @@ -18,6 +18,7 @@ srm.error.http.other = O c\u00f3digo resposta \u00e9\: srm.error.client.failed = Ocorreu um erro ao criar o cliente HTTP.\nCertifique-se que o URL do Servidor e a chave API est\u00e3o corretos e de que o servidor est\u00e1 online. srm.error.client.invalid = O URL do servidos n\u00e3o \u00e9 um URL v\u00e1lido. Por favor verifique se o URL est\u00e1 correto. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties index 1433ae8c105..f51ee85f491 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ru_RU.properties @@ -18,6 +18,7 @@ srm.error.http.other = \u041a\u043e\u0434 \u043e\u0442\u0432\u0435\u0442\u04 srm.error.client.failed = \u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 HTTP-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u044e\u0447 API \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \u0438 \u0447\u0442\u043e \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d \u043a \u0441\u0435\u0442\u0438. srm.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c URL-\u0430\u0434\u0440\u0435\u0441\u043e\u043c. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u044d\u0442\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e. srm.error.httpMessage = \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f (id) \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = \u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0430\u0439\u043c-\u0430\u0443\u0442\u0430. \n\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 120 \u0441\u0435\u043a\u0443\u043d\u0434. srm.settings.title = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Software Risk Manager diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_si_LK.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties index 6d7c94b6b8c..c38ef42e60b 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sk_SK.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties index 5f367e50ba5..636d105165e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sl_SI.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties index 0b6d0edceec..bd2f6f97443 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sq_AL.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties index 4d3a4647376..4222a92a9f2 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_CS.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties index 2d8e73c925e..707e42c2ce5 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_sr_SP.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties index 73c9ecc24b7..86b7a617431 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_tr_TR.properties @@ -18,6 +18,7 @@ srm.error.http.other = Yan\u0131t kodu\: srm.error.client.failed = HTTP istemcisi olu\u015fturulurken bilinmeyen bir hata olu\u015ftu. Sunucu URL'si ve API Anahtar\u0131 do\u011fru oldu\u011fundan ve sunucunun \u00e7evrimi\u00e7i oldu\u011fundan emin olun. srm.error.client.invalid = Sunucu URL'si ge\u00e7erli bir URL de\u011fil. L\u00fctfen uygun olup olmad\u0131\u011f\u0131n\u0131 kontrol edin. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Software Risk Manager Sunucu Ayarlar\u0131n\u0131 Girin diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties index 17e7b587848..0a4411f437d 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_uk_UA.properties @@ -18,6 +18,7 @@ srm.error.http.other = \u041a\u043e\u0434 \u0432\u0456\u0434\u043f\u043e\u04 srm.error.client.failed = \u041f\u0456\u0434 \u0447\u0430\u0441 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043b\u0456\u0454\u043d\u0442\u0430 HTTP \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430.\n\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0442\u0430 \u043a\u043b\u044e\u0447 API \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456, \u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u2013 \u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u043e\u043d\u043b\u0430\u0439\u043d. srm.error.client.invalid = URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0430. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u043e\u043d\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430. srm.error.httpMessage = \u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e HTTP-\u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u0432\u0432\u0435\u0434\u0435\u043d\u0435 \u0434\u043b\u044f \u0447\u0430\u0441\u0443 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f, \u0454 \u043d\u0435\u0432\u0456\u0440\u043d\u0438\u043c. \u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u0447\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0430 120 \u0441\u0435\u043a\u0443\u043d\u0434. srm.settings.title = \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 Software Risk Manager diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties index 188db5ef759..64d24c75d4b 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_ur_PK.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties index 10977c8c8a6..4744e794937 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_vi_VN.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties index beef901c97c..376d5dad74c 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_yo_NG.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties index 96b001e8b31..5dd165e5b8e 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_CN.properties @@ -18,6 +18,7 @@ srm.error.http.other = \u54cd\u5e94\u4ee3\u7801\u662f\uff1a srm.error.client.failed = \u521b\u5efa HTTP \u5ba2\u6237\u7aef\u65f6\u53d1\u751f\u672a\u77e5\u9519\u8bef\u3002\n\u786e\u4fdd\u670d\u52a1\u5668 URL \u548c API Key \u6b63\u786e\uff0c\u5e76\u4e14\u670d\u52a1\u5668\u5728\u7ebf\u3002 srm.error.client.invalid = \u670d\u52a1\u5668URL\u4e0d\u662f\u6709\u6548\u7684URL\u3002\u8bf7\u68c0\u67e5\u5b83\u662f\u5426\u6b63\u786e\u3002 srm.error.httpMessage = \u672a\u627e\u5230\u8b66\u62a5 ID \= {0} \u7684 HTTP \u6d88\u606f +srm.error.required = The Server URL and API Key are required. srm.error.timeout = \u8f93\u5165\u7684\u8d85\u65f6\u503c\u65e0\u6548\u3002\u8d85\u65f6\u9ed8\u8ba4\u4e3a 120 \u79d2\u3002 srm.settings.title = \u8f93\u5165 Software Risk Manager \u7684\u670d\u52a1\u5668\u8bbe\u7f6e diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties index 4c0ec6525a7..332d8e6fa05 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages_zh_TW.properties @@ -18,6 +18,7 @@ srm.error.http.other = The response code is\: srm.error.client.failed = An unknown error occurred while creating the HTTP client.\nMake sure the Server URL and API Key are correct, and that the server is online. srm.error.client.invalid = The Server URL is not a valid URL. Please check that it is correct. srm.error.httpMessage = No HTTP message found for alert id \= {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.settings.title = Enter Software Risk Manager Server Settings From 608a38997038dad53f9b7b5f9ab24c00c6d4f074 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Tue, 23 Sep 2025 22:10:14 +0530 Subject: [PATCH 5/8] Resolve the KLINT problem in the description of the srm.gradle.kts file --- addOns/srm/srm.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addOns/srm/srm.gradle.kts b/addOns/srm/srm.gradle.kts index b76a396a51a..f13b2aedfc3 100644 --- a/addOns/srm/srm.gradle.kts +++ b/addOns/srm/srm.gradle.kts @@ -1,6 +1,6 @@ import org.zaproxy.gradle.addon.AddOnStatus -description = "Includes request and response data in XML reports and provides the ability to upload reports directly to a Software Risk Manager server" - +description = "Includes request and response data in XML reports and provides the ability to upload reports " + + "directly to a Software Risk Manager server" zapAddOn { addOnName.set("Software Risk Manager Extension") addOnStatus.set(AddOnStatus.RELEASE) From 5b8a5fdd7b9d4dc6e0189bed419b08330f0c2705 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Tue, 23 Sep 2025 22:43:25 +0530 Subject: [PATCH 6/8] Resolve Klint Problem --- addOns/srm/srm.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addOns/srm/srm.gradle.kts b/addOns/srm/srm.gradle.kts index f13b2aedfc3..c15a296ac0c 100644 --- a/addOns/srm/srm.gradle.kts +++ b/addOns/srm/srm.gradle.kts @@ -1,6 +1,6 @@ import org.zaproxy.gradle.addon.AddOnStatus -description = "Includes request and response data in XML reports and provides the ability to upload reports " + - "directly to a Software Risk Manager server" +description = "Includes request and response data in XML reports and provides the ability to upload reports directly to a SRM server" + zapAddOn { addOnName.set("Software Risk Manager Extension") addOnStatus.set(AddOnStatus.RELEASE) From 49ef3a87d54d266a0dface4ebebe195c5db86ee9 Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Tue, 23 Sep 2025 23:32:49 +0530 Subject: [PATCH 7/8] Sorted the Key in the Sorted order --- .../zaproxy/zap/extension/srm/resources/Messages.properties | 2 +- addOns/srm/srm.gradle.kts | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties index a840e11b551..a78ec8a1bed 100644 --- a/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties +++ b/addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties @@ -12,10 +12,10 @@ srm.error.http.404 = The server returned Error 404: Not Found.\nThe Server URL m srm.error.http.415 = The server returned Error 415: Unsupported Media Type. srm.error.http.other = The response code is: srm.error.httpMessage = No HTTP message found for alert id = {0} +srm.error.required = The Server URL and API Key are required. srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds. srm.error.unexpected = An unexpected error occurred and the report could not be sent. srm.error.unsent = The report could not be sent. -srm.error.required = The Server URL and API Key are required. srm.message.success = The report was successfully uploaded to Software Risk Manager. diff --git a/addOns/srm/srm.gradle.kts b/addOns/srm/srm.gradle.kts index c15a296ac0c..f8f2113e7eb 100644 --- a/addOns/srm/srm.gradle.kts +++ b/addOns/srm/srm.gradle.kts @@ -1,5 +1,8 @@ import org.zaproxy.gradle.addon.AddOnStatus -description = "Includes request and response data in XML reports and provides the ability to upload reports directly to a SRM server" + +description = ( + "Includes request and response data in XML reports and provides the ability " + + "to upload reports directly to a Software Risk Manager server") zapAddOn { addOnName.set("Software Risk Manager Extension") From bffc217a4edc4a0d319ff0ce8758511dee97907b Mon Sep 17 00:00:00 2001 From: splahoti12 Date: Wed, 24 Sep 2025 00:20:55 +0530 Subject: [PATCH 8/8] Indentation issue resolved --- addOns/srm/srm.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addOns/srm/srm.gradle.kts b/addOns/srm/srm.gradle.kts index f8f2113e7eb..ee5b88bed0f 100644 --- a/addOns/srm/srm.gradle.kts +++ b/addOns/srm/srm.gradle.kts @@ -1,8 +1,9 @@ import org.zaproxy.gradle.addon.AddOnStatus description = ( - "Includes request and response data in XML reports and provides the ability " + - "to upload reports directly to a Software Risk Manager server") + "Includes request and response data in XML reports and provides the ability " + + "to upload reports directly to a Software Risk Manager server" +) zapAddOn { addOnName.set("Software Risk Manager Extension")