apache software らしいw

 

超ハイテク上場企業様の検疫アプリはローカルhttpdに平文のhtmlやらjsやらてんこ盛り

 

cordova.define("cordova-plugin-geolocation.Position", function(require, exports, module) {

/*

*

* Licensed to the Apache Software Foundation (ASF) under one

* or more contributor license agreements.  See the NOTICE file

* distributed with this work for additional information

* regarding copyright ownership.  The ASF licenses this file

* to you under the Apache License, Version 2.0 (the

* "License"); you may not use this file except in compliance

* with the License.  You may obtain a copy of the License at

*

*   http://www.apache.org/licenses/LICENSE-2.0

*

* Unless required by applicable law or agreed to in writing,

* software distributed under the License is distributed on an

* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

* KIND, either express or implied.  See the License for the

* specific language governing permissions and limitations

* under the License.

*

*/

 

var Coordinates = require('./Coordinates');

 

var Position = function (coords, timestamp) {

    if (coords) {

        this.coords = new Coordinates(

            coords.latitude,

            coords.longitude,

            coords.altitude,

            coords.accuracy,

            coords.heading,

            coords.velocity,

            coords.altitudeAccuracy

        );

    } else {

        this.coords = new Coordinates();

    }

    this.timestamp = timestamp !== undefined ? timestamp : new Date().getTime();

};

 

module.exports = Position;

 

});

 

こんなお粗末なアプリは勘弁して欲しい。 とはいえ運用されてないから位置を送ろうが送るまいが完全スルー

 

変な位置情報送ろうがスルー

 

真面目に隔離中に状態が悪くなっても全然だれも気にしない。 情弱さんには抑止力になるんだろうけど、実際全スルーなんだから問題発覚しても対処できない。

 

こんなんでオリンピックの外国人なんて監視できるわけがない。

 

政府と天下りの闇は深すぎる・・・・