Skip to content

Commit

Permalink
Update Github-CVE-Listener.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira-Pgr authored Feb 7, 2023
1 parent 05ef026 commit ab33736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Github-CVE-Listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def Wechat(cve_des):
#Send Message
def sendNews(total_count):
try:
api = "https://api.github.com/search/repositories?q=CVE-2022&sort=updated"
api = "https://api.github.com/search/repositories?q=CVE-2023&sort=updated"
req = requests.get(api).text
respJson = json.loads(req)
repo_name = respJson["items"][0]["name"]
Expand Down

0 comments on commit ab33736

Please sign in to comment.