百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

Pentagon Adds Tencent, CATL to a Blacklist Over Alleged Chinese Military Ties

itomcoil 2025-01-15 14:07 9 浏览

TMTPOST -- Two Chinese tech heavyweights called the Pentagon’s new blacklisting due to alleged ties to China’s military a mistake, and pledged to work together with U.S. government to address the mistake.

Credit:Xinhua News Agency

Tencent Holdings Ltd. said in a statement that the addition to the Pentagon’s blacklist was “clearly a mistake” as “we are not any defense supplier or military company.” “Unlike export controls or other issues, this listing has no impact on our business. Nevertheless, we will work with relevant US authorities to resolve misunderstandings,” the world’s largest video game vendor added.

Contemporary Amperex Technology Co. Ltd. (CATL) echoed Tencent’s clarification. The top battery manufacturer for lectric vehicles (EVs) in the world also described the U.S. Department of Defense’s move as a mistake, stating it is not engaged in any military related activities.

These Chinese companies made response after U.S. Department of Defense updated its list of entities identified as Chinese military companies operating in the United States in accordance with statutory requirement of Section 1260H of the National Defense Authorization Act for Fiscal Year 2021. The so-called Section 1260H list has expanded to 134 companies, according to a notice posted to the Federal Register. Tencent and CATL are among the most notable new names on the list.

Another new name on it, Quectel Wireless Solutions Co., Ltd, a Shanghai-based supplier of cellular IoT modules and antennas, does not work with the military in any country and will ask the Pentagon to reconsider its designation, which clearly has been made in error, a spokesperson of the company said.

The list also removed six entities, including AI developer Beijing Megvii Technology, China Railway Construction, China State Construction Group, and China Telecommunications, citing that they no longer meet the criteria for inclusion.

Updating the Section 1260H list of Chinese military companies is an important continuing effort in highlighting and countering China’s Military-Civil Fusion strategy, which supports the modernization goals of the People's Liberation Army (PLA) by ensuring it can acquire advanced technologies and expertise developed by PRC companies, universities, and research programs that appear to be civilian entities, according to the Department of Defense. It has said the U.S. government reserves the right to take additional actions on these entities under authorities other than section 1260H.

Being placed on the Section 1260H list does not impose immediate legal or economic restrictions, but the designation carries several significant implications as it could pressure the U.S. Treasury Department to impose restrictions, such as banning transactions or investments involving the listed companies. The listing can also trigger the U.S. Commerce Department's Bureau of Industry and Security (BIS) to add a listed company to its Entity List, which would block access of this company to American technologies, which includes advanced fab tools or software. Companies on the list may face face increased scrutiny in their operations, heightened due diligence requirements from partners, and potential disruptions in accessing international markets.

Blacklisitng by the Pentagon stirred investors’ selloff of Chinese companies and other China-exposed ones. The U.S.-traded shares of Tencent crashed as much as 9.8% before finishing 7.8% lower in over-the-counter trading on Monday. Amsterdam-traded Tencent’s largest shareholder, Naspers-controlled Prosus fell 7.3% in their worst day in more than a year.

相关推荐

Python 上下文管理器魔法手册:with 语句的终极艺术

对话实录小白:(抓狂)我写了f=open("data.txt"),结果忘记关闭文件了!专家:(掏出魔法书)用with语句,文件自动关闭,永不泄露!上下文管理器基础三连击1.基...

【验证码逆向专栏】某安登录流程详解与验证码逆向分析与识别

声明本文章中所有内容仅供学习交流使用,不用于其他任何目的,不提供完整代码,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!本文章未经许可禁...

Python常用内置模块介绍——文件与系统操作详解

Python提供了多个强大的内置模块用于文件和系统操作,下面我将详细介绍最常用的几个模块及其核心功能。1.os模块-操作系统交互os模块提供了与操作系统交互的接口,包括文件/目录操作、进程管理、环...

21-Python-文件操作

在Python中,文件操作是非常重要的一部分,它允许我们读取、写入和修改文件。下面将详细讲解Python文件操作的各个方面,并给出相应的示例。1-打开文件在Python中,使用`open()`函数来打...

Python 开发工程师必会的 5 个文件操作库

在Python开发的世界里,文件操作是一项基础且高频的任务。从日常的数据处理到复杂的项目部署,熟练掌握文件操作库能让我们的开发工作事半功倍。本文和大家聊聊我眼中开发必备的5个文件操作库,它们各...

你应该知道的 50 个 Python 单行代码

使用Python总是可以轻松完成一些特定任务,这让人惊奇。一些比较繁琐的任务可以使用Python在单行代码中完成。下面是我收集的50个Python单行代码实例。1.移位词:猜字母的个...

Python10个了不起的10个库,用于文件操作、接口测试

日常接口测试中需要大量的操作文件,譬如:用户登录信息、数据库信息等等。了解下方10个文件操作库,可以快速提升在工作中的效率。os:提供了与操作系统交互的功能,包括文件和目录操作、进程管理等。示例代码参...

手把手教你开发智能备份神器,小白也能30分钟搞定!

一、你的电脑是不是也总在“重复备份”?每次备份文件夹时,是不是总觉得“好麻烦”?特别是遇到几十G的文件库,整个备份过程像在坐过山车——明明大部分文件都没改,却还要从头来一遍!今天,我用Python开发...

几行代码教你zip打包

01准备有时我们不想去手动一个个去操作,然后傻等他打包完,python依赖库zipfile很方便地帮助我们封装了解压压缩,shutil用于文件目录处理,方法类似于linux命令。1、安装pipin...

Python操作目录

获取当前工作目录获取执行命令的位置路径拼接路径拆分文件重命名删除文件复制文件遍历文件夹下的文件判断文件是否存在判断目录是否存在获取当前工作目录importsysprint(sys.path[0]...

Python 开发工程师必会的 5 个系统命令操作库

当我们需要编写自动化脚本、部署工具、监控程序时,熟练操作系统命令几乎是必备技能。今天就来聊聊我在实际项目中高频使用的5个系统命令操作库,这些可都是能让你效率翻倍的"瑞士军刀"。一...

文件备份用Python,照着复制粘贴代码就可以了

引言在日常开发和运维工作中,数据安全尤为重要,定期备份重要文件是防范数据丢失的有效手段之一。本文将详细介绍如何使用Python实现一个简单的定时备份脚本,该脚本可以按照设定周期自动将指定文件夹或文件复...

2025年必学的Python自动化办公的15个实用脚本

2025年必学的Python自动化办公的6个实用脚本及其代码示例。这些脚本涵盖了文件备份、邮件通知、网页抓取、报告生成、数据处理和团队协作等多个场景,帮助用户高效完成日常办公任务。1.自动备份文件自...

一天学一点,今天学习掌握Python:异常处理与文件操作全攻略

这一笔记记录了我学习python的异常和文件的操作,这也是针对Python异常和文件操作教程的进一步优化建议和注意事项:异常处理优化1.避免过度捕获异常o不要为了捕获异常而捕获异常,应根据实际需求...

「亲测可用」如何用python脚本批量旋转图片为任意角度?

最近在训练图片方向分类器,需要对原始图片进行批量旋转操作,那如何用python脚本实现批量旋转图片为任意角度呢?此处,以将我的头像旋转90度为例进行演示。实现图片批量旋转的python源代码如下:#-...