Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SensorId directive documentation missing along with entry in audit log header #4

Closed
wmetcalf opened this issue May 17, 2011 · 0 comments

Comments

@wmetcalf
Copy link

The sample IronBee config has the following directive
SensorId 0x98765432

Documentation for this directive does not exist in the user manual and is missing from the audit log header.

--6b8b4567-4dd2be60-1213-4b3c-8fff-41f598765432
Content-Disposition: audit-log-part; name="header"
Content-Transfer-Encoding: binary
Content-Type: application/json

{
"log-timestamp": "2011-05-17T13:28:48.8483-0500",
"log-format": "http-message/1",
"log-id": "6b8b4567-4dd2be60-1213-4b3c-8fff-41f598765432",
"sensor-name": "ExampleSensorName",
"sensor-version": "IronBee/0.2.0 (embedded; PluginName/1.2.3)",
"sensor-hostname": "example.sensor.tld"
}

b1v1r added a commit that referenced this issue May 17, 2011
@b1v1r b1v1r closed this as completed in 7f5e0ad May 17, 2011
calfeld-zz referenced this issue in Qualys/ironbee May 15, 2013
feb1761 move sqlparse.c to libinjection_sqli.c
27cb676 rename sqlparse.h (wut?) to libinjection.h
b423352 change include guards
1e2c944 API change to all callbackdata to be passed to fingerprint lookup function
9b55841 add -DNDEBUG to speed test
15c5a4b cleanup
b8b24ed cleanup
bbdcd95 remove duplicate key, fix comments
0e4d145 add docstring for python
896057b update with links to jenkins
ea1e2ca update
aae30ff binary optimizations #5
9c2954b binary search optimizations #4
2f737fa binary search optimization #3
5c58759 binary search optimization #2
b77323e binary search optimizations, part 1
efe921f fix last commit
3ed12cd standardize calling of cstrcasecmp for future optimization
eaf3c35 add stub,warning for backwards compatibility
9853734 simpify api and build, see Changelog for v1.3.0
7e50e9d simpify api and build, see Changelog for v1.3.0
0e763b6 documentation, comments
b76c14a update
ac9f22d allow clang to be used as compiler, remove makefile junk
c03c58d add some small sqli using @variables
130bb5d update
b58c596 Issue 32: fix fp of type oc
7b1905e Issue 32: add sample
b282516 documentation
266d53c fix typo in comments
375e4e9 Issue 30: fix one case of small sqli
c013c64 Issue 30: add test data
7fd0520 Issue 30: add test data

git-subtree-dir: libs/libinjection
git-subtree-split: feb1761
calfeld-zz referenced this issue in Qualys/ironbee Mar 4, 2014
…to_string() (see below).

ib_util_memdup() did 4 distinct things based on magic parameters:

1. memdup with mpool
2. memdup with malloc
3. memdup_to_string with mpool
4. memdup_to_string with malloc.

Of these, only #4 was ever used.  So I've replaced it with a function that only does #4.
b1v1r added a commit that referenced this issue Aug 26, 2014
…ipp_proxy to master

* commit '60bc5bc577ebb46a971e073c10f2d1ab918775eb':
  Add connection id to the beginning of each output line. Origin request text will be an error message if there was an error accepting the connection.
  Code clean up. No functional changes.
  Code cleanup. No functional changes.
  Improvements to clipp proxy consumer.
  Add usage help for proxy consumer in clipp.
  clipp proxy consumer: Save the data sent to the origin and from the proxy.
  Clean up debugging output and record sent data.
  Initial version of a clipp consumer that will relay through a proxy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants