-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Milestone
Description
Security Policy Violation
Project is out of compliance with Binary Artifacts policy: binaries present in source code
Rule Description
Binary Artifacts are an increased security risk in your repository. Binary artifacts cannot be reviewed, allowing the introduction of possibly obsolete or maliciously subverted executables. For more information see the Security Scorecards Documentation for Binary Artifacts.
Remediation Steps
To remediate, remove the generated executable artifacts from the repository.
Artifacts Found
- flutter-gui-tests/gradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.jar
- lib/dart-plugin/212.5486/Dart.jar
- lib/dart-plugin/212.5486/resources_en.jar
- lib/dart-plugin/deps/json.jar
- lib/dart-plugin/deps/weberknecht-0.1.5.jar
- lib/java-string-similarity-2.0.0.jar
- lib/jxbrowser/jxbrowser-7.22.jar
- lib/jxbrowser/jxbrowser-swing-7.22.jar
Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.
Metadata
Metadata
Assignees
Labels
No labels
Activity
godofredoc commentedon Apr 1, 2022
The fix for gradle-wrapper is to remove them and adding a rule to .gitignore.