8000 Tags · google/capslock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/capslock

Tags

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
analyzer: add option to omit example call paths (#216)

The example call paths can use a lot of space.  This change adds an
option to omit them.

In the json output, when granularity=function, the function is still
included as the first element of the path.

Co-authored-by: jcd <jcd@golang.org>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #190 from jcd2/v

go.mod: upgrade Go version to 1.23.3

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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

0