Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## How to Contribute
At NS1, it makes us very happy to get pull requests, and we appreciate the time
At NetBox Labs, it makes us very happy to get pull requests, and we appreciate the time
and effort it takes to put one together. Below are a few guidelines that can
help get your pull request approved and merged quickly and easily.

Expand Down Expand Up @@ -68,11 +68,11 @@ help ensure that requests are resolved quickly and efficiently.
and/or to modify the scope of the request. Please keep in mind that project
status consideration or conflicting priorities may require us to close or
defer work on the new or reopened issue. If that happens, feel free to reach
out of support@ns1.com for more information.
out of support@netboxlabs.com for more information.

## Tags on issues

In some projects we (NS1) may apply basic tags on some issues, for
In some projects we may apply basic tags on some issues, for
organizational purposes. Note: we do not use tags to indicate timelines or
priorities.

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ chmod +x pktvisor-reader-x86_64
We are working on support for additional operating systems, CPU architectures and packaging systems. If you do not see your binary available, please see the [Build](#build) section below to build your own.

If you have a preferred installation method that you would like to see support
for, [please create an issue](https://github.com/ns1/pktvisor/issues/new).
for, [please create an issue](https://github.com/netboxlabs/pktvisor/issues/new).

### Execute Pktvisord binary without root
Pktvisord uses libpcap to capture PCAP from the desired interface. To do so, it needs system network capture permissions.
Expand Down Expand Up @@ -630,8 +630,11 @@ process.
Please open Pull Requests against the `develop` branch. If you are considering a larger
contribution, [please contact us](#contact-us) to discuss your design.

See the [NS1 Contribution Guidelines](https://github.com/ns1/community) for more information.
See the [Contribution Guidelines](CONTRIBUTING.md) for more information.

## License

This code is released under Mozilla Public License 2.0. You can find terms and conditions in the LICENSE file.

## Required Notice
Copyright NetBox Labs, Inc.
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

Please send any suspected vulnerability report to security@netboxlabs.com
Loading