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. Hexo博客配置笔记

    安装Hexo npm install hexo-cli -g cd /blog hexo init 安装next主题 git clone https://github.com/iissnan/hexo ...

  2. 20145310 《Java程序设计》第1周学习总结

    20145310 <Java程序设计>第1周学习总结 教材学习内容总结 第一周主要学习教材前两章的知识.第一章主要学习了java的历史,版本的迁移以及一些相关的专有名词之间的联系和下载安装 ...

  3. 再也不学AJAX了!(三)跨域获取资源 ① - 同源策略

    我们之前提到过,AJAX技术使开发者能够专注于互联网中数据的传输,而不再拘泥于数据传输的载体.通过AJAX技术,我们获取数据的方式变得更加灵活,可控和优雅. 但是AJAX技术并不是一把万能钥匙,互联网 ...

  4. [转载]Javassist 使用指南(三)

    ======================= 本文转载自简书,感谢原作者!. 原链接如下:https://www.jianshu.com/p/7803ffcc81c8 =============== ...

  5. myEclipse项目转成Eclipse项目

    这里说一种把myEclipse项目转成Eclipse项目继续开发 1.  请首先确保你的eclipse是javaee版本的,或者已经安装看wtp插件 2.  然后修改eclipse工程下的.proje ...

  6. git gc内存错误的解决方案

    Auto packing the repository for optimum performance. You may alsorun "git gc" manually. Se ...

  7. js梳理

    js引用类型 Object Function Array其他皆为基本类型,这和很多高级语言不一样,需要注意!!!! typeof对应基本类型来说更实用---- typeof undefined     ...

  8. list<>泛型的意义

    泛型就是指定一个自定类或数据类型例如(int)并命名一个XXX集合名,所有这个类型的数据可以加入这个XXXX集合名,组成一个集合. private  list<可放例int数据类型或自定类> ...

  9. 解题报告:hdu1248寒冰王座 - 完全背包模板

    2017-09-03 16:16:38 writer:pprp 完全背包问题:从左向右进行扫描,用一维阵列进行分析 代码如下: /* @theme:hdu1248 寒冰王座 @writer:pprp ...

  10. Pandas 的使用

    1. 访问df结构中某条记录使用loc或者iloc属性.loc是按照index或者columns的具体值,iloc是按照其序值.访问类似于ndarray的访问,用序列分别表示一维和二维的位置. 例如: ...