We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3130dd0 commit 4346725Copy full SHA for 4346725
grr/core/grr_response_core/artifacts/makefile.py
@@ -14,7 +14,7 @@ def main():
14
# The future direction is to depend on code in the artifact repo to replace
15
# the artifact registry and validation inside GRR. We will then move to
16
# depending on pypi releases rather than just importing the yaml as we do now.
17
- url = "https://github.com/ForensicArtifacts/artifacts/archive/20200118.zip"
+ url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20220219.zip"
18
data = urlrequest.urlopen(url).read()
19
20
zip_obj = zipfile.ZipFile(io.BytesIO(data))
0 commit comments