CycodeLabs / CycodeLabs/cimon-action
Cimon is detecting 127.0.0.1 as an unknown connection
- Dominant language
- JavaScript
- Stars
- 124
- Forks
- 10
- Avg merge
- 20h 50m
- Merged PRs (30d)
- 1
Description
According to the [documentation](https://docs.cimon.build/agent/integrations/github-actions):
> In short, Cimon Agent is runner-aware, which means it is aware of the runner environment and adapts itself accordingly. There are several ways in which the functionality reflects this:
> ...
> * Ignored IPs - Ignoring internal IPs communication, such as the Azure metadata IP address 169.254.169.254, 127.0.0.1, and more.
I am seeing 127.0.0.1 being detected as an unknown connection:
🟠 java
Established 1 Connections
- 🟠 127.0.0.1
PID | Process | Protocol | Address | Domain | Allowed
-- | -- | -- | -- | -- | --
2074 | java | TCP | 127.0.0.1:39419 | | ⚠️ Detected unknown connection
I have tried adding `allowed-ips: 127.0.0.1`, but this doesn't seem to fix the problem.
The version of GitHub Action we are using is:
`cycodelabs/cimon-action@a0870cc3d9e3bf3cedd28bdb67bf3fd3281e5941`
Because of this, we cannot use `prevent: true`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.