python-gvm icon indicating copy to clipboard operation
python-gvm copied to clipboard

Severity filter not correct

Open kanewi11 opened this issue 1 year ago • 0 comments

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

kanewi11 avatar Oct 24 '24 21:10 kanewi11