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 77 - ' package.yaml'
88 - ' stack.yaml'
99 - ' app/**'
10- - ' site/**'
1110 - ' src/**'
1211 - ' test/**'
1312
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515-}
1616
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.
1727module Fingerprint (fill ) where
1828
1929import Data.Aeson
You can’t perform that action at this time.
0 commit comments