Search Criteria
Package Details: semgrep-bin 1.145.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/semgrep-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | semgrep-bin |
| Description: | Lightweight static analysis for many languages. Find bug variants with patterns that look like source code. |
| Upstream URL: | https://github.com/returntocorp/semgrep |
| Keywords: | code grep |
| Licenses: | LGPL-2.1-only |
| Provides: | semgrep |
| Submitter: | aloxaf |
| Maintainer: | ejedev (Dominiquini, steccas) |
| Last Packager: | Dominiquini |
| Votes: | 8 |
| Popularity: | 0.002641 |
| First Submitted: | 2020-05-23 02:08 (UTC) |
| Last Updated: | 2025-12-11 11:46 (UTC) |
Dependencies (31)
- python
- python-attrs (python-attrs-gitAUR)
- python-boltonsAUR
- python-click
- python-click-option-groupAUR
- python-colorama (python-colorama-gitAUR)
- python-defusedxml (python-defusedxml-gitAUR)
- python-fastmcpAUR
- python-glomAUR
- python-jsonschema
- python-lsp-jsonrpc
- python-mcpAUR
- python-opentelemetry-apiAUR
- python-opentelemetry-exporter-otlp-proto-httpAUR
- python-opentelemetry-instrumentation-requestsAUR
- python-opentelemetry-sdkAUR
- python-packaging
- python-peewee
- python-pydantic
- python-requests
- Show 11 more dependencies...
Required by (2)
- pacsea-bin (optional)
- pacsea-git (optional)
Latest Comments
1 2 3 4 5 Next › Last »
micwoj92 commented on 2025-11-17 17:12 (UTC)
Something like
python -m installer --destdir="$pkgdir" "${_whl}"Dominiquini commented on 2025-11-12 23:53 (UTC)
@micwoj92: Can you provide some example of how I do that? Thanks!
micwoj92 commented on 2025-11-12 17:31 (UTC)
Please install this using
python-installerinstead pipejedev commented on 2025-10-22 01:21 (UTC)
@Dominiquini great fix, thank you!
Dominiquini commented on 2025-10-21 22:27 (UTC)
The new version depends on the packages "python-mcp", that I only was able to install if I skip the "check" step of his PKGBUILD!
steccas commented on 2025-10-21 13:47 (UTC)
Hi mantainer.
Can you please look into it? If it's not possible I'm available to contribute or takeover since I use it for work.
ggnoredo commented on 2025-02-24 16:40 (UTC)
nicolai_d commented on 2025-02-13 15:37 (UTC)
It's still a PITA to build because of all the opentlemetry dependencies, but it seems to work now 👍 Thanks!
ejedev commented on 2025-02-12 22:31 (UTC)
@nicolai_d The Python dependencies required to run a check should now be included as dependencies in the latest PKGBUILD.
nicolai_d commented on 2024-11-22 16:39 (UTC) (edited on 2024-11-22 16:40 (UTC) by nicolai_d)
The package builds properly as is (if you disable checkdepends to get python-opentelemetry-api to build), but to run the tool itself, I found that you at least need the following dependencies as well:
There might be even more, but at least for the basic usage of scanning a source repo this is enough
1 2 3 4 5 Next › Last »