From 73bae14ae4cc51984533e6c0e04ec060089bdb81 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 3 Jan 2023 09:57:00 -0800 Subject: [PATCH] fix: Override allstar settings for binaries (#68) We include three binary jars in this repository. This asks allstar (Google scanning tool) to allow this. Closes #67 --- .allstar/binary_artifacts.yaml | 8 ++++++++ base/java/third_party/SOURCES.txt | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .allstar/binary_artifacts.yaml diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 0000000..412d89d --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,8 @@ +# These are static binary dependencies used to build our Java jar. They do not +# change (since Selenium v3 is no longer in development), and are taken +# directly from Selenium. base/java/third_party/SOURCES.txt documents their +# origin and license. +ignorePaths: + - base/java/third_party/selenium-server-standalone-3.141.59.jar + - base/java/third_party/auto-common-0.8.jar + - base/java/third_party/auto-service-1.0-rc4.jar diff --git a/base/java/third_party/SOURCES.txt b/base/java/third_party/SOURCES.txt index 7d84d25..ff539c1 100644 --- a/base/java/third_party/SOURCES.txt +++ b/base/java/third_party/SOURCES.txt @@ -2,3 +2,18 @@ These third-party JARs were sourced from Selenium: - https://github.com/SeleniumHQ/selenium/tree/selenium-3.141.59/third_party/java/auto - https://github.com/SeleniumHQ/selenium/tree/selenium-3.141.59/third_party/java/service - https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar + + +Copyright 2018 Software Freedom Conservancy (SFC) + +Licensed 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.