githubsatelliteworkshops / Codeql

GitHub Satellite 2020 workshops on finding security vulnerabilities with CodeQL for Java/JavaScript.

Projects that are alternatives of or similar to Codeql

Skyplotwidget
QT skyplot widget to visualize relative satellite positions
Stars: ✭ 10 (-90.29%)
Mutual labels:  satellite
Awesome Gnss
Community list of open-source GNSS software and resources 📡
Stars: ✭ 56 (-45.63%)
Mutual labels:  satellite
Rio Color
Color correction plugin for rasterio
Stars: ✭ 87 (-15.53%)
Mutual labels:  satellite
Satellitesimulator
🚀 A simple Qt/OpenGL satellite orbit simulator
Stars: ✭ 28 (-72.82%)
Mutual labels:  satellite
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-53.4%)
Mutual labels:  satellite
Oscam Patched
Open Source Cam Emulator
Stars: ✭ 61 (-40.78%)
Mutual labels:  satellite
Satpy
Python package for earth-observing satellite data processing
Stars: ✭ 679 (+559.22%)
Mutual labels:  satellite
Satellite
Download the latest images from Himawari-8 or DSCOVR and set it as your desktop background.
Stars: ✭ 99 (-3.88%)
Mutual labels:  satellite
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-48.54%)
Mutual labels:  satellite
Make Surface
Vector surfaces creation routines
Stars: ✭ 86 (-16.5%)
Mutual labels:  satellite
Libsathelper
SatHelper Library for use on Satellite Projects
Stars: ✭ 28 (-72.82%)
Mutual labels:  satellite
Xrit Rx
📡 Receive images from weather satellite GEO-KOMPSAT-2A (GK-2A).
Stars: ✭ 46 (-55.34%)
Mutual labels:  satellite
Satvis
Satellite orbit visualization and pass prediction with Cesium.js
Stars: ✭ 68 (-33.98%)
Mutual labels:  satellite
White Noise Cansat2018
DrillSat 2018
Stars: ✭ 14 (-86.41%)
Mutual labels:  satellite
Opensatkit
Core Flight System (cFS) Application Developer's Kit
Stars: ✭ 94 (-8.74%)
Mutual labels:  satellite
Montilecarlo
Stars: ✭ 16 (-84.47%)
Mutual labels:  satellite
Sanchez
False-colour geostationary satellite image compositor
Stars: ✭ 61 (-40.78%)
Mutual labels:  satellite
Oscam Emu
Open Source Cam Emulator (patch only)
Stars: ✭ 101 (-1.94%)
Mutual labels:  satellite
Gpslogger
📡 Lightweight GPS Logging Application For Android.
Stars: ✭ 1,348 (+1208.74%)
Mutual labels:  satellite
Himawari Bg
🌏 Set the latest image from Himawari 8 as your desktop background.
Stars: ✭ 81 (-21.36%)
Mutual labels:  satellite

Finding security vulnerabilities with CodeQL

@adityasharad and @lcartey

PrerequisitesResources

CodeQL is GitHub's expressive language and engine for code analysis, which allows you to explore source code to find bugs and security vulnerabilities. During these beginner-friendly workshops, you will learn to write queries in CodeQL and find known security vulnerabilities in open-source Java and JavaScript projects.

There are two workshops on this topic. Both will cover the basics of writing queries in CodeQL. The first will focus on Java, and the second will focus on JavaScript.

Workshop materials

Please complete the Prerequisites section (below) before the workshop. The following links contain the content that will be covered during the workshop:

  1. Thursday May 7 / 7:00am PDT: Finding security vulnerabilities in Java with CodeQL
  2. Thursday May 7 / 9:30am PDT: Finding security vulnerabilities in JavaScript with CodeQL

📣 Prerequisites

  • Install Visual Studio Code.
  • Install the CodeQL extension for Visual Studio Code.
  • You do not need to install the CodeQL CLI: the extension will handle this for you.
  • Set up the CodeQL starter workspace.
    • Important: Don't forget to use git clone --recursive or git submodule update --init --remote to update the submodules when you clone this repository. This allows you to obtain the standard CodeQL query libraries.
    • Open the starter workspace in Visual Studio Code: File > Open Workspace > Browse to vscode-codeql-starter/vscode-codeql-starter.code-workspace in your checkout of the starter workspace.
  • Download and add the CodeQL database to be used in the workshop:
    • If you are attending Finding security vulnerabilities in Java with CodeQL, please download this CodeQL database.
    • If you are attending Finding security vulnerabilities in JavaScript with CodeQL, please download this CodeQL database
    • Unzip the database.
    • Import the unzipped database into Visual Studio Code:
      • Click the CodeQL icon in the left sidebar.
      • Place your mouse over Databases, and click the + sign that appears on the right.
      • Choose the unzipped database directory on your filesystem.

📚 Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].