
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Search data within Jail database for jails that use Zuercher Portal
pip install zuercherportal_api
Manually Supplied Jail Prefix:
import zuercherportal_api as zuercherportal
jail_api = zuercherportal.API(jail_id="benton-so-ar")
inmate_data = jail_api.inmate_search()
Using a Jail that is in our Database:
import zuercherportal_api as zuercherportal
jail_api = zuercherportal.API(jail_id=zuercherportal.Jails.AR.BENTON_COUNTY)
inmate_data = jail_api.inmate_search()
Filter The Results:
import zuercherportal_api as zuercherportal
jail_api = zuercherportal.API(jail_id=zuercherportal.Jails.AR.BENTON_COUNTY)
inmate_data = jail_api.inmate_search(
inmate_name="",
race="all",
sex="all",
cell_block="all",
helf_for_agency="any",
in_custody_date="",
records_per_page=50,
record_start=0,
sort_by_column="name",
sort_descending=False,
)
Below are the jails we currently have in our database. Please feel free to raise issue or pull request to add additional jails.
FAQs
Search data within Jail database for jails that use Zuercher Portal
We found that zuercherportal-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.