
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Use Github-flavored Markdown to write your content.
Change Log
0.0.1 => 0.0.2 Added support for => -Publish post without javascript package from notebook -Pulish post from standalone python script (Non jupyter environment)
0.0.2 => 0.0.3 Added support for features at the time of publishing post. Features will get used as filters.
0.0.3.dev5 => 0.0.3.dev6 -Support for status posts compatible with new low code platform. Example:
filters = {
"dateAdded": datetime.datetime.now().isoformat() + 'Z',
'rowSubscriptionCol': 'vendor',
'type': 'aggregatePost'
}
data = {
'count': 5,
'status': 'Warning',
'vendor': 'GCP'
}
post = Post(postId='GCP_aggregatePost', postTitle='# Aggregated Post')
post.addFilters(filters)
post.createPost(data=data)
0.0.3.dev6 => 0.0.3.dev7 -Added Exception handling code if response is not in json format
0.0.3.dev7 => 0.0.3.dev8 -Added code to retry 5xx error code
0.0.3.dev7 => 0.0.3.dev10 -Resolved unauthorized error and changed sleep time
0.0.3.dev12 => 0.0.3.dev13
0.0.3.dev14 => 0.0.3.dev15
0.0.3.dev18
0.0.3.dev19
0.0.3.dev20
0.0.3.dev21
0.0.3.dev22
0.0.3.dev23
0.0.3.dev25
0.0.3.dev26
0.0.3.dev29
0.0.3.dev30
0.0.3.dev31
0.0.3.dev32
0.0.3.dev33
0.0.3.dev34
0.0.3.dev35
0.0.3.dev36
0.0.3.dev37
0.0.3.dev38
0.0.3.dev39
0.0.3.dev40
0.0.3.dev41
0.0.3.dev44
0.0.3.dev45
FAQs
ChartArt python package
We found that chartart 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.