Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Severity filter not correct #1178

Open
kanewi11 opened this issue Oct 24, 2024 · 0 comments
Open

Severity filter not correct #1178

kanewi11 opened this issue Oct 24, 2024 · 0 comments

Comments

@kanewi11
Copy link

kanewi11 commented Oct 24, 2024

I'm getting a results with severity=0.

Not all results with severity 0 are sampled, only those with incomplete information, it's more like a bug or I'm missing something.

My filter is:

sort-reverse=created rows=100 apply_overrides=0 min_qod=70 levels=hml severity>0.05 first=1

It also has a strange XML:

<result id="5e2eae61-493b-424a-b64e-21b3e6d2884b">
	<details>
		<detail>
			<name>product</name>
			<value>cpe:/a:php:php:7.4.2</value>
		</detail>
		<detail>
			<name>location</name>
			<value>443/tcp</value>
		</detail>
		<detail>
			<name>source_oid</name>
			<value>1.3.6.1.4.1.25623.1.0.800109</value>
		</detail>
		<detail>
			<name>source_name</name>
			<value>PHP Detection (HTTP)</value>
		</detail>
	</details>
</result>

I tried removing other filters and leaving only severity>0.05, but it didn't help.

When I go to this result, it displays severity = 0 and other information.

If you specify this filter in the UI, everything is ok

GVM versions

gsa: 22.12.0

gvm: 23.10.0

python-gvm: 24.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant