Skip to content

Commit a4719bd

Browse files
committed
Module documentation.
1 parent 237f9a6 commit a4719bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- 'package.yaml'
88
- 'stack.yaml'
99
- 'app/**'
10-
- 'site/**'
1110
- 'src/**'
1211
- 'test/**'
1312

src/Fingerprint.hs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-}
1616

17+
-- |
18+
-- Description: Fills partial fingerprints.
19+
-- Copyright: Copyright 2023 Google LLC
20+
-- License: Apache-2.0
21+
-- Maintainer: [email protected]
22+
--
23+
-- SARIF uses partial fingerprints in results to aid in an attempt
24+
-- to track the "same" issues despite changes. This fills partial
25+
-- fingerprints in results which do not already have them,
26+
-- while keeping everything else the same in SARIF output.
1727
module Fingerprint (fill) where
1828

1929
import Data.Aeson

0 commit comments

Comments
 (0)