<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lucascs@proton.me</email>
		<name>Lucas C.S.</name>
	</maintainer>
	<longdescription lang="en">
		Opengrep is an open-source static application security testing (SAST)
		engine, forked from Semgrep CE and kept under the LGPL-2.1 licence by a
		consortium of AppSec vendors (Aikido, Amplify, Endor Labs, Kodem and Orca
		Security) after Semgrep moved several features behind a commercial
		licence.

		It matches source code against declarative YAML rules that look like the
		code they search for, supporting more than thirty languages, and remains
		compatible with existing Semgrep rules and rulesets. Results can be
		emitted as plain text, JSON or SARIF for CI integration.

		This package installs the pre-built, self-contained upstream release
		binary (a single statically-linked native executable, no Python runtime
		required) providing the scan, test, validate, show and lsp subcommands.
	</longdescription>
	<upstream>
		<remote-id type="github">opengrep/opengrep</remote-id>
		<bugs-to>https://github.com/opengrep/opengrep/issues</bugs-to>
		<doc>https://github.com/opengrep/opengrep/blob/main/README.md</doc>
		<changelog>https://github.com/opengrep/opengrep/blob/main/CHANGELOG.md</changelog>
	</upstream>
</pkgmetadata>
