Skip to content

Commit

Permalink
fix: Override allstar settings for binaries (#68)
Browse files Browse the repository at this point in the history
We include three binary jars in this repository. This asks allstar
(Google scanning tool) to allow this.

Closes #67
  • Loading branch information
joeyparrish committed Jan 3, 2023
1 parent 3d44c2d commit 73bae14
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .allstar/binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions base/java/third_party/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 73bae14

Please sign in to comment.