Skip to content
Snippets Groups Projects
Commit da18cd13 authored by julian's avatar julian
Browse files

import

parent 9b697601
No related merge requests found
......@@ -157,7 +157,7 @@ vet:
allow_failure: true
script:
- analyzer import --src gitlab --store vetdata
- analyzer detect --store vetdata --config gitlab/.gitlab/ci/vet.toml
# - analyzer detect --store vetdata --config gitlab/.gitlab/ci/vet.toml
# uncomment to ingest the resport
# - analyzer detect --store vetdata --config .gitlab/ci --reportOut ./gl-sast-report.json
# artifacts:
......
description = 'vet detection rules'
[[recipe]]
id = "vet.call.html_safe"
type = "<oa/a"
value = """
(nodes { :name [ "html_safe" ], :kind [ :call ] } store )"""
title = "html_safe call detected"
description = "html_safe call detected."
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment