Skip to content

Tags: git-pkgs/brief

Tags

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump git-pkgs enrichment, forge, manifests, outline, registries (#118)

v0.9.3

Toggle v0.9.3's commit message
v0.9.3

- New native_extension category detecting mkmf (Ruby extconf.rb),
  setuptools Extension (Python), phpize (PHP config.m4), and
  node-gyp (binding.gyp). Taxonomy role native-extension. (#108)
- Perl repos now report cpanm in package_managers. (#108)
- Refreshed vendored oss-taxonomy terms (29 new terms).
- Bump manifests 0.5.1 -> 0.6.0. (#107)

v0.9.2

Toggle v0.9.2's commit message
v0.9.2

- Bump outline to 0.1.6 (gotreesitter 0.20.7), fixing the F# external-scanner
  panic on unguarded indent-stack pops (#105, odvcencio/gotreesitter#129).
  brief outline no longer crashes on F# sources.

v0.9.0

Toggle v0.9.0's commit message
v0.9.0

- Parse workspace member manifests (#97)
- Seed security sinks for priority niche languages (#95)
- Bump outline to 0.1.5, fixing the gotreesitter outline crash on large Go and multi-language repos (#102)
- Bump enrichment to 0.4.0 (#101)

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/git-pkgs/outline to 0.1.4 (#98)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect Java in Gradle projects regardless of build script DSL (#87)

The default extension scan stopped at depth 4, which misses
app/src/main/java/<pkg>/ in the layout that gradle init produces, so
**/*.java found nothing and the ecosystem gate then filtered out Gradle
itself. At the same time *.kts in Kotlin's detect.files matched
settings.gradle.kts at the root and reported the project as Kotlin.

Replace the depth bound with a 10000-file cap (ScanDepth still applies
when set explicitly), drop Gradle build script patterns from the Java
and Kotlin language definitions, and add testdata to skipDirs so fixture
source does not leak into the host project's language list.

Fixes #84

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump git-pkgs deps for v0.8.0 (#86)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add -tracked flag to ignore git-untracked files during scan (#70)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
andrew Andrew Nesbitt
Bump git-pkgs deps to latest patch releases