# README
github.com/DataDog/appsec-internal-go
This repository hosts a go module that provides shared implementations for internal details of various DataDog libraries and agents. This module is not intended to be used directly by end-users.
Updating embedded Rules
Embedded rules (at appsec/rules.json
) are updated by the
_tools/rules-updater/update.sh
script. A GitHub Workflow named
Update AppSec Rules
can be used to perform this task entirely from the GitHub
Web UI.
The GitHub Workflow runs automatically on a weekly basis (relatively early on Monday morning), so manual intervention (beyond reviewing and merging the PR created by the scheduled execution) should not be needed unless rules need to be updated without waiting for the next Monday.
# Packages
Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
No description provided by the author
Package limiter provides simple rate limiting primitives, and an implementation of a token bucket rate limiter.
Package log provides a logging facility that is used by this library, and which can be configured to piggyback on another logging facility where available.
No description provided by the author