| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR updates the IFC (Information Flow Control) labeling behavior for issue list/search (and other multi-repo search-style outputs) so that private repository results are labeled private-trusted rather than private-untrusted, and adjusts related documentation/comments plus unit tests accordingly.
Changes:
| File | Description |
|---|---|
| pkg/ifc/ifc.go | Changes private issue list/search label functions to return PrivateTrusted() and updates associated IFC join documentation. |
| pkg/ifc/ifc_test.go | Adds focused unit coverage for list/search label integrity/confidentiality outcomes. |
| pkg/github/search.go | Updates inline comments describing IFC joining behavior for repository/code/commit searches. |
| pkg/github/search_test.go | Updates IFC insiders-mode expectations for search_repositories when private repos are present. |
| pkg/github/repositories.go | Updates inline comments for joined IFC labeling in starred-repo listing. |
| pkg/github/issues_test.go | Updates IFC insiders-mode expectations for issue read/search/list flows involving private repositories. |
Sorry, something went wrong.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| return visibilities | ||
| } | ||
|
|
||
| func attachProjectVisibilityIFCLabel( |
There was a problem hiding this comment.
Can we move attachProjectVisibilityIFCLabel to ifc.go? We can fetch isPrivate and pass it to the function
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Tests