-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ on: | |
- 'package.yaml' | ||
- 'stack.yaml' | ||
- 'app/**' | ||
- 'site/**' | ||
- 'src/**' | ||
- 'test/**' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,16 @@ See the License for the specific language governing permissions and | |
limitations under the License. | ||
-} | ||
|
||
-- | | ||
-- Description: Fills partial fingerprints. | ||
-- Copyright: Copyright 2023 Google LLC | ||
-- License: Apache-2.0 | ||
-- Maintainer: [email protected] | ||
-- | ||
-- SARIF uses partial fingerprints in results to aid in an attempt | ||
-- to track the "same" issues despite changes. This fills partial | ||
-- fingerprints in results which do not already have them, | ||
-- while keeping everything else the same in SARIF output. | ||
module Fingerprint (fill) where | ||
|
||
import Data.Aeson | ||
|