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. list元素排序需要满足两个条件

    关于List 说到list,我的印象就是单值集合接口,插入取出是有序的,允许重复,用他的实现类用的最频繁的就是ArrayList了.如果我现在有一个list,插入了一些值,想让里面的值按照我自定义的规 ...

  2. goquery常用语法

    Find 查找获取当前匹配的每个元素的后代Eq 选择第几个Attr 获取对应的标签属性AttrOr 获取对应的标签属性.这个可以设置第二个参数.获取的默认值 如果获取不到默认调用对应默认值Each 遍 ...

  3. MySQL—记录的增删改查操作

    1.插入记录: 方法一:INSERT [INTO] tbl_name [(col_name,···)] {VALUES|VALUE} ({expr |DEFAULT},···),(···),··· 例 ...

  4. Caffe学习笔记(三):Caffe数据是如何输入和输出的?

    Caffe学习笔记(三):Caffe数据是如何输入和输出的? Caffe中的数据流以Blobs进行传输,在<Caffe学习笔记(一):Caffe架构及其模型解析>中已经对Blobs进行了简 ...

  5. Mybatis 通过动态SQL获取序列值

      配置文件 <select id="getSeq" parameterType="string" resultType="long" ...

  6. jquery post 同步异步总结[转]

    1.post被请求多次,解决方法: 连接加入随机数 rand=""+Math.random() $.post("/Control/webControl.ashx?rand ...

  7. 防止xss(脚本攻击)的方法之过滤器

    一  什么是脚本注入 概念我就不说了 直接百度一份 XSS是一种经常出现在web应用中的计算机安全漏洞,它允许恶意web用户将代码植入到提供给其它用户使用的页面中.比如这些代码包括HTML代码和客户端 ...

  8. javascript的日常代码

    1. 直接输出文字:     document.write("<显示的类型>显示文字</类型>"); <script>document.writ ...

  9. TP5接受Vue跨域请求

    <?php /** * Created by PhpStorm. * User: qianglong * Date: 2018/1/15 * Time: 17:56 */ namespace a ...

  10. 解题报告:poj1321 棋盘问题 - 搜索

    棋盘问题 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 51262 Accepted: 24785 Description 在一 ...