Skip to content

Tags: google/capslock

Tags

v0.2.5

Toggle v0.2.5's commit message
analyzer: add "intermediate" granularity

This granularity finds which packages exist along a path in the callgraph from
a function in a queried package to a function with a capability.

This allows users to see when a change in their dependencies results in a
capability being reached in a path via a new package, even if the top-level
function already had that capability through another path.

v0.2.4

Toggle v0.2.4's commit message
go.mod: depend on a newer commit of x/tools

This commit includes some bug fixes relevant to Capslock.

v0.2.3

Toggle v0.2.3's commit message
analyzer: add a test for parseCapabilitiesList

v0.2.2

Toggle v0.2.2's commit message
Bump github/codeql-action from 3.24.6 to 3.24.7

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8a470fd...3ab4101)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.2.1

Toggle v0.2.1's commit message
Bump github/codeql-action from 3.24.3 to 3.24.4

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3796146...e2e140a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
Bump actions/upload-artifact from 4.3.0 to 4.3.1

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@26f96df...5d5d22a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.1.1

Toggle v0.1.1's commit message
Reorganize file struture, import statements, go.mod file.

v0.1.0

Toggle v0.1.0's commit message
import initial version