From d5baf5ca5f6c0b00fec12a9c40cfc00a923f56e3 Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich Date: Sun, 21 Nov 2021 16:55:00 +0100 Subject: [PATCH] Fix typo in description of "Forged Feedback" challenge --- data/static/challenges.yml | 2 +- data/static/i18n/ar_SA.json | 2 +- data/static/i18n/az_AZ.json | 2 +- data/static/i18n/bg_BG.json | 2 +- data/static/i18n/ca_ES.json | 2 +- data/static/i18n/cs_CZ.json | 2 +- data/static/i18n/da_DK.json | 2 +- data/static/i18n/de_CH.json | 2 +- data/static/i18n/de_DE.json | 2 +- data/static/i18n/el_GR.json | 2 +- data/static/i18n/en.json | 2 +- data/static/i18n/es_ES.json | 2 +- data/static/i18n/et_EE.json | 2 +- data/static/i18n/fi_FI.json | 2 +- data/static/i18n/fr_FR.json | 2 +- data/static/i18n/he_IL.json | 2 +- data/static/i18n/hi_IN.json | 2 +- data/static/i18n/hu_HU.json | 2 +- data/static/i18n/id_ID.json | 2 +- data/static/i18n/it_IT.json | 2 +- data/static/i18n/ja_JP.json | 2 +- data/static/i18n/ka_GE.json | 2 +- data/static/i18n/ko_KR.json | 2 +- data/static/i18n/lv_LV.json | 2 +- data/static/i18n/my_MM.json | 2 +- data/static/i18n/nl_NL.json | 2 +- data/static/i18n/no_NO.json | 2 +- data/static/i18n/pl_PL.json | 2 +- data/static/i18n/pt_BR.json | 2 +- data/static/i18n/pt_PT.json | 2 +- data/static/i18n/ro_RO.json | 2 +- data/static/i18n/ru_RU.json | 2 +- data/static/i18n/si_LK.json | 2 +- data/static/i18n/sv_SE.json | 2 +- data/static/i18n/th_TH.json | 2 +- data/static/i18n/tlh_AA.json | 2 +- data/static/i18n/tr_TR.json | 2 +- data/static/i18n/zh_CN.json | 2 +- data/static/i18n/zh_HK.json | 2 +- data/static/i18n/zh_TW.json | 2 +- test/api/socketSpec.ts | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/data/static/challenges.yml b/data/static/challenges.yml index 3b1cea32a7d..4a7c42d0cfc 100644 --- a/data/static/challenges.yml +++ b/data/static/challenges.yml @@ -284,7 +284,7 @@ category: 'Broken Access Control' tags: - Tutorial - description: 'Post some feedback in another users name.' # FIXME Correct typo "users" into "user's" with v13.x + description: "Post some feedback in another user's name." difficulty: 3 hint: 'You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.' hintUrl: 'https://pwning.owasp-juice.shop/part2/broken-access-control.html#post-some-feedback-in-another-users-name' diff --git a/data/static/i18n/ar_SA.json b/data/static/i18n/ar_SA.json index 4ab3ba6c465..882b3840b78 100644 --- a/data/static/i18n/ar_SA.json +++ b/data/static/i18n/ar_SA.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/az_AZ.json b/data/static/i18n/az_AZ.json index 87c118f9498..abc7f1859d0 100644 --- a/data/static/i18n/az_AZ.json +++ b/data/static/i18n/az_AZ.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/bg_BG.json b/data/static/i18n/bg_BG.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/bg_BG.json +++ b/data/static/i18n/bg_BG.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/ca_ES.json b/data/static/i18n/ca_ES.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/ca_ES.json +++ b/data/static/i18n/ca_ES.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/cs_CZ.json b/data/static/i18n/cs_CZ.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/cs_CZ.json +++ b/data/static/i18n/cs_CZ.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/da_DK.json b/data/static/i18n/da_DK.json index 86ed6b57f47..0be1455834c 100644 --- a/data/static/i18n/da_DK.json +++ b/data/static/i18n/da_DK.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Når først du har fundet applikationens adminsektion, er denne udfordring nærmest kedelig.", "Forge a coupon code that gives you a discount of at least 80%.": "Forfalsk en kuponkode, der giver dig en rabat på mindst 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Forsøg enten a) et kyndigt brute force-angreb eller b) reverse engineering eller c) nogle undersøgelser i skyen.", - "Post some feedback in another users name.": "Indsend feedback i en anden brugers navn.", + "Post some feedback in another user's name.": "Indsend feedback i en anden brugers navn.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Du kan løse dette ved at manipulere med brugergrænsefladen eller ved at opsnappe kommunikationen med RESTful backend'en.", "Post a product review as another user or edit any user's existing review.": "Indsend en produktanmeldelse som en anden bruger eller redigér en brugers eksisterende anmeldelse.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observér strømmen af indsendte produktbedømmelser samt rettelser og se om du kan udnytte dette.", diff --git a/data/static/i18n/de_CH.json b/data/static/i18n/de_CH.json index b9753b694b3..d9958498378 100644 --- a/data/static/i18n/de_CH.json +++ b/data/static/i18n/de_CH.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Sobau de der Adminbereich vor Awändig gfunge hesch, isch die Useforderig bau scho triviau.", "Forge a coupon code that gives you a discount of at least 80%.": "Kreier der ä Guetschiincode wo der mindestens 80% Rabatt verschafft.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Versuechs mit a) ämene schlaue Brute-Force-Agriff oder b) mit Reverse Engineering oder c) mit Nachvorschide i der Cloud.", - "Post some feedback in another users name.": "Hingerla es Feedback im Name vomene angere Benutzer.", + "Post some feedback in another user's name.": "Hingerla es Feedback im Name vomene angere Benutzer.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Du chasch die Useforderig löse, i däm de mit em Benutzerinterface umeexperimentiersch oder d Kommunikation mit em RESTful Backend abfasch.", "Post a product review as another user or edit any user's existing review.": "Hingerla ä Produkbeurteilig im Name vomene angere Benutzer oder verändere ä bereits bestehendi vomene angere Benutzer.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Probier usezfinge, ob im Ablouf vor Veröffentlechig u vom Bearbeite vo Produktbeurteilige öbis fingsch, wo für dini Zwäcke chasch misbruche.", diff --git a/data/static/i18n/de_DE.json b/data/static/i18n/de_DE.json index 37b22b2e435..18493cfbb72 100644 --- a/data/static/i18n/de_DE.json +++ b/data/static/i18n/de_DE.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Sobald du den Admin-Bereich der Anwendung gefunden hast, ist diese Herausforderung fast trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Fäslche einen Gutscheincode, der dir mindestens 80% Rabatt gewährt.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Versuche entweder a) einen klugen Brute-Force-Angriff oder b) Reverse Engineering oder c) einige Nachforschungen in der Cloud.", - "Post some feedback in another users name.": "Schreibe ein Feedback im Namen eines anderen Benutzers.", + "Post some feedback in another user's name.": "Schreibe ein Feedback im Namen eines anderen Benutzers.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Du kannst diese lösen, indem du an der Benutzeroberfläche herumdokterst oder die Kommunikation mit dem RESTful Backend abfängst.", "Post a product review as another user or edit any user's existing review.": "Veröffentliche eine Produktrezension als ein anderer Benutzer oder bearbeite die bestehende Rezension eines anderen Benutzers.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Beobachte den Ablauf des Veröffentlichens und Bearbeitens von Produktrezensionen, und schau ob du dir dieses zunutze machen kannst.", diff --git a/data/static/i18n/el_GR.json b/data/static/i18n/el_GR.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/el_GR.json +++ b/data/static/i18n/el_GR.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/en.json b/data/static/i18n/en.json index 75638f8545e..d8d8ecf8bed 100644 --- a/data/static/i18n/en.json +++ b/data/static/i18n/en.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/es_ES.json b/data/static/i18n/es_ES.json index 72518b2907d..a5dba85b114 100644 --- a/data/static/i18n/es_ES.json +++ b/data/static/i18n/es_ES.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Una vez que hayas encontrado la sección de administración de la aplicación, este desafío es casi trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Falsifica un código de cupón que te dé un descuento de al menos un 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Prueba a) un ataque informado de fuerza bruta o b) ingeniería inversa o c) alguna investigación en la nube.", - "Post some feedback in another users name.": "Publica algunos comentarios en nombre de otro usuario.", + "Post some feedback in another user's name.": "Publica algunos comentarios en nombre de otro usuario.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Puedes resolver esto manipulando la interfaz de usuario o interceptando la comunicación con el backend RESTful.", "Post a product review as another user or edit any user's existing review.": "Publica una reseña de producto como otro usuario o edita la reseña existente de cualquier usuario.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observa el flujo de publicación y edición de reseñas de producto y ve si puedes explotarlo.", diff --git a/data/static/i18n/et_EE.json b/data/static/i18n/et_EE.json index fba8d920117..4e588f806a8 100644 --- a/data/static/i18n/et_EE.json +++ b/data/static/i18n/et_EE.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Postita tagasiside mõne teise kasutaja nimel.", + "Post some feedback in another user's name.": "Postita tagasiside mõne teise kasutaja nimel.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Saad selle lahendada kasutajaliidese manipuleerimisega või RESTful rakendusliidese pealtkuulamisega.", "Post a product review as another user or edit any user's existing review.": "Postita tootearvustus teise kasutajana või muutke mõne kasutaja olemasolevat arvustust.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/fi_FI.json b/data/static/i18n/fi_FI.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/fi_FI.json +++ b/data/static/i18n/fi_FI.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/fr_FR.json b/data/static/i18n/fr_FR.json index 483a8bf7a90..a49b82f1817 100644 --- a/data/static/i18n/fr_FR.json +++ b/data/static/i18n/fr_FR.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Une fois que vous avez trouvé la section admin de l'application, ce défi est presque trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forgez un code coupon qui vous donne une réduction d'au moins 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Essayez soit a) une attaque de force brute bien connue soit b) du reverse engineering ou c) quelques recherches dans le cloud.", - "Post some feedback in another users name.": "Poster quelques commentaires au nom d'autres d'utilisateurs.", + "Post some feedback in another user's name.": "Poster quelques commentaires au nom d'autres d'utilisateurs.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Vous pouvez résoudre cela en altérant l'interface utilisateur ou en interceptant la communication avec le backend RESTful.", "Post a product review as another user or edit any user's existing review.": "Postez un avis de produit en tant qu'un autre utilisateur ou modifiez un avis déjà existant d'un utilisateur.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observez le flux de publication et d'édition des avis sur les produits et voyez si vous pouvez l'exploiter.", diff --git a/data/static/i18n/he_IL.json b/data/static/i18n/he_IL.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/he_IL.json +++ b/data/static/i18n/he_IL.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/hi_IN.json b/data/static/i18n/hi_IN.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/hi_IN.json +++ b/data/static/i18n/hi_IN.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/hu_HU.json b/data/static/i18n/hu_HU.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/hu_HU.json +++ b/data/static/i18n/hu_HU.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/id_ID.json b/data/static/i18n/id_ID.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/id_ID.json +++ b/data/static/i18n/id_ID.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/it_IT.json b/data/static/i18n/it_IT.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/it_IT.json +++ b/data/static/i18n/it_IT.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/ja_JP.json b/data/static/i18n/ja_JP.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/ja_JP.json +++ b/data/static/i18n/ja_JP.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/ka_GE.json b/data/static/i18n/ka_GE.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/ka_GE.json +++ b/data/static/i18n/ka_GE.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/ko_KR.json b/data/static/i18n/ko_KR.json index c4ed2c3442d..7ef197d4afc 100644 --- a/data/static/i18n/ko_KR.json +++ b/data/static/i18n/ko_KR.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/lv_LV.json b/data/static/i18n/lv_LV.json index 82828604a05..efc8708b324 100644 --- a/data/static/i18n/lv_LV.json +++ b/data/static/i18n/lv_LV.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/my_MM.json b/data/static/i18n/my_MM.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/my_MM.json +++ b/data/static/i18n/my_MM.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/nl_NL.json b/data/static/i18n/nl_NL.json index 9181e6d088e..9790b0a1f1b 100644 --- a/data/static/i18n/nl_NL.json +++ b/data/static/i18n/nl_NL.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Wanneer je een admin gedeelte van de applicatie hebt gevonden, is deze uitdaging bijna triviaal.", "Forge a coupon code that gives you a discount of at least 80%.": "Maak een couponcode die je een korting van minstens 80% geeft.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Probeer a) een knowledgable brute force attack of b) reverse engineering of c) doe onderzoek in de cloud.", - "Post some feedback in another users name.": "Geef feedback in naam van een andere gebruiker.", + "Post some feedback in another user's name.": "Geef feedback in naam van een andere gebruiker.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Je kunt dit oplossen door te knoeien met de gebruikersinterface of door de verbinding te onderscheppen met de RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Plaats een productbeoordeling als een andere gebruiker of bewerk de bestaande beoordeling van een gebruiker.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observeer de flow van product beoordelingen plaatsen en bewerken en kijk of je het kunt exploiten.", diff --git a/data/static/i18n/no_NO.json b/data/static/i18n/no_NO.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/no_NO.json +++ b/data/static/i18n/no_NO.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/pl_PL.json b/data/static/i18n/pl_PL.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/pl_PL.json +++ b/data/static/i18n/pl_PL.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/pt_BR.json b/data/static/i18n/pt_BR.json index 187e00e7377..1ba27071f66 100644 --- a/data/static/i18n/pt_BR.json +++ b/data/static/i18n/pt_BR.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/pt_PT.json b/data/static/i18n/pt_PT.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/pt_PT.json +++ b/data/static/i18n/pt_PT.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/ro_RO.json b/data/static/i18n/ro_RO.json index 77c01c18e26..75ac1d645c0 100644 --- a/data/static/i18n/ro_RO.json +++ b/data/static/i18n/ro_RO.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "După ce aţi găsit secţiunea de administrare a aplicării, această provocare este aproape banală.", "Forge a coupon code that gives you a discount of at least 80%.": "Forjează un cupon de cod care îți oferă o reducere de cel puțin 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Încercaţi fie a) un atac de forţă brută cunoscut sau b) inginerie inversă sau c) cercetează în cloud.", - "Post some feedback in another users name.": "Postează niște feedback în alt nume de utilizator.", + "Post some feedback in another user's name.": "Postează niște feedback în alt nume de utilizator.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "Puteți rezolva acest lucru modificând interfața utilizatorului sau interceptând comunicarea cu sistemul RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Postează o recenzie a produsului ca alt utilizator sau editează o recenzie existentă a utilizatorului.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observă fluxul de postare și editare a produsului și vezi dacă îl poți exploata.", diff --git a/data/static/i18n/ru_RU.json b/data/static/i18n/ru_RU.json index 1038acba2e7..963d3998181 100644 --- a/data/static/i18n/ru_RU.json +++ b/data/static/i18n/ru_RU.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/si_LK.json b/data/static/i18n/si_LK.json index 1a4f6417455..15db660c4b0 100644 --- a/data/static/i18n/si_LK.json +++ b/data/static/i18n/si_LK.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/sv_SE.json b/data/static/i18n/sv_SE.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/sv_SE.json +++ b/data/static/i18n/sv_SE.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/th_TH.json b/data/static/i18n/th_TH.json index 63d3c92406f..f565378bb9c 100644 --- a/data/static/i18n/th_TH.json +++ b/data/static/i18n/th_TH.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "ส่งความคิดเห็นด้วยชื่อผู้ใช้งานอื่น", + "Post some feedback in another user's name.": "ส่งความคิดเห็นด้วยชื่อผู้ใช้งานอื่น", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/tlh_AA.json b/data/static/i18n/tlh_AA.json index 13c3014d0f2..0603a42dff5 100644 --- a/data/static/i18n/tlh_AA.json +++ b/data/static/i18n/tlh_AA.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/tr_TR.json b/data/static/i18n/tr_TR.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/tr_TR.json +++ b/data/static/i18n/tr_TR.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/zh_CN.json b/data/static/i18n/zh_CN.json index 4afbda24b82..eb52a9508ad 100644 --- a/data/static/i18n/zh_CN.json +++ b/data/static/i18n/zh_CN.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "一旦找到应用的管理员部分,这个挑战就很容易解决了", "Forge a coupon code that gives you a discount of at least 80%.": "伪造优惠券代码,获得至少80%的折扣。", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "尝试a) 熟悉的暴力破解或b) 逆向工程或c) 云中的一些研究。", - "Post some feedback in another users name.": "以另一个用户名发布一些反馈。", + "Post some feedback in another user's name.": "以另一个用户名发布一些反馈。", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "您可以通过篡改用户界面或拦截RESTful 的后端通信来解决这个问题。", "Post a product review as another user or edit any user's existing review.": "以另一个用户名义发布商品评论或者编辑任何已有的用户评论。", "Observe the flow of product review posting and editing and see if you can exploit it.": "观察商品评论的发布和编辑过程,查看是否可以利用其中的问题。", diff --git a/data/static/i18n/zh_HK.json b/data/static/i18n/zh_HK.json index 71fe1e258cc..005d9cf07b4 100644 --- a/data/static/i18n/zh_HK.json +++ b/data/static/i18n/zh_HK.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "Once you found admin section of the application, this challenge is almost trivial.", "Forge a coupon code that gives you a discount of at least 80%.": "Forge a coupon code that gives you a discount of at least 80%.", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.", - "Post some feedback in another users name.": "Post some feedback in another users name.", + "Post some feedback in another user's name.": "Post some feedback in another user's name.", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.", "Post a product review as another user or edit any user's existing review.": "Post a product review as another user or edit any user's existing review.", "Observe the flow of product review posting and editing and see if you can exploit it.": "Observe the flow of product review posting and editing and see if you can exploit it.", diff --git a/data/static/i18n/zh_TW.json b/data/static/i18n/zh_TW.json index 1ddb42ab095..90c9f938e31 100644 --- a/data/static/i18n/zh_TW.json +++ b/data/static/i18n/zh_TW.json @@ -51,7 +51,7 @@ "Once you found admin section of the application, this challenge is almost trivial.": "當你找到這個應用程式的管理畫面時,這個挑戰就幾乎解決了。", "Forge a coupon code that gives you a discount of at least 80%.": "偽造一個優惠券代碼,可為你提供至少80%的折扣。", "Try either a) a knowledgable brute force attack or b) reverse engineering or c) some research in the cloud.": "試著看看進行a)一次暴力攻擊或 b)逆向工程或者是c)在雲端中進行一些研究。", - "Post some feedback in another users name.": "用其他使用者的名義發布回饋", + "Post some feedback in another user's name.": "用其他使用者的名義發布回饋", "You can solve this by tampering with the user interface or by intercepting the communication with the RESTful backend.": "你可以通過篡改使用者介面或攔截與RESTful後端的溝通來解決此問題。", "Post a product review as another user or edit any user's existing review.": "以其他使用者身份發布產品評論,或編輯任何使用者的現有評論。", "Observe the flow of product review posting and editing and see if you can exploit it.": "觀察產品評論發布和編輯的流程,並查看是否可以利用它。", diff --git a/test/api/socketSpec.ts b/test/api/socketSpec.ts index f0019901fb4..e0f1f94d474 100644 --- a/test/api/socketSpec.ts +++ b/test/api/socketSpec.ts @@ -30,7 +30,7 @@ describe('WebSocket', () => { socket.emit('notification received', 'Provoke an error that is not very gracefully handled.') socket.emit('notification received', 'Log in with the administrator\'s user account.') socket.emit('notification received', 'Retrieve a list of all user credentials via SQL Injection') - socket.emit('notification received', 'Post some feedback in another users name.') + socket.emit('notification received', 'Post some feedback in another user\'s name.') socket.emit('notification received', 'Wherever you go, there you are.') socket.emit('notification received', 'Place an order that makes you rich.') socket.emit('notification received', 'Access a confidential document.')