Skip to content

Commit

Permalink
fix(#3165): revert upload vim package to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamagan committed Aug 23, 2022
1 parent 721d856 commit 5386bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- name: "{{ event_description }}"
become: true
shell: "{{ shell }}"
shell: "{{ command }}"

- name: Get alerts file
hosts: managers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
metadata:
extra_vars:
event_description: Install vulnerable vim package
shell: |
curl {{ s3_url }}/vulnerability_detector/vim_vulnerable_package.deb -o vim_vulnerable_package.deb
dpkg -i vim_vulnerable_package.deb
command: apt install -y vim=2:8.1.2269-1ubuntu5.7
rule.id: 23505
rule.level: 10
rule.description: CVE-2022-1621 affects vim

0 comments on commit 5386bc9

Please sign in to comment.