... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
28811 مقال 231 مصدر نشط 38 قناة مباشرة 7005 خبر اليوم
آخر تحديث: منذ ثانية

إعلام خليجي : منظمة دولية تدعو لفتح تحقيق بانتهاكات السلطات اليمنية بحق محافظات الجنوب

العالم
عدن 24
2026/03/26 - 18:04 501 مشاهدة

إرم نيوز / خاص :

دعت المنظمة الدولية للبلدان الأقل نموا “OIPMA” إلى فتح تحقيق دولي في الانتهاكات التي ارتكبتها السلطات اليمنية بحق أبناء المحافظات الجنوبية، عقب فرض حالة الطوارئ التي قالت إنها ناجمة عن “خلافات سياسية”.

وقالت المنظمة في كلمتها أمام هيئة حقوق الإنسان الدولية التابعة للأمم المتحدة، الثلاثاء، إن إعلان “الطوارئ” في اليمن في ديسمبر/ كانون الأول المنصرم، من قبل رئيس مجلس القيادة الرئاسي، رشاد العليمي، مخالف للقوانين الدولية.

ووصفت هذا الإجراء بـ”الانحراف الخطير عن القانون الدولي لحقوق الإنسان، ويثير مخاوف بشأن مدى الالتزام بروح إعلان فيينا”.

وأضافت المنظمة أن العهد الدولي الخاص بالحقوق المدنية والسياسية ينصّ في مادته الرابعة على أن “تدابير الطوارئ لا يجوز اتخاذها إلا في مواجهة طارئ عام يهدد حياة الأمة”، في حين أن إعلانها في اليمن “جاء نتيجة خلافات سياسية داخل مجلس القيادة الرئاسي، وليس استجابة لتهديد من هذا النوع”.

وأشارت إلى أن القوانين الدولية تُلزم الدول بإخطار الأمين العام للأمم المتحدة عند إعلان حالة الطوارئ، “وحتى الآن لا يوجد دليل علني على أن هذه الأخطار قد حدثت، ما يثير تساؤلات حول مدى الالتزام بالإجراءات الواجب اتخاذها”.

وقالت إن التقارير الصادرة بعد إعلان الطوارئ أثارت مخاوف بشأن انتهاكات جسيمة تتعارض مع كل من القانون الدولي الإنساني والقانون الدولي لحقوق الإنسان، “وهو ما يؤكد المخاطر المرتبطة بسوء استخدام سلطات الطوارئ”.

وكان رئيس مجلس القيادة الرئاسي، رشاد العليمي، أصدر قرارا أواخر العام الماضي بفرض حالة الطوارئ في أراضي الجمهورية كافة لمدة 90 يوما قابلة للتمديد، تزامنا مع عمليات عسكرية انطلقت ضد “القوات الجنوبية المسلحة” التي انتشرت في وادي حضرموت ومحافظة المهرة، جنوب شرق البلاد، لتأمينها و”قطع أحد أبرز خطوط تهريب السلاح لميليشيا الحوثي”، وفقا لما أعلنه المجلس الانتقالي الجنوبي.

وشهدت الأشهر التالية احتجاجات شعبية واسعة في المحافظات الجنوبية؛ تنديدا بـ”محاولات الالتفاف على القضية الجنوبية ومطالب شعب الجنوب”، وهو ما قوبل من قبل السلطات بموجة قمع أمني في عاصمة البلاد المؤقتة عدن ومحافظتي حضرموت وشبوة، أسفرت عن مقتل وإصابة العشرات، واعتقال العديد من النشطاء السياسيين والمتظاهرين المدنيين.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56550; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56550; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤