New Art Project Cronjob - run every 20 minutes
*/20 * * * *
* * * * * myjob.sh >> /var/log/myjob.log 2>&1| def fetch_cves_by_year(year, max_results=None, delay=6): | |
| """ | |
| Fetch CVEs from the NVD API for a specific year. | |
| Args: | |
| year (int): The year to fetch CVEs for | |
| max_results (int, optional): Maximum number of results to return. If None, fetch all. | |
| delay (int, optional): Delay between API requests in seconds to respect rate limits | |
| Returns: |
| #!/usr/bin/env python3 | |
| """ | |
| Red Hat Security Advisory CVE Scraper | |
| This script fetches CVE numbers associated with a Red Hat Security Advisory (RHSA) ID | |
| by scraping the Red Hat Security Portal. | |
| Usage: | |
| python rhsa_cve_scraper.py RHSA-YYYY-NNNN | |
| #!/bin/bash | |
| CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \ | |
| go build \ | |
| -a \ | |
| -v \ | |
| -trimpath='true' \ | |
| -buildmode='exe' \ | |
| -buildvcs='true' \ | |
| -compiler='gc' \ |
| Fight Club | Captain Jack Sparrow |
|---|---|
Fight-Club.mp4 |
Captain-Sparrow.mp4 |
(Updated January 2016)