Files
codeql/python/ql/src/experimental
Rasmus Lerchedahl Petersen 20d54543fd python: move log injection out of experimental
- move from custom concept `LogOutput` to standard concept `Logging`
- remove `Log.qll` from experimental frameworks
  - fold models into standard models (naively for now)
    - stdlib:
      - make Logger module public
      - broaden definition of instance
      - add `extra` keyword as possible source
   - flak: add app.logger as logger instance
   - django: `add django.utils.log.request_logger` as logger instance
     (should we add the rest?)
- remove LogOutput from experimental concepts
2022-01-31 11:27:55 +01:00
..
2021-04-07 15:04:18 -07:00
2021-04-08 11:41:58 -07:00

This directory contains experimental CodeQL queries and libraries.