Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

[BUG]YUM parser sometimes misses dependencies #10

Open
loredous opened this issue Apr 5, 2023 · 0 comments
Open

[BUG]YUM parser sometimes misses dependencies #10

loredous opened this issue Apr 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@loredous
Copy link
Contributor

loredous commented Apr 5, 2023

Describe the bug
Some formats of Yum output do not get parsed properly by the current Yum parser.

To Reproduce
Steps to reproduce the behavior:

  1. Submit a log with Yum install

Expected behavior
All Yum formats should be parsed properly

Additional context
Example Log that does not get properly parsed:

�[36mINFO�[0m[0007] args: [-c yum update -y && yum upgrade -y && yum install java-1.8.0 -y && rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch && echo $'[logstash-7.x] \nname=Elastic repository for 7.x packages \nbaseurl=https://artifacts.elastic.co/packages/7.x/yum \ngpgcheck=1 \ngpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch \nenabled=1 \nautorefresh=1 \ntype=rpm-md' > /etc/yum.repos.d/logstash.repo && yum update && yum install logstash -y && yum clean all] �[36mINFO�[0m[0007] Running: [/bin/sh -c yum update -y && yum upgrade -y && yum install java-1.8.0 -y && rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch && echo $'[logstash-7.x] \nname=Elastic repository for 7.x packages \nbaseurl=https://artifacts.elastic.co/packages/7.x/yum \ngpgcheck=1 \ngpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch \nenabled=1 \nautorefresh=1 \ntype=rpm-md' > /etc/yum.repos.d/logstash.repo && yum update && yum install logstash -y && yum clean all] CentOS Linux 8 - AppStream 4.1 MB/s | 8.2 MB 00:01 CentOS Linux 8 - BaseOS 5.8 MB/s | 3.5 MB 00:00 CentOS Linux 8 - Extras 42 kB/s | 10 kB 00:00 Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Upgrading: bash x86_64 4.4.20-2.el8 baseos 1.5 M bind-export-libs x86_64 32:9.11.26-6.el8 baseos 1.1 M binutils x86_64 2.30-108.el8_5.1 baseos 5.8 M
@loredous loredous added the bug Something isn't working label Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants