File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ' package.yaml'
8
8
- ' stack.yaml'
9
9
- ' app/**'
10
- - ' site/**'
11
10
- ' src/**'
12
11
- ' test/**'
13
12
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
-}
16
16
17
+ -- |
18
+ -- Description: Fills partial fingerprints.
19
+ -- Copyright: Copyright 2023 Google LLC
20
+ -- License: Apache-2.0
21
+
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.
17
27
module Fingerprint (fill ) where
18
28
19
29
import Data.Aeson
You can’t perform that action at this time.
0 commit comments