
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
pelican-timegraphics-plugin
Advanced tools
Easily embed Time.Graphics timelines in your Pelican articles
Easily embed Time.Graphics timelines in your Pelican articles
This plugin can be installed via:
pip install pelican-timegraphics-plugin
Next add it to the PLUGINS
section of pelicanconf.py
.
PLUGINS = [
'...',
'pelican.plugins.timegraphics'
'...',
]
In your articles, just add lines to your posts that look like:
[timegraphics:id=123456,width=100%,height=400,allowfullscreen=1,frameborder=0]
The resulting html will look like
<iframe src="https://time.graphics/embed?v=1&id=123456" width="100%" height="400" frameborder="0" allowfullscreen></iframe>
<a style="font-size: 12px; text-decoration: none;" title="Powered by Time.Graphics" href="https://time.graphics">Powered by Time.Graphics</a></div>
TIMEGRAPHICS_DEFAULT_WIDTH
The default with of a timeline. Default is '100%'
width
parameterTIMEGRAPHICS_DEFAULT_HEIGHT
'400'
height
parameterTIMEGRAPHICS_ALLOW_FULLSCREEN
'0'
and '1'
'1'
allowfullscreen
parameterTIMEGRAPHICS_SHOW_FRAMEBORDER
'0'
and '1'
'0'
frameborder
parameterTIMEGRAPHICS_SHOW_POWERED_BY
True
and False
True
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.
To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.
FAQs
Easily embed Time.Graphics timelines in your Pelican articles
We found that pelican-timegraphics-plugin 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.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.