UK Watchdog: Smugglers to Exploit Border if no Brexit Deal
Smugglers and other organized criminals are likely to exploit gaps in border enforcement if Britain leaves the European Union without an agreement, a watchdog warned Wednesday, amid a growing chorus of warnings about the disruptive impact of a "no-deal" Brexit.
Britain is due to leave the EU on March 29, but London and Brussels have not reached an agreement on divorce terms and a smooth transition to a new relationship. The stalemate has heightened fears that the U.K. might leave without a deal in place, leading to chaos at ports and economic turmoil.
The National Audit Office said in a report that political uncertainty and delays in negotiations with the EU have hampered preparations for new border arrangements, and the government is now racing to bolster computer systems, increase staffing and build new infrastructure to track goods.
The office said that 11 of 12 major projects may not be delivered on time or at "acceptable quality," with those who rely on the border "paying the price." It added that "organized criminals and others are likely to be quick to exploit any perceived weaknesses or gaps in the enforcement regime."
"This, combined with the U.K.'s potential loss of access to EU security, law enforcement and criminal justice tools, could create security weaknesses which the government would need to address urgently,'' the office's report said.
Meanwhile, the Financial Times reported that Transport Secretary Chris Grayling had raised at a Cabinet meeting on Tuesday the idea of chartering ships to bring in food and medicines through alternative ports if new customs checks led to gridlock on the main shipping route between Dover in England and Calais in France.
"We remain confident of reaching an agreement with the EU, but it is only sensible for government and industry to prepare for a range of scenarios," the Department for Transport said in a statement.
Prime Minister Theresa May said this week that a divorce deal is "95 percent" done, but the two sides still have a "considerable" gap over the issue of the border between the U.K.'s Northern Ireland and EU member Ireland. Britain and the EU agree there must be no barriers that could disrupt businesses and residents on both sides of the border and undermine Northern Ireland's hard-won peace process. But so far, each side has rejected the other's solution.
May has attempted to break the impasse by suggesting that a post-Brexit transition period, currently due to end in December 2020, could be extended to give more time for new trade and customs arrangements to be put in place that would eliminate the need for border checks.
EU has said it is open to the proposal, but the idea has infuriated May's political opponents on both sides of Britain's Brexit divide.
Pro-Brexit politicians see it as an attempt to bind the country to the bloc indefinitely, while pro-EU politicians say it is a sign of May's weak bargaining hand and an attempt to stall for time.
On Wednesday, May will try to stem a growing revolt within her Conservative Party over her Brexit blueprint. She'll address the 1922 Committee, a grouping of backbench Conservative legislators with a key role in deciding who leads the party.
Under Conservative rules, a vote of no-confidence in the leader is triggered if 15 percent of party lawmakers write to the 1922 Committee requesting one. The required number currently stands at 48; only committee chief Graham Brady knows how many have been submitted.

L157的更多相关文章

  1. web安全之sql注入布尔注入

    条件: 当一个页面,存在注入,没显示位,没有数据库出错信息,只能通过页面返回正常不正常进行判断进行sql注入. 了解的函数 exists()                    用于检查  子查询是 ...

  2. Netty服务端Channel的创建与初始化

    Netty创建服务端Channel时,从服务端 ServerBootstrap 类的 bind 方法进入,下图是创建服务端Channel的函数调用链.在后续代码中通过反射的方式创建服务端Channel ...

  3. WeihanLi.Npoi 1.16.0 Release Notes

    WeihanLi.Npoi 1.16.0 Release Notes Intro 最近有网友咨询如何设置单元格样式,在之前的版本中是不支持的,之前主要考虑的是数据,对于导出的样式并没有支持,这个 is ...

  4. vue2.x核心源码深入浅出,我还是去看源码了

    平常的工作就是以vue2.x进行开发,因为我是个实用主义者,以前我就一直觉得,你既然选择了这个框架开发你首先就要先弄懂这玩意怎么用,也就是先熟悉vue语法和各种api,而不是去纠结实现它的原理是什么. ...

随机推荐

  1. FFmpeg 入门(4):线程分治

    本文转自:FFmpeg 入门(4):线程分治 | www.samirchen.com 概览 上一节教程中,我们使用 SDL 的音频相关的函数来支持音频播放.SDL 起了一个线程来在需要音频数据的时候去 ...

  2. powershell 设置环境变量 -- go 单元测试 exit status 3221225781

    执行单元测试时出错 go test -run TestImage 错误提示如下: exit status 3221225781 这个错误的意思是需要加载对应的库文件找不到,加载对应的库文件就习. 但是 ...

  3. mysql备份脚本-mysqldump

    背景:全库备份 备份流程: 1.生成DB列表,将DB名字写入文件 2.定义备份函数,结果写入SQL文件 3.压缩文件,减少磁盘占用量 4.设置保留天数,定期删除n天之前的 5.通过for循环读取DB列 ...

  4. 完成了C++作业,本博客现在开始全面记录acm学习历程,真正的acm之路,现在开始

    以下以目前遇到题目开始记录,按发布时间排序 ACM之递推递归 ACM之数学题 拓扑排序 ACM之最短路径做题笔记与记录 STL学习笔记不(定期更新) 八皇后问题解题报告

  5. Graph_Master(连通分量_D_Trajan缩点+dfs)

    hdu_2242 题目大意:求将一张无向图(n个点,m条边)移除一条边分为不连通两部分,使得两部分的点权和最接近,若无法分为两部分,则输出impossible. 题解:拿到题面还算清晰,就是先tarj ...

  6. 【cs231n】最优化笔记

    ): W = np.random.randn(10, 3073) * 0.0001 # generate random parameters loss = L(X_train, Y_train, W) ...

  7. 不一样的入门:看C# Hello World的17种写法

    摘要:本文针对不同阶段.不同程度的C#学习者,介绍了C# Hello World的17种不同写法,希望会对大家有所帮助.(C# Hello World写法入门.C# Hello World写法进阶.C ...

  8. Vuejs methods how to use

    <!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8&qu ...

  9. java 位数补0处理(转)

    数据库中表的ID为4位数字,如:0001,0012,0123,1234 如果插入的值不满足4位,需要进行转换,有两种方法 第一种方法以: int n = 1;         NumberFormat ...

  10. Oracle数据库报错: ORA-29275:部分多字节字符

    Oracle数据库报错: ORA-29275:部分多字节字符 就是你查出来的字符串(有汉字的)有可能会出问题, 在认为有问题的字段 用 to_nchar("字段")包起来 比如 你 ...