| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
implementations, but divergence in behavior is considered a
non-security bug.`is not considered a security issue.` maybe (I know these are extremely similar, but for some reason feel different to me).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
non-security bug.Optional: do we want to commit to divergence being a bug?
I think in most cases it is, but it might be nice to be conservative in case some behavior comes up where there is divergence, but there's no overwhelming consensus between implementations.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
implementations, but divergence in behavior is considered a
non-security bug.`is not considered a security issue.` maybe (I know these are extremely similar, but for some reason feel different to me).
Done
Optional: do we want to commit to divergence being a bug?
I think in most cases it is, but it might be nice to be conservative in case some behavior comes up where there is divergence, but there's no overwhelming consensus between implementations.
Went with Roland's phrasing which does not commit to divergence being a bug.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: bpf/doc.go
Insertions: 2, Deletions: 2.
@@ -53,8 +53,8 @@
The implementation of the BPF VM in this package is suitable for
testing BPF programs. It aims for consistency with other BPF VM
-implementations, but divergence in behavior is considered a
-non-security bug.
+implementations, but divergence in behavior is not considered a
+security issue.
# Examples
```
bpf: add security considerations to package docs
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |